Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F276852A2 for ; Tue, 14 Nov 2023 04:14:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id LCaeVxyNQHJK for ; Tue, 14 Nov 2023 04:14:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8D69084CF2 for ; Tue, 14 Nov 2023 04:14:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8AE07FA3D; Tue, 14 Nov 2023 04:14:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699935284187590" MIME-Version: 1.0 Date: Tue, 14 Nov 2023 04:14:44 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/lxqt-globalkeys To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231114041444.8AE07FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699935284187590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Nov 14 04:14:44 UTC 2023 Modified Files: pkgsrc/x11/lxqt-globalkeys: Makefile distinfo Log Message: lxqt-globalkeys: update to 1.4.0 lxqt-globalkeys-1.4.0 / 2023-11-05 =================================== * Removed KWindowSystem as a direct dependency (`liblxqt` already brings KWindowSystem in as an INTERFACE_LINK dependency). * Added theme icon to the main window. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/lxqt-globalkeys/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/lxqt-globalkeys/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699935284187590 Content-Disposition: inline Content-Length: 1824 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/lxqt-globalkeys/Makefile diff -u pkgsrc/x11/lxqt-globalkeys/Makefile:1.30 pkgsrc/x11/lxqt-globalkeys/Makefile:1.31 --- pkgsrc/x11/lxqt-globalkeys/Makefile:1.30 Sun Nov 12 13:24:16 2023 +++ pkgsrc/x11/lxqt-globalkeys/Makefile Tue Nov 14 04:14:44 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2023/11/12 13:24:16 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2023/11/14 04:14:44 gutteridge Exp $ -DISTNAME= lxqt-globalkeys-1.3.0 -PKGREVISION= 5 +DISTNAME= lxqt-globalkeys-1.4.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/x11/lxqt-globalkeys/distinfo diff -u pkgsrc/x11/lxqt-globalkeys/distinfo:1.13 pkgsrc/x11/lxqt-globalkeys/distinfo:1.14 --- pkgsrc/x11/lxqt-globalkeys/distinfo:1.13 Tue Apr 18 11:39:47 2023 +++ pkgsrc/x11/lxqt-globalkeys/distinfo Tue Nov 14 04:14:44 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2023/04/18 11:39:47 pin Exp $ +$NetBSD: distinfo,v 1.14 2023/11/14 04:14:44 gutteridge Exp $ -BLAKE2s (lxqt-globalkeys-1.3.0.tar.xz) = c4a33d8a229d082ab113dc47af315dc6e3be7a528b5a9bd40ebece6c60c72058 -SHA512 (lxqt-globalkeys-1.3.0.tar.xz) = 9acdbff95734bc098b312aa906c38766a035041f8f3e58406470716013762a19d7a8f6cc07377dc8921be9aa09647fff2fef69e7c8ed15109dff71cbaf573eb7 -Size (lxqt-globalkeys-1.3.0.tar.xz) = 73844 bytes +BLAKE2s (lxqt-globalkeys-1.4.0.tar.xz) = f1c43645fc8f2fd632bec1b8956f8edeead105caed6ea58bcbbbef4e29c343ec +SHA512 (lxqt-globalkeys-1.4.0.tar.xz) = de05c15dc6400978093c1f72340214d53200f8e7478ddee47fb7a3124be642f5d27c6bd53801b6a0205985666dcb481a89208b14d54cf2eb3dc36ccae5bdc1f5 +Size (lxqt-globalkeys-1.4.0.tar.xz) = 74028 bytes SHA1 (patch-autostart_CMakeLists.txt) = e5c4b76a3b116ee9b4781783a6ada3838f8e570c SHA1 (patch-daemon_core.cpp) = 6a8ddb797c39986fe35021e14a6c3c2324b7f189 --_----------=_1699935284187590--