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:           Thu Jan 19 09:40:50 UTC 2017

Modified Files:
        pkgsrc/misc/kemoticons: Makefile

Log Message:
More automoc cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/misc/kemoticons/Makefile:1.3
--- pkgsrc/misc/kemoticons/Makefile:1.2 Sun Dec  4 05:17:09 2016
+++ pkgsrc/misc/kemoticons/Makefile     Thu Jan 19 09:40:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/12/04 05:17:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2017/01/19 09:40:50 markd Exp $
 
 DISTNAME=      kemoticons-${KF5VER}
 PKGREVISION=   1
@@ -8,6 +8,15 @@ 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/xmpp/CMakeFiles/emoticonstheme_xmpp_automoc.dir/AutogenInfo.cmake
+SUBST_FILES.fix-moc+=  _KDE_build/src/providers/kde/CMakeFiles/emoticonstheme_kde_automoc.dir/AutogenInfo.cmake
+SUBST_FILES.fix-moc+=  _KDE_build/src/providers/adium/CMakeFiles/emoticonstheme_adium_automoc.dir/AutogenInfo.cmake
+SUBST_FILES.fix-moc+=  _KDE_build/src/providers/pidgin/CMakeFiles/emoticonstheme_pidgin_automoc.dir/AutogenInfo.cmake
+SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
+
 .include "../../meta-pkgs/kf5/Makefile.common"
 
 .include "../../archivers/karchive/buildlink3.mk"



Home | Main Index | Thread Index | Old Index