pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/x11



Hi markd,

I've needed the following. It looks like I'll gradually need to install
a lot of things to fully test it though.

Index: meta-pkgs/kde/Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/meta-pkgs/kde/Makefile.common,v
retrieving revision 1.1
diff -u -r1.1 Makefile.common
--- meta-pkgs/kde/Makefile.common       11 Apr 2018 11:34:57 -0000      1.1
+++ meta-pkgs/kde/Makefile.common       27 Apr 2019 09:44:07 -0000
@@ -16,6 +16,7 @@
 CMAKE_ARGS+=   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
 CMAKE_ARGS+=   -DKDE_INSTALL_LIBEXECDIR=libexec
 CMAKE_ARGS+=   -DKDE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
+CMAKE_ARGS+=   -DKDE_INSTALL_CONFDIR=${PREFIX}/share/examples/kde
 
 CMAKE_ARGS+=   -DKDE_INSTALL_XDG_EX_DIR=${PREFIX}/share/examples/kde-xdg
 CMAKE_ARGS+=   -DKDE_INSTALL_AUTOSTARTEXDIR=${PREFIX}/share/examples/kde-xdg/autostart
Index: x11/kwindowsystem/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/kwindowsystem/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- x11/kwindowsystem/Makefile  25 Apr 2019 21:17:15 -0000      1.26
+++ x11/kwindowsystem/Makefile  27 Apr 2019 09:44:07 -0000
@@ -19,6 +19,9 @@
 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
+
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
 BUILDLINK_DEPMETHOD.qt5-qttools= build
Index: x11/kwindowsystem/PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/x11/kwindowsystem/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- x11/kwindowsystem/PLIST     25 Apr 2019 21:17:15 -0000      1.2
+++ x11/kwindowsystem/PLIST     27 Apr 2019 09:44:07 -0000
@@ -40,6 +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/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