pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/kemoticons kemoticons: autogen now uses json files



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6c5bbc0fe2d
branches:  trunk
changeset: 410980:c6c5bbc0fe2d
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 02 10:34:05 2020 +0000

description:
kemoticons: autogen now uses json files

diffstat:

 misc/kemoticons/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 8e10954de501 -r c6c5bbc0fe2d misc/kemoticons/Makefile
--- a/misc/kemoticons/Makefile  Sun Feb 02 10:26:00 2020 +0000
+++ b/misc/kemoticons/Makefile  Sun Feb 02 10:34:05 2020 +0000
@@ -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 @@
 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