diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-26 00:49:33 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-26 00:49:33 +0800 |
commit | ba848f491c839a386489839cbdba981ade5557d1 (patch) | |
tree | 3fffd2b46ef29baa10d9f6955f3524334498834d /x11 | |
parent | 5e9a7c81276e9eb470f842b1fb84d9052e5de6e3 (diff) | |
download | marcuscom-ports-ba848f491c839a386489839cbdba981ade5557d1.tar marcuscom-ports-ba848f491c839a386489839cbdba981ade5557d1.tar.gz marcuscom-ports-ba848f491c839a386489839cbdba981ade5557d1.tar.bz2 marcuscom-ports-ba848f491c839a386489839cbdba981ade5557d1.tar.lz marcuscom-ports-ba848f491c839a386489839cbdba981ade5557d1.tar.xz marcuscom-ports-ba848f491c839a386489839cbdba981ade5557d1.tar.zst marcuscom-ports-ba848f491c839a386489839cbdba981ade5557d1.zip |
Update to 2.29.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13721 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-shell/Makefile | 10 | ||||
-rw-r--r-- | x11/gnome-shell/distinfo | 6 | ||||
-rw-r--r-- | x11/gnome-shell/pkg-plist | 51 |
3 files changed, 50 insertions, 17 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 8be739b93..8616f217e 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,12 +3,11 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.8 2010/01/09 05:56:08 marcus Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.9 2010/01/17 00:23:15 kwm Exp $ # PORTNAME= gnome-shell -PORTVERSION= 2.28.0 -PORTREVISION= 3 +PORTVERSION= 2.29.0 CATEGORIES= x11 MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -36,12 +35,17 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/js -I${LOCALBASE}/include/nspr" GCONF_SCHEMAS= gnome-shell.schemas +MAN1= gnome-shell.1 + post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/gnome-shell.in +# temp hack around configure failure in 2.29.90. Fixed upstream + @${REINPLACE_CMD} -e 's|@GETTEXT_PACKAGE@|gnome-shell|g' \ + ${WRKSRC}/po/Makefile.in.in post-install: @${CAT} ${PKGMESSAGE} diff --git a/x11/gnome-shell/distinfo b/x11/gnome-shell/distinfo index a96b0a902..9e31e89ce 100644 --- a/x11/gnome-shell/distinfo +++ b/x11/gnome-shell/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-shell-2.28.0.tar.bz2) = a9f93a6f03da60f2f6e3fb82a9e7dc94 -SHA256 (gnome2/gnome-shell-2.28.0.tar.bz2) = 64d30bd2692af2047a3056545b8f549c713ee91877cee8742d4b02d606ef6bd4 -SIZE (gnome2/gnome-shell-2.28.0.tar.bz2) = 591376 +MD5 (gnome2/gnome-shell-2.29.0.tar.bz2) = 491177b1719ec5112e4643d5eca40b40 +SHA256 (gnome2/gnome-shell-2.29.0.tar.bz2) = 7429cd9689e1a2e302b1c23e06c576ee6b0542a7f1c72c4c0efce3d83842aa58 +SIZE (gnome2/gnome-shell-2.29.0.tar.bz2) = 660830 diff --git a/x11/gnome-shell/pkg-plist b/x11/gnome-shell/pkg-plist index 011206360..41933243b 100644 --- a/x11/gnome-shell/pkg-plist +++ b/x11/gnome-shell/pkg-plist @@ -1,63 +1,85 @@ bin/gnome-shell lib/gnome-shell/Big-1.0.typelib +lib/gnome-shell/Gdm-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 share/applications/gnome-shell.desktop -%%DATADIR%%/images/app-well-glow.png -%%DATADIR%%/images/add-workspace.svg -%%DATADIR%%/images/back.svg %%DATADIR%%/images/close-black.svg -%%DATADIR%%/images/close.svg -%%DATADIR%%/images/info.svg %%DATADIR%%/images/magnifier.svg -%%DATADIR%%/images/remove-workspace.svg %%DATADIR%%/js/misc/docInfo.js %%DATADIR%%/js/misc/format.js -%%DATADIR%%/js/ui/appIcon.js +%%DATADIR%%/js/misc/params.js %%DATADIR%%/js/ui/altTab.js %%DATADIR%%/js/ui/appDisplay.js -%%DATADIR%%/js/ui/button.js +%%DATADIR%%/js/ui/appFavorites.js %%DATADIR%%/js/ui/calendar.js %%DATADIR%%/js/ui/chrome.js %%DATADIR%%/js/ui/dash.js %%DATADIR%%/js/ui/dnd.js %%DATADIR%%/js/ui/docDisplay.js %%DATADIR%%/js/ui/environment.js +%%DATADIR%%/js/ui/extensionSystem.js %%DATADIR%%/js/ui/genericDisplay.js %%DATADIR%%/js/ui/lightbox.js %%DATADIR%%/js/ui/link.js %%DATADIR%%/js/ui/lookingGlass.js %%DATADIR%%/js/ui/main.js +%%DATADIR%%/js/ui/messageTray.js +%%DATADIR%%/js/ui/notificationDaemon.js %%DATADIR%%/js/ui/overview.js +%%DATADIR%%/js/ui/placeDisplay.js %%DATADIR%%/js/ui/panel.js -%%DATADIR%%/js/ui/places.js %%DATADIR%%/js/ui/runDialog.js +%%DATADIR%%/js/ui/search.js %%DATADIR%%/js/ui/shellDBus.js +%%DATADIR%%/js/ui/statusMenu.js %%DATADIR%%/js/ui/sidebar.js %%DATADIR%%/js/ui/tweener.js %%DATADIR%%/js/ui/widget.js %%DATADIR%%/js/ui/widgetBox.js +%%DATADIR%%/js/ui/windowAttentionHandler.js %%DATADIR%%/js/ui/windowManager.js -%%DATADIR%%/js/ui/workspaces.js +%%DATADIR%%/js/ui/workspace.js +%%DATADIR%%/js/ui/workspaceSwitcherPopup.js +%%DATADIR%%/js/ui/workspacesView.js +%%DATADIR%%/theme/add-workspace.svg +%%DATADIR%%/theme/close-window.svg +%%DATADIR%%/theme/close.svg +%%DATADIR%%/theme/corner-ripple.png %%DATADIR%%/theme/gnome-shell.css +%%DATADIR%%/theme/mosaic-view-active.svg +%%DATADIR%%/theme/mosaic-view.svg +%%DATADIR%%/theme/remove-workspace.svg %%DATADIR%%/theme/scroll-button-down-hover.png %%DATADIR%%/theme/scroll-button-down.png %%DATADIR%%/theme/scroll-button-up-hover.png %%DATADIR%%/theme/scroll-button-up.png -%%DATADIR%%/theme/scroll-vhandle.png +%%DATADIR%%/theme/scroll-hhandle.svg +%%DATADIR%%/theme/scroll-vhandle.svg +%%DATADIR%%/theme/section-back.svg +%%DATADIR%%/theme/section-more-open.svg +%%DATADIR%%/theme/section-more.svg +%%DATADIR%%/theme/single-view-active.svg +%%DATADIR%%/theme/single-view.svg +%%DATADIR%%/theme/ws-switch-arrow-left.svg +%%DATADIR%%/theme/ws-switch-arrow-right.svg share/locale/ar/LC_MESSAGES/gnome-shell.mo +share/locale/bg/LC_MESSAGES/gnome-shell.mo share/locale/ca/LC_MESSAGES/gnome-shell.mo share/locale/cs/LC_MESSAGES/gnome-shell.mo share/locale/da/LC_MESSAGES/gnome-shell.mo share/locale/de/LC_MESSAGES/gnome-shell.mo +share/locale/el/LC_MESSAGES/gnome-shell.mo share/locale/en_GB/LC_MESSAGES/gnome-shell.mo share/locale/es/LC_MESSAGES/gnome-shell.mo +share/locale/fi/LC_MESSAGES/gnome-shell.mo share/locale/fr/LC_MESSAGES/gnome-shell.mo share/locale/ga/LC_MESSAGES/gnome-shell.mo share/locale/gl/LC_MESSAGES/gnome-shell.mo +share/locale/he/LC_MESSAGES/gnome-shell.mo share/locale/hu/LC_MESSAGES/gnome-shell.mo share/locale/it/LC_MESSAGES/gnome-shell.mo share/locale/ko/LC_MESSAGES/gnome-shell.mo @@ -66,10 +88,17 @@ share/locale/nl/LC_MESSAGES/gnome-shell.mo share/locale/pa/LC_MESSAGES/gnome-shell.mo share/locale/pl/LC_MESSAGES/gnome-shell.mo share/locale/pt_BR/LC_MESSAGES/gnome-shell.mo +share/locale/ro/LC_MESSAGES/gnome-shell.mo +share/locale/ru/LC_MESSAGES/gnome-shell.mo share/locale/sl/LC_MESSAGES/gnome-shell.mo +share/locale/sr/LC_MESSAGES/gnome-shell.mo +share/locale/sr@latin/LC_MESSAGES/gnome-shell.mo share/locale/sv/LC_MESSAGES/gnome-shell.mo share/locale/tr/LC_MESSAGES/gnome-shell.mo +share/locale/vi/LC_MESSAGES/gnome-shell.mo share/locale/zh_CN/LC_MESSAGES/gnome-shell.mo +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin @dirrm %%DATADIR%%/theme @dirrm %%DATADIR%%/js/ui @dirrm %%DATADIR%%/js/misc |