commit: 54c201d346c546d58a7cbdd46bcd2962bbe26bb8
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 10:51:43 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 10:51:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=54c201d3
app-text/atril: sync live ebuild with upstream
* Drop gtk3 useflag
* Bump caja required version
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-text/atril/atril-9999.ebuild | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)
diff --git a/app-text/atril/atril-9999.ebuild b/app-text/atril/atril-9999.ebuild
index 25821be..e253873 100644
--- a/app-text/atril/atril-9999.ebuild
+++ b/app-text/atril/atril-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ DESCRIPTION="Atril document viewer for MATE"
LICENSE="GPL-2"
SLOT="0"
-IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring gtk3
+postscript t1lib tiff xps"
+IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring +postscript
t1lib tiff xps"
REQUIRED_USE="t1lib? ( dvi )"
@@ -25,27 +25,23 @@ COMMON_DEPEND=">=app-text/poppler-0.22:0=[cairo]
>=dev-libs/libxml2-2.5:2
sys-libs/zlib:0
x11-libs/gdk-pixbuf:2
+ >=x11-libs/gtk+-3.14:3[introspection?]
x11-libs/libICE:0
>=x11-libs/libSM-1:0
x11-libs/libX11:0
>=x11-libs/cairo-1.9.10:0
x11-libs/pango:0
- caja? ( >=mate-base/caja-1.8[gtk3(-)=,introspection?] )
+ caja? ( >=mate-base/caja-1.17.1[introspection?] )
djvu? ( >=app-text/djvu-3.5.17:0 )
dvi? (
virtual/tex-base:0
t1lib? ( >=media-libs/t1lib-5:5 )
)
- epub? ( dev-libs/mathjax )
- gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
- !gtk3? (
- >=x11-libs/gtk+-2.24.0:2[introspection?]
- epub? ( >=net-libs/webkit-gtk-2.4.3:2 )
- )
- gtk3? (
- >=x11-libs/gtk+-3.0:3[introspection?]
- epub? ( >=net-libs/webkit-gtk-2.4.3:4 )
+ epub? (
+ dev-libs/mathjax
+ >=net-libs/webkit-gtk-2.4.3:4
)
+ gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
introspection? ( >=dev-libs/gobject-introspection-0.6:= )
postscript? ( >=app-text/libspectre-0.2:0 )
tiff? ( >=media-libs/tiff-3.6:0 )
@@ -78,7 +74,6 @@ src_configure() {
--enable-pixbuf \
--enable-previewer \
--enable-thumbnailer \
- --with-gtk=$(usex gtk3 3.0 2.0) \
$(use_with gnome-keyring keyring) \
$(use_enable caja) \
$(use_enable dbus) \