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 Feb  2 10:34:05 UTC 2020

Modified Files:
        pkgsrc/misc/kemoticons: Makefile

Log Message:
kemoticons: autogen now uses json files


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/misc/kemoticons/Makefile:1.23
--- pkgsrc/misc/kemoticons/Makefile:1.22        Wed Jan 29 11:49:26 2020
+++ pkgsrc/misc/kemoticons/Makefile     Sun Feb  2 10:34:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/01/29 11:49:26 markd Exp $
+# $NetBSD: Makefile,v 1.23 2020/02/02 10:34:05 markd Exp $
 
 DISTNAME=      kemoticons-${KF5VER}
 CATEGORIES=    misc
@@ -10,11 +10,11 @@ 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_autogen.dir/AutogenInfo.cmake
-SUBST_FILES.fix-moc+=  _KDE_build/src/providers/kde/CMakeFiles/emoticonstheme_kde_autogen.dir/AutogenInfo.cmake
-SUBST_FILES.fix-moc+=  _KDE_build/src/providers/adium/CMakeFiles/emoticonstheme_adium_autogen.dir/AutogenInfo.cmake
-SUBST_FILES.fix-moc+=  _KDE_build/src/providers/pidgin/CMakeFiles/emoticonstheme_pidgin_autogen.dir/AutogenInfo.cmake
-SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
+SUBST_FILES.fix-moc=   _KDE_build/src/providers/xmpp/CMakeFiles/emoticonstheme_xmpp_autogen.dir/AutogenInfo.json
+SUBST_FILES.fix-moc+=  _KDE_build/src/providers/kde/CMakeFiles/emoticonstheme_kde_autogen.dir/AutogenInfo.json
+SUBST_FILES.fix-moc+=  _KDE_build/src/providers/adium/CMakeFiles/emoticonstheme_adium_autogen.dir/AutogenInfo.json
+SUBST_FILES.fix-moc+=  _KDE_build/src/providers/pidgin/CMakeFiles/emoticonstheme_pidgin_autogen.dir/AutogenInfo.json
+SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../meta-pkgs/kde/kf5.mk"
 



Home | Main Index | Thread Index | Old Index