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 /devel/libgtop | |
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 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 5 | ||||
-rw-r--r-- | devel/libgtop/distinfo | 4 | ||||
-rw-r--r-- | devel/libgtop/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index ead143d19168..06cb91aa5577 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgtop -PORTVERSION= 2.31.90 +PORTVERSION= 2.32.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,7 +12,8 @@ COMMENT= GNOME top library USE_PERL5= build USE_XORG= xau -USES= gettext gmake libtool makeinfo pathfix perl5 pkgconfig tar:xz +USES= gettext gmake gnome libtool makeinfo pathfix perl5 \ + pkgconfig tar:xz USE_GNOME= gnomeprefix glib20 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo index 4c0d997f176e..954f99efeb8f 100644 --- a/devel/libgtop/distinfo +++ b/devel/libgtop/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/libgtop-2.31.90.tar.xz) = d58cfbb9af04239983a5102e7e54ae195aea4f2d8f9e8e6a6c60f57572e02b35 -SIZE (gnome2/libgtop-2.31.90.tar.xz) = 665276 +SHA256 (gnome2/libgtop-2.32.0.tar.xz) = 8443246332f22b33e389f565825b58cd9623fb7625bf874d404354b705ad178e +SIZE (gnome2/libgtop-2.32.0.tar.xz) = 665224 diff --git a/devel/libgtop/pkg-plist b/devel/libgtop/pkg-plist index 216bee01ac6f..306440256e77 100644 --- a/devel/libgtop/pkg-plist +++ b/devel/libgtop/pkg-plist @@ -37,7 +37,6 @@ include/libgtop-2.0/glibtop/sysdeps.h include/libgtop-2.0/glibtop/sysinfo.h include/libgtop-2.0/glibtop/union.h include/libgtop-2.0/glibtop/uptime.h -include/libgtop-2.0/glibtop/version.h include/libgtop-2.0/glibtop_machine.h include/libgtop-2.0/glibtop_server.h include/libgtop-2.0/glibtop_suid.h |