pkgsrc-WIP-changes archive

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

libksysguard: use KAUTH_DBUS_DIR and cleanup Makefile



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Sun Jan 28 11:15:36 2018 +1300
Changeset:	d03621bf1f039f704dda2bf58c2d0d4adfc75757

Modified Files:
	libksysguard/Makefile

Log Message:
libksysguard: use KAUTH_DBUS_DIR and cleanup Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d03621bf1f039f704dda2bf58c2d0d4adfc75757

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

diffstat:
 libksysguard/Makefile | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diffs:
diff --git a/libksysguard/Makefile b/libksysguard/Makefile
index 68c0413e3b..29538fc8d3 100644
--- a/libksysguard/Makefile
+++ b/libksysguard/Makefile
@@ -9,8 +9,6 @@ LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 .include "../../wip/kde5/plasma.mk"
 
-CONFLICTS+=	kde-workspace4-[0-9]*
-
 BUILD_DEPENDS+=	kdoctools>=5.19.0:../../devel/kdoctools
 
 USE_TOOLS+=	msgmerge pkg-config
@@ -24,18 +22,14 @@ RT_LIB_SCHED=	# empty
 CMAKE_ARGS+=	-DRT_LIB_SCHED=${RT_LIB_SCHED}
 CMAKE_ARGS.NetBSD+=	-DKVM_LIB=kvm
 
+CMAKE_ARGS+=	-DKAUTH_DBUS_DIR=${PREFIX}/share/examples/libksysguard
+
 MAKE_DIRS+=	${PKG_SYSCONFDIR}/dbus-1/system.d
 CONF_FILES+=	${PREFIX}/share/examples/libksysguard/org.kde.ksysguard.processlisthelper.conf \
 		${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
 
 INSTALLATION_DIRS+=	share/examples/libksysguard
 
-BUILDLINK_TRANSFORM+=	rm:-fvisibility=hidden
-
-post-install:
-	mv ${DESTDIR}/etc/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf \
-	${DESTDIR}${PREFIX}/share/examples/libksysguard/
-
 .include "../../x11/plasma-framework/buildlink3.mk"
 .include "../../x11/libXres/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"


Home | Main Index | Thread Index | Old Index