pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/plasma-framework



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Jan 19 09:47:02 UTC 2017

Modified Files:
        pkgsrc/x11/plasma-framework: Makefile

Log Message:
More automoc cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/plasma-framework/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/plasma-framework/Makefile
diff -u pkgsrc/x11/plasma-framework/Makefile:1.3 pkgsrc/x11/plasma-framework/Makefile:1.4
--- pkgsrc/x11/plasma-framework/Makefile:1.3    Sun Dec  4 05:17:15 2016
+++ pkgsrc/x11/plasma-framework/Makefile        Thu Jan 19 09:47:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/12/04 05:17:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/19 09:47:02 markd Exp $
 
 DISTNAME=      plasma-framework-${KF5VER}
 PKGREVISION=   2
@@ -14,6 +14,12 @@ BUILD_DEPENDS+=      kdoctools>=${KF5VER}:../
 
 USE_TOOLS+=    msgmerge pkg-config
 
+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_automoc.dir/AutogenInfo.cmake
+SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
+
 .include "../../devel/kdeclarative/buildlink3.mk"
 .include "../../x11/kactivities5/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"



Home | Main Index | Thread Index | Old Index