Switch Consolekit to polkit and bump pkgrevision.
This commit is contained in:
parent
c547b469b6
commit
b2b21c6bea
2 changed files with 9 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue