Received: by mail.netbsd.org (Postfix, from userid 605) id B01F684E3F; Tue, 30 Jan 2018 07:29:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3BD7484DAE for ; Tue, 30 Jan 2018 07:29:56 +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 I5hh3z8Z0hVe for ; Tue, 30 Jan 2018 07:29:55 +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 BE47684D8F for ; Tue, 30 Jan 2018 07:29:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8975FBDE; Tue, 30 Jan 2018 07:29:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151729739522140" MIME-Version: 1.0 Date: Tue, 30 Jan 2018 07:29:55 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/archivers/karchive To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180130072955.B8975FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151729739522140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue Jan 30 07:29:55 UTC 2018 Modified Files: pkgsrc/archivers/karchive: Makefile distinfo Removed Files: pkgsrc/archivers/karchive/patches: patch-CMakeLists.txt Log Message: karchive: SUBST rather than patch To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/karchive/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/karchive/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/archivers/karchive/patches/patch-CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151729739522140 Content-Disposition: inline Content-Length: 1770 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/karchive/Makefile diff -u pkgsrc/archivers/karchive/Makefile:1.10 pkgsrc/archivers/karchive/Makefile:1.11 --- pkgsrc/archivers/karchive/Makefile:1.10 Wed Jan 24 19:06:06 2018 +++ pkgsrc/archivers/karchive/Makefile Tue Jan 30 07:29:55 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/01/24 19:06:06 markd Exp $ +# $NetBSD: Makefile,v 1.11 2018/01/30 07:29:55 markd Exp $ DISTNAME= karchive-${KF5VER} PKGREVISION= 2 @@ -10,6 +10,12 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 .include "../../meta-pkgs/kf5/Makefile.common" +SUBST_CLASSES+= xdg +SUBST_STAGE.xdg= post-patch +SUBST_MESSAGE.xdg= Install via examples dir. +SUBST_FILES.xdg= CMakeLists.txt +SUBST_SED.xdg= -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_DATAROOTDIR}/examples/kde-xdg:' + MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/karchive.categories \ ${PKG_SYSCONFDIR}/xdg/karchive.categories Index: pkgsrc/archivers/karchive/distinfo diff -u pkgsrc/archivers/karchive/distinfo:1.4 pkgsrc/archivers/karchive/distinfo:1.5 --- pkgsrc/archivers/karchive/distinfo:1.4 Sun Jan 21 21:34:03 2018 +++ pkgsrc/archivers/karchive/distinfo Tue Jan 30 07:29:55 2018 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/01/21 21:34:03 markd Exp $ +$NetBSD: distinfo,v 1.5 2018/01/30 07:29:55 markd Exp $ SHA1 (karchive-5.41.0.tar.xz) = d945571a3e23e41073c93ed1e00af68a8277a9a5 RMD160 (karchive-5.41.0.tar.xz) = 6f19b98126de9cec0768477a49b0904b279fffc7 SHA512 (karchive-5.41.0.tar.xz) = fd28292b0076ef516ee695c057b026c3601386f1f4733f4ddc6ad21e416c27e891ffb2339f31100105834a84dc9adf4cef518d110e84f9f2d56ac92abe440f05 Size (karchive-5.41.0.tar.xz) = 113596 bytes -SHA1 (patch-CMakeLists.txt) = 0dc0dbc325fa6e6256dffed6817eea08de4db288 --_----------=_151729739522140--