diff options
author | markd <markd@pkgsrc.org> | 2013-12-12 00:14:26 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-12-12 00:14:26 +0000 |
commit | 543491cbae35755e37f54b596bc00b337a689dd5 (patch) | |
tree | 546444f7f9ce9a4ab15dc45677afc71492e64dd7 /x11 | |
parent | 7ff8c52d7e166d321fac60150a2f4c7b4cf03c99 (diff) | |
download | pkgsrc-543491cbae35755e37f54b596bc00b337a689dd5.tar.gz |
Fix Linux.PLIST to match reality.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde-workspace4/Makefile | 7 | ||||
-rw-r--r-- | x11/kde-workspace4/PLIST.Linux | 16 |
2 files changed, 18 insertions, 5 deletions
diff --git a/x11/kde-workspace4/Makefile b/x11/kde-workspace4/Makefile index 0584d04c656..4f183baf28c 100644 --- a/x11/kde-workspace4/Makefile +++ b/x11/kde-workspace4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/11/20 20:04:40 adam Exp $ +# $NetBSD: Makefile,v 1.30 2013/12/12 00:14:26 markd Exp $ DISTNAME= kde-workspace-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} @@ -65,6 +65,11 @@ PLIST.utempter= yes PLIST.noutempter= yes .endif +.if ${OPSYS} == "Linux" +CONF_FILES+= ${PREFIX}/share/examples/kde4-dbus/org.kde.powerdevil.backlighthelper.conf \ + ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf +.endif + SUBST_CLASSES+= paths SUBST_FILES.paths= kdm/kcm/main.cpp SUBST_SED.paths= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g' diff --git a/x11/kde-workspace4/PLIST.Linux b/x11/kde-workspace4/PLIST.Linux index 819a9460804..a1f17c83b1c 100644 --- a/x11/kde-workspace4/PLIST.Linux +++ b/x11/kde-workspace4/PLIST.Linux @@ -1,6 +1,14 @@ -@comment $NetBSD: PLIST.Linux,v 1.1 2012/03/19 19:44:03 markd Exp $ -bin/solid-network +@comment $NetBSD: PLIST.Linux,v 1.2 2013/12/12 00:14:26 markd Exp $ +bin/kwin_gles lib/kde4/kcm_joystick.so -lib/kde4/solid_modemmanager04.so +lib/kde4/kwin4_effect_gles_builtins.so +lib/kde4/libexec/backlighthelper +lib/libkdeinit4_kwin_gles.so +lib/libkwinglesutils.so +lib/libkwinglesutils.so.1 +lib/libkwinglesutils.so.1.0.0 +share/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service +share/examples/kde4-dbus/org.kde.powerdevil.backlighthelper.conf share/kde4/services/joystick.desktop -share/kde4/services/solidbackends/solid_modemmanager04.desktop +share/PolicyKit/policy/org.kde.powerdevil.backlighthelper.policy + |