pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/kservice
Module Name: pkgsrc
Committed By: mef
Date: Wed May 20 21:31:09 UTC 2020
Modified Files:
pkgsrc/devel/kservice: Makefile
Log Message:
(devel/kservice) revert the previous commit. But dropped CMakeList.txt
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/kservice/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/kservice/Makefile
diff -u pkgsrc/devel/kservice/Makefile:1.29 pkgsrc/devel/kservice/Makefile:1.30
--- pkgsrc/devel/kservice/Makefile:1.29 Tue May 19 15:28:29 2020
+++ pkgsrc/devel/kservice/Makefile Wed May 20 21:31:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/05/19 15:28:29 mef Exp $
+# $NetBSD: Makefile,v 1.30 2020/05/20 21:31:09 mef Exp $
DISTNAME= kservice-${KF5VER}
PKGREVISION= 3
@@ -14,6 +14,12 @@ BUILD_DEPENDS+= kdoctools>=${KF5VER}:../
USE_TOOLS+= bison flex msgmerge
+SUBST_CLASSES+= xdg
+SUBST_STAGE.xdg= pre-configure
+SUBST_MESSAGE.xdg= Install via examples dir.
+SUBST_FILES.xdg= src/CMakeLists.txt
+SUBST_SED.xdg= -e 's:{KDE_INSTALL_SYSCONFDIR}/xdg/menus:{KDE_INSTALL_DATAROOTDIR}/examples/kservice:'
+
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus
CONF_FILES+= ${PREFIX}/share/examples/kservice/applications.menu \
${PKG_SYSCONFDIR}/xdg/menus/applications.menu
Home |
Main Index |
Thread Index |
Old Index