pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kwindowsystem kwindowsystem: fix installation of k...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8cac7d5ebae
branches:  trunk
changeset: 332965:a8cac7d5ebae
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 27 21:23:20 2019 +0000

description:
kwindowsystem: fix installation of kwindowsystem.categories

diffstat:

 x11/kwindowsystem/Makefile |  14 +++++++++++---
 x11/kwindowsystem/PLIST    |   4 ++--
 2 files changed, 13 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 75b59eb0359c -r a8cac7d5ebae x11/kwindowsystem/Makefile
--- a/x11/kwindowsystem/Makefile        Sat Apr 27 19:39:34 2019 +0000
+++ b/x11/kwindowsystem/Makefile        Sat Apr 27 21:23:20 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2019/04/27 14:09:23 maya Exp $
+# $NetBSD: Makefile,v 1.28 2019/04/27 21:23:20 markd Exp $
 
 DISTNAME=      kwindowsystem-${KF5VER}
+PKGREVISION=   1
 CATEGORIES=    x11
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -19,8 +20,15 @@
 SUBST_FILES.fix-paths=         _KDE_build/CMakeFiles/Export/lib/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake
 SUBST_SED.fix-paths=           -e 's,${BUILDLINK_DIR},${X11BASE},g'
 
-CONF_FILES+=   ${PREFIX}/share/examples/kde/kwindowsystem.categories \
-               ${PKG_SYSCONFDIR}/kwindowsystem.categories
+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_XDG_EX_DIR}:'
+
+MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg
+CONF_FILES+=   ${PREFIX}/share/examples/kde-xdg/kwindowsystem.categories \
+               ${PKG_SYSCONFDIR}/xdg/kwindowsystem.categories
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
diff -r 75b59eb0359c -r a8cac7d5ebae x11/kwindowsystem/PLIST
--- a/x11/kwindowsystem/PLIST   Sat Apr 27 19:39:34 2019 +0000
+++ b/x11/kwindowsystem/PLIST   Sat Apr 27 21:23:20 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/04/27 14:09:23 maya Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/04/27 21:23:20 markd Exp $
 include/KF5/KWindowSystem/KKeyServer
 include/KF5/KWindowSystem/KSelectionOwner
 include/KF5/KWindowSystem/KSelectionWatcher
@@ -40,7 +40,7 @@
 qt5/mkspecs/modules/qt_KWindowSystem.pri
 qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so
 qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so
-share/examples/kde/kwindowsystem.categories
+share/examples/kde-xdg/kwindowsystem.categories
 share/locale/af/LC_MESSAGES/kwindowsystem5_qt.qm
 share/locale/ar/LC_MESSAGES/kwindowsystem5_qt.qm
 share/locale/as/LC_MESSAGES/kwindowsystem5_qt.qm



Home | Main Index | Thread Index | Old Index