diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-12-25 00:12:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-12-25 00:12:03 +0800 |
commit | 7e368f8830102268ec13b275e53b048446aa4d2e (patch) | |
tree | c624c2791e68cd19103703adeaaa95d704df82ad /sysutils | |
parent | 639d9f0d631516dc55806147b06ff445f13e8f71 (diff) | |
download | marcuscom-ports-7e368f8830102268ec13b275e53b048446aa4d2e.tar marcuscom-ports-7e368f8830102268ec13b275e53b048446aa4d2e.tar.gz marcuscom-ports-7e368f8830102268ec13b275e53b048446aa4d2e.tar.bz2 marcuscom-ports-7e368f8830102268ec13b275e53b048446aa4d2e.tar.lz marcuscom-ports-7e368f8830102268ec13b275e53b048446aa4d2e.tar.xz marcuscom-ports-7e368f8830102268ec13b275e53b048446aa4d2e.tar.zst marcuscom-ports-7e368f8830102268ec13b275e53b048446aa4d2e.zip |
Allow calling method SetIdleHint by default.
Obtained from: ConsoleKit git
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11836 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolekit/Makefile | 4 | ||||
-rw-r--r-- | sysutils/consolekit/files/patch-data_ConsoleKit.conf | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index cac5674bb..7d8897cba 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -3,11 +3,11 @@ # Whom: Florent Thoumie <flz@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/consolekit/Makefile,v 1.17 2008/08/21 21:52:59 mezz Exp $ +# $MCom: ports/sysutils/consolekit/Makefile,v 1.18 2008/10/18 05:10:57 marcus Exp $ PORTNAME= consolekit PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= http://people.freedesktop.org/~mccann/dist/ DISTFILES= ConsoleKit-${PORTVERSION}${EXTRACT_SUFX} diff --git a/sysutils/consolekit/files/patch-data_ConsoleKit.conf b/sysutils/consolekit/files/patch-data_ConsoleKit.conf new file mode 100644 index 000000000..155e92ec6 --- /dev/null +++ b/sysutils/consolekit/files/patch-data_ConsoleKit.conf @@ -0,0 +1,11 @@ +--- data/ConsoleKit.conf.orig 2008-12-24 11:06:53.000000000 -0500 ++++ data/ConsoleKit.conf 2008-12-24 11:07:17.000000000 -0500 +@@ -91,6 +91,8 @@ + send_member="GetIdleHint"/> + <allow send_interface="org.freedesktop.ConsoleKit.Session" + send_member="GetIdleSinceHint"/> ++ <allow send_interface="org.freedesktop.ConsoleKit.Session" ++ send_member="SetIdleHint"/> + </policy> + + </busconfig> |