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/90b1819bf165
branches: trunk
changeset: 422748:90b1819bf165
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 ce89dd0b2447 -r 90b1819bf165 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