diff options
author | kwm <kwm@FreeBSD.org> | 2014-12-03 17:18:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-12-03 17:18:23 +0800 |
commit | d65f5e5ea34650e52c451fc4b7ef13e5a644394e (patch) | |
tree | 9021a26f76674a75f55054140dbaa1e2146de3d6 /x11-toolkits/gtk30 | |
parent | 975e6f9db2c90e097aa03cc1a8b0a4f33af91d5b (diff) | |
download | freebsd-ports-gnome-d65f5e5ea34650e52c451fc4b7ef13e5a644394e.tar.gz freebsd-ports-gnome-d65f5e5ea34650e52c451fc4b7ef13e5a644394e.tar.zst freebsd-ports-gnome-d65f5e5ea34650e52c451fc4b7ef13e5a644394e.zip |
Update GNOME to 3.14.2.
This update was brought to you in collaboration with Gustua Perez
Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.
Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.
PR: 195414
Obtained from: gnome dev repo
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk30/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index db1d03f3c113..85faf7cfc76c 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -1,11 +1,11 @@ # Created by: Vanilla I. Shu <vanilla@MinJe.com.TW> # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/gtk30/Makefile 19945 2014-10-15 05:41:04Z gusi $ +# $MCom: ports/trunk/x11-toolkits/gtk30/Makefile 20051 2014-11-10 09:39:43Z gusi $ # Please keep gtk30 and x11-themes/gnome-themes-standard minor version in sync PORTNAME= gtk -PORTVERSION= 3.14.3 -PORTREVISION?= 1 +PORTVERSION= 3.14.5 +PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -43,7 +43,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -LIBVERSION= 0.1400.3 +LIBVERSION= 0.1400.5 PLIST_SUB+= LIBVERSION=${LIBVERSION} GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index 41108098aedc..5b51cf2ece85 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtk+-3.14.3.tar.xz) = 5e8c62b932f4f0384c3c8cbf251f65978bdecde3211bb16e4c2bde5d8b3af72f -SIZE (gnome3/gtk+-3.14.3.tar.xz) = 15646820 +SHA256 (gnome3/gtk+-3.14.5.tar.xz) = ba70f5ccde6646c6d8aa5a6398794b7bcf23fc45af22580a215d258f392dbbe2 +SIZE (gnome3/gtk+-3.14.5.tar.xz) = 15666824 diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index aac9078c29ef..204aa37bac3f 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -647,8 +647,6 @@ share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo share/locale/zh_TW/LC_MESSAGES/gtk30.mo share/themes/Default/gtk-3.0/gtk-keys.css share/themes/Emacs/gtk-3.0/gtk-keys.css -@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true -@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true @exec %D/bin/gtk-query-immodules-3.0 --update-cache > /dev/null 2>&1 || /usr/bin/true @rmtry lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache @exec /bin/mkdir -p %D/lib/gtk-3.0/modules |