Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/baloo5 baloo5: remove obsolete file from xdg ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b405182f7beb
branches:  trunk
changeset: 432656:b405182f7beb
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 24 01:30:21 2020 +0000

description:
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.

diffstat:

 sysutils/baloo5/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 37cc1e06e2a5 -r b405182f7beb sysutils/baloo5/Makefile
--- a/sysutils/baloo5/Makefile  Sun May 24 01:24:22 2020 +0000
+++ b/sysutils/baloo5/Makefile  Sun May 24 01:30:21 2020 +0000
@@ -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 @@
 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_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