Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A357084EFF for ; Tue, 6 Jun 2023 01:03:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7zTlr2X8maY9 for ; Tue, 6 Jun 2023 01:03:00 +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 EB41984C13 for ; Tue, 6 Jun 2023 01:02:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D995EFA89; Tue, 6 Jun 2023 01:02:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168601337938240" MIME-Version: 1.0 Date: Tue, 6 Jun 2023 01:02:59 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/lxqt To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230606010259.D995EFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168601337938240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Jun 6 01:02:59 UTC 2023 Modified Files: pkgsrc/meta-pkgs/lxqt: Makefile Log Message: lxqt: reflect configuration fix in lxqt-session To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/meta-pkgs/lxqt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168601337938240 Content-Disposition: inline Content-Length: 1028 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/lxqt/Makefile diff -u pkgsrc/meta-pkgs/lxqt/Makefile:1.19 pkgsrc/meta-pkgs/lxqt/Makefile:1.20 --- pkgsrc/meta-pkgs/lxqt/Makefile:1.19 Tue Apr 18 18:17:31 2023 +++ pkgsrc/meta-pkgs/lxqt/Makefile Tue Jun 6 01:02:59 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2023/04/18 18:17:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2023/06/06 01:02:59 gutteridge Exp $ PKGNAME= lxqt-1.3.0 +PKGREVISION= 1 CATEGORIES= meta-pkgs MAINTAINER= pkgsrc-users@NetBSD.org @@ -30,7 +31,7 @@ DEPENDS+= lxqt-openssh-askpass>=1.3.0:.. DEPENDS+= lxqt-notificationd>=1.3.0:../../x11/lxqt-notificationd DEPENDS+= lxqt-powermanagement>=1.3.0:../../sysutils/lxqt-powermanagement DEPENDS+= lxqt-qtplugin>=1.3.0:../../x11/lxqt-qtplugin -DEPENDS+= lxqt-session>=1.3.0:../../x11/lxqt-session +DEPENDS+= lxqt-session>=1.3.0nb3:../../x11/lxqt-session DEPENDS+= lxqt-sudo>=1.3.0:../../security/lxqt-sudo DEPENDS+= pcmanfm-qt>=1.3.0:../../sysutils/pcmanfm-qt DEPENDS+= qterminal>=1.3.0:../../x11/qterminal --_----------=_168601337938240--