diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-15 19:25:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-15 19:25:12 +0800 |
commit | 800bf09006afab23db1849a95cb9fae62b4d451e (patch) | |
tree | 1524d480d6bb4c9c314c9edd521433837673d29e /sysutils | |
parent | 48c3e7113da9bfe5a129978002d72e0bdf18fc9e (diff) | |
download | marcuscom-ports-800bf09006afab23db1849a95cb9fae62b4d451e.tar marcuscom-ports-800bf09006afab23db1849a95cb9fae62b4d451e.tar.gz marcuscom-ports-800bf09006afab23db1849a95cb9fae62b4d451e.tar.bz2 marcuscom-ports-800bf09006afab23db1849a95cb9fae62b4d451e.tar.lz marcuscom-ports-800bf09006afab23db1849a95cb9fae62b4d451e.tar.xz marcuscom-ports-800bf09006afab23db1849a95cb9fae62b4d451e.tar.zst marcuscom-ports-800bf09006afab23db1849a95cb9fae62b4d451e.zip |
Remove depend on gnome-icon-theme.
Manualy remove share/icons/gnome/scalable/* since it isn't handled by
gnome-icon-theme anymore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-power-manager3/Makefile | 6 | ||||
-rw-r--r-- | sysutils/gnome-power-manager3/pkg-plist | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/gnome-power-manager3/Makefile b/sysutils/gnome-power-manager3/Makefile index b4777dab7..da2b214ae 100644 --- a/sysutils/gnome-power-manager3/Makefile +++ b/sysutils/gnome-power-manager3/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-power-manager3/Makefile,v 1.7 2011/04/05 11:35:06 kwm Exp $ +# $MCom: ports/sysutils/gnome-power-manager3/Makefile,v 1.8 2011/04/10 19:41:37 mezz Exp $ # PORTNAME= gnome-power-manager PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -20,8 +21,7 @@ LIB_DEPENDS= upower-glib.1:${PORTSDIR}/sysutils/upower \ canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \ notify.4:${PORTSDIR}/devel/libnotify \ execinfo:${PORTSDIR}/devel/libexecinfo -RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme +RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit USE_GETTEXT= yes USE_BZIP2= yes diff --git a/sysutils/gnome-power-manager3/pkg-plist b/sysutils/gnome-power-manager3/pkg-plist index 14e369600..1e5612094 100644 --- a/sysutils/gnome-power-manager3/pkg-plist +++ b/sysutils/gnome-power-manager3/pkg-plist @@ -620,6 +620,8 @@ share/omf/gnome-power-manager/gnome-power-manager-sv.omf share/omf/gnome-power-manager/gnome-power-manager-zh_CN.omf share/polkit-1/actions/org.gnome.power.policy @dirrm share/omf/gnome-power-manager +@dirrmtry share/icons/gnome/scalable/status +@dirrmtry share/icons/gnome/scalable @dirrm share/gnome/help/gnome-power-manager/zh_CN/figures @dirrm share/gnome/help/gnome-power-manager/zh_CN @dirrm share/gnome/help/gnome-power-manager/sv/figures |