pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libkipi libkipi: autogen now uses json files



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52189974bb4d
branches:  trunk
changeset: 410981:52189974bb4d
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 02 10:41:02 2020 +0000

description:
libkipi: autogen now uses json files

diffstat:

 graphics/libkipi/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r c6c5bbc0fe2d -r 52189974bb4d graphics/libkipi/Makefile
--- a/graphics/libkipi/Makefile Sun Feb 02 10:34:05 2020 +0000
+++ b/graphics/libkipi/Makefile Sun Feb 02 10:41:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2020/02/02 02:50:43 markd Exp $
+# $NetBSD: Makefile,v 1.84 2020/02/02 10:41:02 markd Exp $
 
 DISTNAME=      libkipi-${KAPPSVER}
 CATEGORIES=    graphics
@@ -15,8 +15,8 @@
 SUBST_CLASSES+=                fix-moc
 SUBST_STAGE.fix-moc=   post-configure
 SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
-SUBST_FILES.fix-moc=   _KDE_build/tests/plugins/CMakeFiles/kipiplugin_kxmlhelloworld_autogen.dir/AutogenInfo.cmake
-SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
+SUBST_FILES.fix-moc=   _KDE_build/tests/plugins/CMakeFiles/kipiplugin_kxmlhelloworld_autogen.dir/AutogenInfo.json
+SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index