diff options
author | 2017-03-16 11:51:43 +0100 | |
---|---|---|
committer | 2017-03-16 11:51:43 +0100 | |
commit | 54c201d346c546d58a7cbdd46bcd2962bbe26bb8 (patch) | |
tree | 6491865dea00f3fd6deaffe2ad8bf1e224316165 | |
parent | mate-extra/mate-calc: add live ebuild (diff) | |
download | gentoo-mate-54c201d346c546d58a7cbdd46bcd2962bbe26bb8.tar.gz gentoo-mate-54c201d346c546d58a7cbdd46bcd2962bbe26bb8.tar.bz2 gentoo-mate-54c201d346c546d58a7cbdd46bcd2962bbe26bb8.zip |
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
-rw-r--r-- | app-text/atril/atril-9999.ebuild | 21 |
1 files 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) \ |