Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/kemoticons kemoticons: restore previous, make as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38dd10f062da
branches:  trunk
changeset: 432646:38dd10f062da
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 24 00:27:26 2020 +0000

description:
kemoticons: restore previous, make as SUBST_NOOP_OK.fix-moc=yes

Seems this is a noop on some platforms and required on others.

diffstat:

 misc/kemoticons/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 0bb646482d6b -r 38dd10f062da misc/kemoticons/Makefile
--- a/misc/kemoticons/Makefile  Sat May 23 23:45:45 2020 +0000
+++ b/misc/kemoticons/Makefile  Sun May 24 00:27:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/05/23 14:41:55 mef Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/24 00:27:26 markd Exp $
 
 DISTNAME=      kemoticons-${KF5VER}
 PKGREVISION=   3
@@ -8,6 +8,13 @@
 COMMENT=       Support for emoticons and emoticons themes
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
+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/providers/*/CMakeFiles/emoticonstheme_*_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
+SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
+
 .include "../../meta-pkgs/kde/kf5.mk"
 
 .include "../../archivers/karchive/buildlink3.mk"



Home | Main Index | Thread Index | Old Index