Received: by mail.netbsd.org (Postfix, from userid 605) id 25B3D84ED1; Mon, 8 May 2023 00:15:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 217E884E8C for ; Mon, 8 May 2023 00:13:12 +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 quUbLK4LmxIS for ; Mon, 8 May 2023 00:13:11 +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 70E0A84D39 for ; Mon, 8 May 2023 00:13:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 640C2FA87; Mon, 8 May 2023 00:12:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683504761252200" MIME-Version: 1.0 Date: Mon, 8 May 2023 00:12:41 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/wm/awesome To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20230508001241.640C2FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683504761252200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Mon May 8 00:12:41 UTC 2023 Modified Files: pkgsrc/wm/awesome: Makefile distinfo pkgsrc/wm/awesome/patches: patch-CMakeLists.txt Log Message: awesome: revert part of the previous patch which got overwritten. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/wm/awesome/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/wm/awesome/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/awesome/patches/patch-CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683504761252200 Content-Disposition: inline Content-Length: 3595 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/awesome/Makefile diff -u pkgsrc/wm/awesome/Makefile:1.81 pkgsrc/wm/awesome/Makefile:1.82 --- pkgsrc/wm/awesome/Makefile:1.81 Sun May 7 20:48:50 2023 +++ pkgsrc/wm/awesome/Makefile Mon May 8 00:12:41 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2023/05/07 20:48:50 nikita Exp $ +# $NetBSD: Makefile,v 1.82 2023/05/08 00:12:41 nikita Exp $ DISTNAME= awesome-4.3 PKGREVISION= 11 @@ -56,17 +56,6 @@ SUBST_SED.lua= -e 's|COMMAND lua|COMMAN pre-configure: ${RUN} mkdir -p ${WRKSRC}/build -# rc.lua does not end up being installed where the PLIST states it does, -# so install it manually, then remove the file which now ends up in the -# default location of the build-system. -pre-install: - ${MKDIR} ${DESTDIR}${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/build/script_files/rc.lua ${DESTDIR}${EGDIR} - -post-install: - ${RM} ${DESTDIR}${PKG_SYSCONFDIR}/rc.lua - ${RMDIR} ${DESTDIR}${PKG_SYSCONFDIR} - .include "../../devel/glib2/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" Index: pkgsrc/wm/awesome/distinfo diff -u pkgsrc/wm/awesome/distinfo:1.26 pkgsrc/wm/awesome/distinfo:1.27 --- pkgsrc/wm/awesome/distinfo:1.26 Sun May 7 20:48:50 2023 +++ pkgsrc/wm/awesome/distinfo Mon May 8 00:12:41 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2023/05/07 20:48:50 nikita Exp $ +$NetBSD: distinfo,v 1.27 2023/05/08 00:12:41 nikita Exp $ BLAKE2s (awesome-4.3.tar.xz) = 996ff487c8d2f850bf78d26f151ea5269c96cff94ccae95626ec2e0cb59e55d4 SHA512 (awesome-4.3.tar.xz) = c5ef1e8dc593e7783b895d22143154aea8f211beeda24672a7ee4ed5112b4f4284043f848a151f3d3c4f569e91308670367a4353f705b20511b36495b22fa3f5 Size (awesome-4.3.tar.xz) = 1037816 bytes -SHA1 (patch-CMakeLists.txt) = 0e7a55084a038903474e8c05719ad351946ccf60 +SHA1 (patch-CMakeLists.txt) = b4477b425846533dfe2700a9195146b25db0bd9b SHA1 (patch-awesomeConfig.cmake) = 5748d5495e9a0e21f7d80b78d2e73423657f1866 Index: pkgsrc/wm/awesome/patches/patch-CMakeLists.txt diff -u pkgsrc/wm/awesome/patches/patch-CMakeLists.txt:1.3 pkgsrc/wm/awesome/patches/patch-CMakeLists.txt:1.4 --- pkgsrc/wm/awesome/patches/patch-CMakeLists.txt:1.3 Sun May 7 20:48:50 2023 +++ pkgsrc/wm/awesome/patches/patch-CMakeLists.txt Mon May 8 00:12:41 2023 @@ -1,10 +1,12 @@ -$NetBSD: patch-CMakeLists.txt,v 1.3 2023/05/07 20:48:50 nikita Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.4 2023/05/08 00:12:41 nikita Exp $ Do not introduce timestamps in PNG files (for icons). See . ---- CMakeLists.txt.orig 2023-05-07 21:57:36.859234114 +0200 -+++ CMakeLists.txt 2023-05-07 21:59:09.539145363 +0200 +Install config file to the examples directory. + +--- CMakeLists.txt.orig 2019-01-28 07:53:24.000000000 +0100 ++++ CMakeLists.txt 2023-05-08 02:08:53.084892550 +0200 @@ -336,7 +336,7 @@ set(ALL_ICONS ${ALL_ICONS} ${output}) @@ -14,3 +16,12 @@ See