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 /graphics/eog | |
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 'graphics/eog')
-rw-r--r-- | graphics/eog/Makefile | 10 | ||||
-rw-r--r-- | graphics/eog/distinfo | 4 | ||||
-rw-r--r-- | graphics/eog/pkg-plist | 6 |
3 files changed, 7 insertions, 13 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 3b828c2d1214..d63a41845311 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eog -PORTVERSION= 3.16.3 +PORTVERSION= 3.18.1 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -10,17 +10,15 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= The Eye Of Gnome image viewer -BUILD_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ - itstool:${PORTSDIR}/textproc/itstool \ +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libpeas-gtk-1.0.so:${PORTSDIR}/devel/libpeas \ liblcms.so:${PORTSDIR}/graphics/lcms -RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ - gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas +RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake libtool pathfix \ +USES= desktop-file-utils gettext gmake gnome libtool pathfix \ pkgconfig tar:xz USE_GNOME= intltool librsvg2 gtk30 gnomedesktop3 introspection:build INSTALLS_ICONS= yes diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo index eb37ca33e798..04f8b879bdf7 100644 --- a/graphics/eog/distinfo +++ b/graphics/eog/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/eog-3.16.3.tar.xz) = ee6d101f8e73aacc8d48256f06a780c6d0d5f3975990f375f58cd0e70816b766 -SIZE (gnome3/eog-3.16.3.tar.xz) = 4306536 +SHA256 (gnome3/eog-3.18.1.tar.xz) = 7b7bb47a680518701e2e724c8632fcf12dcb3c3e45ce1f2bdd4c4ace325793a7 +SIZE (gnome3/eog-3.18.1.tar.xz) = 4327208 diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist index 8e7c35b55a15..879e2c406d56 100644 --- a/graphics/eog/pkg-plist +++ b/graphics/eog/pkg-plist @@ -35,19 +35,15 @@ share/GConf/gsettings/eog.convert share/appdata/eog.appdata.xml share/applications/eog.desktop %%DATADIR%%/gir-1.0/Eog-%%VERSION%%.gir -%%DATADIR%%/icons/hicolor/16x16/actions/eog-image-gallery.png %%DATADIR%%/icons/hicolor/16x16/actions/eog-plugin.png %%DATADIR%%/icons/hicolor/16x16/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/22x22/actions/eog-image-gallery.png %%DATADIR%%/icons/hicolor/22x22/actions/eog-plugin.png %%DATADIR%%/icons/hicolor/22x22/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/24x24/actions/eog-image-gallery.png %%DATADIR%%/icons/hicolor/24x24/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/32x32/actions/eog-image-gallery.png %%DATADIR%%/icons/hicolor/32x32/actions/eog-plugin.png %%DATADIR%%/icons/hicolor/32x32/actions/slideshow-play.png %%DATADIR%%/icons/hicolor/48x48/actions/slideshow-play.png -%%DATADIR%%/icons/hicolor/scalable/actions/eog-image-gallery.svg +%%DATADIR%%/icons/hicolor/scalable/actions/eog-image-gallery-symbolic.svg %%DATADIR%%/icons/hicolor/scalable/actions/eog-plugin.svg %%DATADIR%%/icons/hicolor/scalable/actions/slideshow-play.svg share/gtk-doc/html/eog/EogClipboardHandler.html |