diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-02-15 02:57:53 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-02-15 02:57:53 +0800 |
commit | b93a80c99281466281db26011356c75bd54ea36c (patch) | |
tree | cb5a8a1108829deee66dbb334ff2a733162448c6 /deskutils/gnome-shell-extension-lockkeys/Makefile | |
parent | b78527376a1d11bef820d5e9fe86d3c524ea6acf (diff) | |
download | freebsd-ports-gnome-b93a80c99281466281db26011356c75bd54ea36c.tar.gz freebsd-ports-gnome-b93a80c99281466281db26011356c75bd54ea36c.tar.zst freebsd-ports-gnome-b93a80c99281466281db26011356c75bd54ea36c.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 'deskutils/gnome-shell-extension-lockkeys/Makefile')
-rw-r--r-- | deskutils/gnome-shell-extension-lockkeys/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gnome-shell-extension-lockkeys/Makefile b/deskutils/gnome-shell-extension-lockkeys/Makefile index 38b39c321f82..9a4a0e69c16d 100644 --- a/deskutils/gnome-shell-extension-lockkeys/Makefile +++ b/deskutils/gnome-shell-extension-lockkeys/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-shell-extension-lockkeys -PORTVERSION= 0.0.0.20150613 +PORTVERSION= 0.0.0.20151017 CATEGORIES= deskutils gnome DIST_SUBDIR= gnome3 @@ -14,7 +14,7 @@ BUILD_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell \ RUN_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= gettext gmake pkgconfig tar:xz +USES= gettext gmake gnome pkgconfig tar:xz USE_GNOME= glib20 USE_GITHUB= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -22,7 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.shell.extensions.lockkeys.gschema.xml GH_ACCOUNT= kazysmaster -GH_TAGNAME= 76ac557 +GH_TAGNAME= 222289e PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves |