diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-17 01:20:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-17 01:20:19 +0800 |
commit | fae1e30cb2ea8be0d58e0f1fe13fcac98f478343 (patch) | |
tree | 8191cdf6fb71c77c9099a93606eacce2d544e94e /x11 | |
parent | b981433b40a9fafe3cd942b4c94bde7ed57afe57 (diff) | |
download | marcuscom-ports-fae1e30cb2ea8be0d58e0f1fe13fcac98f478343.tar marcuscom-ports-fae1e30cb2ea8be0d58e0f1fe13fcac98f478343.tar.gz marcuscom-ports-fae1e30cb2ea8be0d58e0f1fe13fcac98f478343.tar.bz2 marcuscom-ports-fae1e30cb2ea8be0d58e0f1fe13fcac98f478343.tar.lz marcuscom-ports-fae1e30cb2ea8be0d58e0f1fe13fcac98f478343.tar.xz marcuscom-ports-fae1e30cb2ea8be0d58e0f1fe13fcac98f478343.tar.zst marcuscom-ports-fae1e30cb2ea8be0d58e0f1fe13fcac98f478343.zip |
Add missing files related to PolicyKit-gnome support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10460 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/pkg-plist | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index eeeef0889..e122b1f0f 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.171 2008/02/12 02:23:45 marcus Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.172 2008/02/13 04:35:44 marcus Exp $ # PORTNAME= gnome-panel PORTVERSION= 2.21.91 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist index 2e044fcf6..56ae11dd3 100644 --- a/x11/gnome-panel/pkg-plist +++ b/x11/gnome-panel/pkg-plist @@ -1,6 +1,7 @@ bin/gnome-desktop-item-edit bin/gnome-panel bin/panel-test-applets +etc/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf @unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true @unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true etc/gconf/schemas/panel-default-setup.entries @@ -22,9 +23,12 @@ libdata/bonobo/servers/GNOME_Wncklet_Factory.server libdata/pkgconfig/libpanelapplet-2.0.pc libexec/clock-applet libexec/fish-applet-2 +libexec/gnome-clock-applet-mechanism libexec/notification-area-applet libexec/wnck-applet +share/PolicyKit/policy/gnome-clock-applet-mechanism.policy share/applications/gnome-panel.desktop +share/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service share/gnome-2.0/ui/GNOME_ClockApplet.xml share/gnome-2.0/ui/GNOME_FishApplet.xml share/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml |