pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/baloo5
Module Name: pkgsrc
Committed By: markd
Date: Sun May 24 01:30:21 UTC 2020
Modified Files:
pkgsrc/sysutils/baloo5: Makefile
Log Message:
baloo5: remove obsolete file from xdg SUBST. allow noop on fix-moc SUBST.
fix-moc SUBST is a noop on some platforms, required on others.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/baloo5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/baloo5/Makefile
diff -u pkgsrc/sysutils/baloo5/Makefile:1.37 pkgsrc/sysutils/baloo5/Makefile:1.38
--- pkgsrc/sysutils/baloo5/Makefile:1.37 Sun Apr 12 08:28:06 2020
+++ pkgsrc/sysutils/baloo5/Makefile Sun May 24 01:30:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/04/12 08:28:06 adam Exp $
+# $NetBSD: Makefile,v 1.38 2020/05/24 01:30:21 markd Exp $
DISTNAME= baloo-${KF5VER}
PKGNAME= baloo5-${KF5VER}
@@ -20,7 +20,7 @@ USE_TOOLS+= msgmerge
SUBST_CLASSES+= xdg
SUBST_STAGE.xdg= pre-configure
SUBST_MESSAGE.xdg= Install via examples dir.
-SUBST_FILES.xdg= CMakeLists.txt src/file/CMakeLists.txt
+SUBST_FILES.xdg= src/file/CMakeLists.txt
SUBST_SED.xdg= -e 's:{AUTOSTART_INSTALL_DIR}:{KDE_INSTALL_AUTOSTARTEXDIR}:'
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/autostart
@@ -34,6 +34,7 @@ SUBST_CLASSES+= fix-moc
SUBST_STAGE.fix-moc= post-configure
SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
SUBST_FILES.fix-moc= _KDE_build/src/kioslaves/kded/CMakeFiles/baloosearchmodule_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g'
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index