diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-09 20:45:02 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-09 20:45:02 +0800 |
commit | 60f7b54288e7ccfdb243e363f39482eb23cec120 (patch) | |
tree | b12a900fe57f5f9cc0f8e8a4b610b35d9928e374 /x11/gnome-shell | |
parent | 014e095e85ecebb8fd39392e20309fca6391a04b (diff) | |
download | marcuscom-ports-60f7b54288e7ccfdb243e363f39482eb23cec120.tar marcuscom-ports-60f7b54288e7ccfdb243e363f39482eb23cec120.tar.gz marcuscom-ports-60f7b54288e7ccfdb243e363f39482eb23cec120.tar.bz2 marcuscom-ports-60f7b54288e7ccfdb243e363f39482eb23cec120.tar.lz marcuscom-ports-60f7b54288e7ccfdb243e363f39482eb23cec120.tar.xz marcuscom-ports-60f7b54288e7ccfdb243e363f39482eb23cec120.tar.zst marcuscom-ports-60f7b54288e7ccfdb243e363f39482eb23cec120.zip |
Update to 2.91.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15424 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-shell')
-rw-r--r-- | x11/gnome-shell/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-shell/distinfo | 4 | ||||
-rw-r--r-- | x11/gnome-shell/pkg-plist | 16 |
3 files changed, 14 insertions, 10 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 3e3682fdb..5f11284ba 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,11 +3,11 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.25 2011/02/25 16:38:17 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.26 2011/03/09 10:47:59 kwm Exp $ # PORTNAME= gnome-shell -PORTVERSION= 2.91.90 +PORTVERSION= 2.91.91 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11/gnome-shell/distinfo b/x11/gnome-shell/distinfo index 6a6ae68b0..900e394cc 100644 --- a/x11/gnome-shell/distinfo +++ b/x11/gnome-shell/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-shell-2.91.90.tar.bz2) = 0cb01d1b9cdd060883a88fab9377b8c4498ac24a967c5135e6ab6c05f598e332 -SIZE (gnome3/gnome-shell-2.91.90.tar.bz2) = 948946 +SHA256 (gnome3/gnome-shell-2.91.91.tar.bz2) = a639a8ce7fadbc1bef2002ea122798773a5fae213bc734f8254e347e56ec5213 +SIZE (gnome3/gnome-shell-2.91.91.tar.bz2) = 952817 diff --git a/x11/gnome-shell/pkg-plist b/x11/gnome-shell/pkg-plist index a5149963b..52a0ce939 100644 --- a/x11/gnome-shell/pkg-plist +++ b/x11/gnome-shell/pkg-plist @@ -1,13 +1,15 @@ bin/gnome-shell -etc/xdg/menus/gs-applications.menu +bin/gnome-shell-extension-tool lib/gnome-shell/Gdm-1.0.typelib lib/gnome-shell/Gvc-1.0.typelib lib/gnome-shell/Shell-0.1.typelib lib/gnome-shell/St-1.0.typelib -lib/mutter/plugins/libgnome-shell.a -lib/mutter/plugins/libgnome-shell.la -lib/mutter/plugins/libgnome-shell.so +lib/gnome-shell/libgnome-shell.a +lib/gnome-shell/libgnome-shell.la +lib/gnome-shell/libgnome-shell.so +libexec/gnome-shell-calendar-server share/applications/gnome-shell.desktop +share/dbus-1/services/org.gnome.Shell.CalendarServer.service %%DATADIR%%/js/misc/config.js %%DATADIR%%/js/misc/docInfo.js %%DATADIR%%/js/misc/fileUtils.js @@ -79,15 +81,17 @@ share/applications/gnome-shell.desktop %%DATADIR%%/theme/close.svg %%DATADIR%%/theme/corner-ripple.png %%DATADIR%%/theme/dash-placeholder.svg -%%DATADIR%%/theme/filter-selected.svg +%%DATADIR%%/theme/filter-selected-ltr.svg +%%DATADIR%%/theme/filter-selected-rtl.svg %%DATADIR%%/theme/gnome-shell.css %%DATADIR%%/theme/mosaic-view-active.svg %%DATADIR%%/theme/mosaic-view.svg %%DATADIR%%/theme/move-window-on-new.svg +%%DATADIR%%/theme/panel-border.svg %%DATADIR%%/theme/panel-button-border.svg %%DATADIR%%/theme/panel-button-highlight-narrow.svg %%DATADIR%%/theme/panel-button-highlight-wide.svg -%%DATADIR%%/theme/process-working.png +%%DATADIR%%/theme/process-working.svg %%DATADIR%%/theme/running-indicator.svg %%DATADIR%%/theme/scroll-button-down-hover.png %%DATADIR%%/theme/scroll-button-down.png |