diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-12-30 20:13:46 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-12-30 20:13:46 +0000 |
commit | b28f4972855f1b355b5b156ffca59f4135e0e4c8 (patch) | |
tree | f8d16b26e7f6882796704c78c3316de2d96ca435 /x11-toolkits/gtk30/Makefile | |
parent | 83b4f7b7528232f46a80c28193ac942e4e8c2f83 (diff) | |
download | ports-b28f4972855f1b355b5b156ffca59f4135e0e4c8.tar.gz ports-b28f4972855f1b355b5b156ffca59f4135e0e4c8.zip |
Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].
PR: 195290 [1], 195289 [2], 195455 [3]
Obtained from: gnome devel repo
Notes
Notes:
svn path=/head/; revision=375852
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 8f9a713003f2..f8bd9ddc5a2f 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -4,8 +4,8 @@ # Please keep gtk30 and x11-themes/gnome-themes-standard minor version in sync PORTNAME= gtk -PORTVERSION= 3.14.5 -PORTREVISION?= 1 +PORTVERSION= 3.14.6 +PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -27,6 +27,7 @@ PORTSCOUT= limit:1,even BUILD_DEPENDS+= at-spi2-atk>=0:${PORTSDIR}/accessibility/at-spi2-atk RUN_DEPENDS+= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme \ + adwaita-icon-theme>=0:${PORTSDIR}/x11-themes/adwaita-icon-theme \ at-spi2-atk>=0:${PORTSDIR}/accessibility/at-spi2-atk USE_PERL5= build @@ -44,7 +45,7 @@ LIBS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -LIBVERSION= 0.1400.5 +LIBVERSION= 0.1400.6 PLIST_SUB+= LIBVERSION=${LIBVERSION} GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ |