Received: by mail.netbsd.org (Postfix, from userid 605) id 97EB384D8F; Wed, 7 Feb 2018 15:37:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 223F584D40 for ; Wed, 7 Feb 2018 15:37:31 +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 0E7SBe7CdvM6 for ; Wed, 7 Feb 2018 15:37:30 +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 A1A9184CED for ; Wed, 7 Feb 2018 15:37:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 980A8FB40; Wed, 7 Feb 2018 15:37:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1518017850150270" MIME-Version: 1.0 Date: Wed, 7 Feb 2018 15:37:30 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/x11/kconfigwidgets To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180207153730.980A8FB40@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. --_----------=_1518017850150270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Feb 7 15:37:30 UTC 2018 Modified Files: pkgsrc/x11/kconfigwidgets: Makefile PLIST Log Message: kconfigwidgets: Handle categories file correctly. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/kconfigwidgets/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/kconfigwidgets/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1518017850150270 Content-Disposition: inline Content-Length: 1886 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/kconfigwidgets/Makefile diff -u pkgsrc/x11/kconfigwidgets/Makefile:1.12 pkgsrc/x11/kconfigwidgets/Makefile:1.13 --- pkgsrc/x11/kconfigwidgets/Makefile:1.12 Wed Jan 24 19:06:11 2018 +++ pkgsrc/x11/kconfigwidgets/Makefile Wed Feb 7 15:37:30 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2018/01/24 19:06:11 markd Exp $ +# $NetBSD: Makefile,v 1.13 2018/02/07 15:37:30 jperkin Exp $ DISTNAME= kconfigwidgets-${KF5VER} PKGREVISION= 1 @@ -16,6 +16,16 @@ USE_TOOLS+= perl:run msgmerge REPLACE_PERL+= src/preparetips5 +SUBST_CLASSES+= xdg +SUBST_STAGE.xdg= pre-configure +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/kconfigwidgets.categories \ + ${PKG_SYSCONFDIR}/xdg/kconfigwidgets.categories + .include "../../lang/python/tool.mk" .include "../../devel/kconfig/buildlink3.mk" .include "../../devel/ki18n/buildlink3.mk" Index: pkgsrc/x11/kconfigwidgets/PLIST diff -u pkgsrc/x11/kconfigwidgets/PLIST:1.3 pkgsrc/x11/kconfigwidgets/PLIST:1.4 --- pkgsrc/x11/kconfigwidgets/PLIST:1.3 Wed Jan 17 20:16:57 2018 +++ pkgsrc/x11/kconfigwidgets/PLIST Wed Feb 7 15:37:30 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2018/01/17 20:16:57 markd Exp $ +@comment $NetBSD: PLIST,v 1.4 2018/02/07 15:37:30 jperkin Exp $ bin/preparetips5 include/KF5/KConfigWidgets/KCModule include/KF5/KConfigWidgets/KCodecAction @@ -50,6 +50,7 @@ man/ru/man1/preparetips5.1 man/sv/man1/preparetips5.1 man/uk/man1/preparetips5.1 qt5/mkspecs/modules/qt_KConfigWidgets.pri +share/examples/kde-xdg/kconfigwidgets.categories share/locale/af/LC_MESSAGES/kconfigwidgets5.mo share/locale/af/kf5_entry.desktop share/locale/ar/LC_MESSAGES/kconfigwidgets5.mo --_----------=_1518017850150270--