commit:     e5140e1f6286341fefd9a48fc469a744320f44cb
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  2 08:29:15 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Jun  2 08:29:22 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e5140e1f

media-gfx/eog-plugins: 3.16.1-r1 → 3.26.2

Translation updates. Switch from intltool to gettext.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild | 65 +++++++++++++++++++++++++
 media-gfx/eog-plugins/metadata.xml              | 12 +++++
 2 files changed, 77 insertions(+)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild
new file mode 100644
index 00000000..e08eaddb
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python"
+REQUIRED_USE="
+       map? ( exif )
+       python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+       >=dev-libs/glib-2.38:2
+       >=dev-libs/libpeas-0.7.4:=
+       >=media-gfx/eog-3.15.90
+       >=x11-libs/gtk+-3.14:3
+       exif? ( >=media-libs/libexif-0.6.16 )
+       map? (
+               media-libs/libchamplain:0.12[gtk]
+               >=media-libs/clutter-1.9.4:1.0
+               >=media-libs/clutter-gtk-1.1.2:1.0 )
+       picasa? ( >=dev-libs/libgdata-0.9.1:= )
+       python? (
+               ${PYTHON_DEPS}
+               >=dev-libs/glib-2.32:2[dbus]
+               dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+               gnome-base/gsettings-desktop-schemas
+               media-gfx/eog[introspection]
+               x11-libs/gtk+:3[introspection]
+               x11-libs/pango[introspection] )
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${RDEPEND}
+       dev-libs/libxml2:2
+       >=sys-devel/gettext-0.19.7
+       virtual/pkgconfig
+       x11-libs/gdk-pixbuf:2
+"
+
+pkg_setup() {
+       use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+       local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
+       use exif && plugins="${plugins},exif-display"
+       use map && plugins="${plugins},map"
+       use picasa && plugins="${plugins},postasa"
+       use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
+       gnome2_src_configure \
+               $(use_enable python) \
+               --with-plugins=${plugins}
+}

diff --git a/media-gfx/eog-plugins/metadata.xml 
b/media-gfx/eog-plugins/metadata.xml
new file mode 100644
index 00000000..3319801f
--- /dev/null
+++ b/media-gfx/eog-plugins/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="project">
+       <email>gn...@gentoo.org</email>
+       <name>Gentoo GNOME Desktop</name>
+</maintainer>
+<use>
+       <flag name="map">Enable world map display using 
<pkg>media-libs/libchamplain</pkg></flag>
+       <flag name="picasa">Enable uploading to Google's Picasa Web 
Albums</flag>
+</use>
+</pkgmetadata>

Reply via email to