diff options
author | kwm <kwm@FreeBSD.org> | 2016-02-15 02:57:53 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-02-15 02:57:53 +0800 |
commit | 189722383bc516c4795233d42fc85471adbfb78c (patch) | |
tree | cb5a8a1108829deee66dbb334ff2a733162448c6 /audio/goobox | |
parent | 140d30a2a631f34b0530c4177867d6b09a692ed2 (diff) | |
download | freebsd-ports-gnome-189722383bc516c4795233d42fc85471adbfb78c.tar.gz freebsd-ports-gnome-189722383bc516c4795233d42fc85471adbfb78c.tar.zst freebsd-ports-gnome-189722383bc516c4795233d42fc85471adbfb78c.zip |
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
Diffstat (limited to 'audio/goobox')
-rw-r--r-- | audio/goobox/Makefile | 5 | ||||
-rw-r--r-- | audio/goobox/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 456061fa3c5e..559d2b7086f6 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= goobox -PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTVERSION= 3.4.1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,7 +17,7 @@ LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid \ libbrasero-media3.so:${PORTSDIR}/sysutils/brasero \ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique -USES= desktop-file-utils gettext gmake pkgconfig tar:xz +USES= desktop-file-utils gettext gmake gnome pkgconfig tar:xz USE_GNOME= glib20 gtk30 intlhack USE_XORG= x11 USE_GSTREAMER1= yes diff --git a/audio/goobox/distinfo b/audio/goobox/distinfo index 450e8617827b..d1c51b61417c 100644 --- a/audio/goobox/distinfo +++ b/audio/goobox/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/goobox-3.4.0.tar.xz) = b41f414601e44af5dbe931f3bc81d2acf984ecd357a8f92861437629e9790552 -SIZE (gnome3/goobox-3.4.0.tar.xz) = 561024 +SHA256 (gnome3/goobox-3.4.1.tar.xz) = dde757f9e9e463b5c610d1257d3fc0096a53783529a3172cd8da18cada3b3ef2 +SIZE (gnome3/goobox-3.4.1.tar.xz) = 561240 |