diff options
author | youri <youri@pkgsrc.org> | 2016-06-04 16:28:22 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-04 16:28:22 +0000 |
commit | 7207a5c6192e42497f05957984c7feac1c3a01cc (patch) | |
tree | 28ee457ebc416d5c97372c016df2d775f1557812 /sysutils | |
parent | 0f059d205b52b2980ecd7f884e882f1e0830f9ad (diff) | |
download | pkgsrc-7207a5c6192e42497f05957984c7feac1c3a01cc.tar.gz |
Switch Consolekit to polkit and bump pkgrevision.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolekit/Makefile | 6 | ||||
-rw-r--r-- | sysutils/consolekit/PLIST | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index 8385355b9f0..a57f13f07cd 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2016/03/12 23:07:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2016/06/04 16:28:22 youri Exp $ CONSOLEKIT_VER= 0.4.6 DISTNAME= ConsoleKit-${CONSOLEKIT_VER} PKGNAME= consolekit-${CONSOLEKIT_VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.freedesktop.org/software/ConsoleKit/dist/ EXTRACT_SUFX= .tar.xz @@ -56,7 +56,7 @@ post-install: .endif .include "../../devel/zlib/buildlink3.mk" -.include "../../security/policykit/buildlink3.mk" +.include "../../security/polkit/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" diff --git a/sysutils/consolekit/PLIST b/sysutils/consolekit/PLIST index 21c38426138..dd74246df01 100644 --- a/sysutils/consolekit/PLIST +++ b/sysutils/consolekit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2014/08/17 15:59:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/06/04 16:28:22 youri Exp $ bin/ck-history bin/ck-launch-session bin/ck-list-sessions @@ -20,3 +20,8 @@ share/dbus-1/interfaces/org.freedesktop.ConsoleKit.Session.xml share/dbus-1/system-services/org.freedesktop.ConsoleKit.service share/examples/consolekit/00-primary.seat share/examples/consolekit/ConsoleKit.conf +share/polkit-1/actions/org.freedesktop.consolekit.policy +@pkgdir lib/ConsoleKit/run-session.d +@pkgdir lib/ConsoleKit/run-seat.d +@pkgdir etc/ConsoleKit/run-session.d +@pkgdir etc/ConsoleKit/run-seat.d |