pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/kemoticons



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 24 00:27:26 UTC 2020

Modified Files:
        pkgsrc/misc/kemoticons: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/kemoticons/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/kemoticons/Makefile
diff -u pkgsrc/misc/kemoticons/Makefile:1.27 pkgsrc/misc/kemoticons/Makefile:1.28
--- pkgsrc/misc/kemoticons/Makefile:1.27        Sat May 23 14:41:55 2020
+++ pkgsrc/misc/kemoticons/Makefile     Sun May 24 00:27:26 2020
@@ -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 @@ HOMEPAGE=      https://community.kde.org/Fram
 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