Received: by mail.netbsd.org (Postfix, from userid 605) id 5BA9784F52; Sun, 24 Apr 2022 15:26:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96EE884E82 for ; Sun, 24 Apr 2022 15:26:49 +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 cJiZkUH1d2Vb for ; Sun, 24 Apr 2022 15:26:49 +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 1353B84D05 for ; Sun, 24 Apr 2022 15:26:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10CB0FB1A; Sun, 24 Apr 2022 15:26:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650814009196590" MIME-Version: 1.0 Date: Sun, 24 Apr 2022 15:26:49 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/lxqt-runner To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220424152649.10CB0FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650814009196590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun Apr 24 15:26:49 UTC 2022 Modified Files: pkgsrc/x11/lxqt-runner: Makefile distinfo Log Message: x11/lxqt-runner: update to 1.1.0 -Prevented redundant writings of dialog width to the config file. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/lxqt-runner/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/lxqt-runner/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650814009196590 Content-Disposition: inline Content-Length: 2021 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/lxqt-runner/Makefile diff -u pkgsrc/x11/lxqt-runner/Makefile:1.15 pkgsrc/x11/lxqt-runner/Makefile:1.16 --- pkgsrc/x11/lxqt-runner/Makefile:1.15 Mon Apr 18 19:12:23 2022 +++ pkgsrc/x11/lxqt-runner/Makefile Sun Apr 24 15:26:48 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2022/04/18 19:12:23 adam Exp $ +# $NetBSD: Makefile,v 1.16 2022/04/24 15:26:48 pin Exp $ -DISTNAME= lxqt-runner-1.0.0 -PKGREVISION= 2 +DISTNAME= lxqt-runner-1.1.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -29,7 +28,7 @@ CONF_FILES+= ${AUTOSTART_CONF}/lxqt-runn pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools>=0.10.0:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools .include "../../x11/lxqt-globalkeys/buildlink3.mk" Index: pkgsrc/x11/lxqt-runner/distinfo diff -u pkgsrc/x11/lxqt-runner/distinfo:1.7 pkgsrc/x11/lxqt-runner/distinfo:1.8 --- pkgsrc/x11/lxqt-runner/distinfo:1.7 Fri Nov 19 11:41:14 2021 +++ pkgsrc/x11/lxqt-runner/distinfo Sun Apr 24 15:26:48 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2021/11/19 11:41:14 pin Exp $ +$NetBSD: distinfo,v 1.8 2022/04/24 15:26:48 pin Exp $ -BLAKE2s (lxqt-runner-1.0.0.tar.xz) = 736457a9f39a9dee4596b339c63e6c9c476f7827e0c8ca819baa9ea4ec5e6ce7 -SHA512 (lxqt-runner-1.0.0.tar.xz) = 1af796a7e81108c223290d978a6503cc357cebbea19e3b4b3cf01a2fbc1d42cad7ab03a5b609677ddccc0afaf1de4f5433f5fea13315e3f717bdfdee0e2ced1a -Size (lxqt-runner-1.0.0.tar.xz) = 226548 bytes +BLAKE2s (lxqt-runner-1.1.0.tar.xz) = 5f321422ed06c1e145e21b9a73742e6ab91d7b5c234f3b4abfd670fb6eeb39bb +SHA512 (lxqt-runner-1.1.0.tar.xz) = f6afeaed839b80cbcc56497536e5b17c11e58cb66eae38d210ecf7689ee0c69d0c1a4e27ed3b70d8d90114711659958f6e9bb35e252feac7339cd6c61bb07a21 +Size (lxqt-runner-1.1.0.tar.xz) = 266860 bytes SHA1 (patch-autostart_CMakeLists.txt) = 2c8a3e36ddb9f7c0ac4fafc76fc2ea6fcb6083f9 --_----------=_1650814009196590--