pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/plasma-framework plasma-framework: autogen now use...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c3bd5b3d6b9
branches:  trunk
changeset: 410984:8c3bd5b3d6b9
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 02 11:09:14 2020 +0000

description:
plasma-framework: autogen now uses json files

diffstat:

 x11/plasma-framework/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6b587395debb -r 8c3bd5b3d6b9 x11/plasma-framework/Makefile
--- a/x11/plasma-framework/Makefile     Sun Feb 02 11:00:05 2020 +0000
+++ b/x11/plasma-framework/Makefile     Sun Feb 02 11:09:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/01/29 11:49:31 markd Exp $
+# $NetBSD: Makefile,v 1.33 2020/02/02 11:09:14 markd Exp $
 
 DISTNAME=      plasma-framework-${KF5VER}
 CATEGORIES=    x11
@@ -16,8 +16,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/src/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative_autogen.dir/AutogenInfo.cmake
-SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
+SUBST_FILES.fix-moc=   _KDE_build/src/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative_autogen.dir/AutogenInfo.json
+SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../devel/kdeclarative/buildlink3.mk"
 .include "../../devel/kwayland/buildlink3.mk"



Home | Main Index | Thread Index | Old Index