Received: by mail.netbsd.org (Postfix, from userid 605) id 5AC5A84D8A; Tue, 18 Apr 2023 18:17:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AA6A84D6F for ; Tue, 18 Apr 2023 18:17:32 +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 nUjn-xewHC4P for ; Tue, 18 Apr 2023 18:17:32 +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 DE2E084D21 for ; Tue, 18 Apr 2023 18:17:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0F81FA85; Tue, 18 Apr 2023 18:17:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681841851119700" MIME-Version: 1.0 Date: Tue, 18 Apr 2023 18:17:31 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/meta-pkgs/lxqt To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230418181731.D0F81FA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681841851119700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Apr 18 18:17:31 UTC 2023 Modified Files: pkgsrc/meta-pkgs/lxqt: Makefile Log Message: lxqt: Fix libfm-qt version. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/meta-pkgs/lxqt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681841851119700 Content-Disposition: inline Content-Length: 907 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.18 pkgsrc/meta-pkgs/lxqt/Makefile:1.19 --- pkgsrc/meta-pkgs/lxqt/Makefile:1.18 Tue Apr 18 12:13:17 2023 +++ pkgsrc/meta-pkgs/lxqt/Makefile Tue Apr 18 18:17:31 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2023/04/18 12:13:17 pin Exp $ +# $NetBSD: Makefile,v 1.19 2023/04/18 18:17:31 jperkin Exp $ PKGNAME= lxqt-1.3.0 CATEGORIES= meta-pkgs @@ -16,7 +16,7 @@ TOOL_DEPENDS+= lxqt-build-tools>=0.13.0: DEPENDS+= libqtxdg>=3.11.0:../../x11/libqtxdg DEPENDS+= qtxdg-tools>=3.11.0:../../x11/qtxdg-tools DEPENDS+= liblxqt>=1.3.0:../../x11/liblxqt -DEPENDS+= libfm-qt>=1.3.1:../../x11/libfm-qt +DEPENDS+= libfm-qt>=1.3.0:../../x11/libfm-qt DEPENDS+= lxqt-themes>=1.3.0:../../graphics/lxqt-themes DEPENDS+= pavucontrol-qt>=1.3.0:../../audio/pavucontrol-qt DEPENDS+= qtermwidget>=1.3.0:../../x11/qtermwidget --_----------=_1681841851119700--