Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:1.14-bump commit in: app-text/atril/
Date: Mon, 05 Sep 2016 05:31:02
Message-Id: 1473039255.1cb3c5bbb65446a579f724df5c5c7b6452610290.np-hardass@gentoo
1 commit: 1cb3c5bbb65446a579f724df5c5c7b6452610290
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 01:34:15 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 01:34:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1cb3c5bb
7
8 app-text/atril: Version bump to 1.14.2
9
10 Package-Manager: portage-2.3.0
11
12 app-text/atril/Manifest | 1 +
13 app-text/atril/atril-1.14.2.ebuild | 97 ++++++++++++++++++++++++++++++++++++++
14 2 files changed, 98 insertions(+)
15
16 diff --git a/app-text/atril/Manifest b/app-text/atril/Manifest
17 index a40a15c..74291cf 100644
18 --- a/app-text/atril/Manifest
19 +++ b/app-text/atril/Manifest
20 @@ -1,2 +1,3 @@
21 DIST atril-1.10.3.tar.xz 2106560 SHA256 2680279137307fe68500ed5006f70bf73a2dd15536dee0592cb77d031d6e3a90 SHA512 8b083aaced82a10cfd7b0d0e5342b23c99ef868da3b2376b547a252659cbe9e3669344515b98ecee046e3011ee7cd5028154a87bd198c92ba577953483107002 WHIRLPOOL 94b3679cedc9b57e35be963458c0f0d8c0c1865a4021c403cf03943824a278013f1b4feaf14d9cc2903768fc6247bea84e1e028be05c46c53047df37899246da
22 DIST atril-1.12.2.tar.xz 1663920 SHA256 47cd22969d4ff6ef860a310a57f77f1fcc0c5674113a72ee507d2b1b5c780226 SHA512 2ceeda42adeb284a25caff3a69d15a231129988fb410e4d502a281ccf5819307b9963722a2e330307a1c3b15d3c82405b708d983ed1c266e091a35264766e6ec WHIRLPOOL 8eb8a0cd40c0c3d21141493a09b3dc8f2c4d902fff1ed80fe5468b1ac342c81312518c015cbd288372f228bc4bb91bb1555af8f8b5842e72e4eb895fc787988c
23 +DIST atril-1.14.2.tar.xz 1703272 SHA256 9a8eadd85bda4539560f01a2127be4d6c358c07c6a744c09d1fdb5bff7ce14f4 SHA512 9f77abe43848a3a35df1484edef4a6bbc6339f82b0d8e9f3c149c44fd632f2720acf24bcc1354b944c5c364fc4ce1d70b733c1ec5bc40b1a17041e59acf7bd9b WHIRLPOOL 3e4bf2f6af6369b7cf410f161c159f6f0221d311b354c24d8b86fbcb14c3553d01ea6d79667d9817541aa401202bc8590d074f635745730854a148ca74b41dfc
24
25 diff --git a/app-text/atril/atril-1.14.2.ebuild b/app-text/atril/atril-1.14.2.ebuild
26 new file mode 100644
27 index 0000000..cfbe24b
28 --- /dev/null
29 +++ b/app-text/atril/atril-1.14.2.ebuild
30 @@ -0,0 +1,97 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +
37 +MATE_LA_PUNT="yes"
38 +
39 +inherit mate
40 +
41 +if [[ ${PV} != 9999 ]]; then
42 + KEYWORDS="~amd64 ~arm ~x86"
43 +fi
44 +
45 +DESCRIPTION="Atril document viewer for MATE"
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +
49 +IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring gtk3 +postscript t1lib tiff xps"
50 +
51 +REQUIRED_USE="t1lib? ( dvi )"
52 +
53 +COMMON_DEPEND=">=app-text/poppler-0.16:0=[cairo]
54 + dev-libs/atk:0
55 + >=dev-libs/glib-2.36:2
56 + >=dev-libs/libxml2-2.5:2
57 + >=mate-base/mate-desktop-1.9[gtk3(-)=]
58 + sys-libs/zlib:0
59 + x11-libs/gdk-pixbuf:2
60 + x11-libs/libICE:0
61 + >=x11-libs/libSM-1:0
62 + x11-libs/libX11:0
63 + >=x11-libs/cairo-1.9.10:0
64 + x11-libs/pango:0
65 + caja? ( >=mate-base/caja-1.8[gtk3(-)=,introspection?] )
66 + djvu? ( >=app-text/djvu-3.5.17:0 )
67 + dvi? (
68 + virtual/tex-base:0
69 + t1lib? ( >=media-libs/t1lib-5:5 )
70 + )
71 + epub? ( dev-libs/mathjax )
72 + gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
73 + !gtk3? (
74 + >=x11-libs/gtk+-2.24.0:2[introspection?]
75 + epub? ( >=net-libs/webkit-gtk-2.4.3:2 )
76 + )
77 + gtk3? (
78 + >=x11-libs/gtk+-3.0:3[introspection?]
79 + epub? ( >=net-libs/webkit-gtk-2.4.3:4 )
80 + )
81 + introspection? ( >=dev-libs/gobject-introspection-0.6:= )
82 + postscript? ( >=app-text/libspectre-0.2:0 )
83 + tiff? ( >=media-libs/tiff-3.6:0 )
84 + xps? ( >=app-text/libgxps-0.2.0:0 )
85 + !!app-text/mate-document-viewer"
86 +
87 +RDEPEND="${COMMON_DEPEND}"
88 +
89 +DEPEND="${COMMON_DEPEND}
90 + app-text/docbook-xml-dtd:4.1.2
91 + app-text/rarian:0
92 + app-text/yelp-tools:0
93 + >=app-text/scrollkeeper-dtd-1:1.0
94 + dev-util/gtk-doc
95 + dev-util/gtk-doc-am
96 + >=dev-util/intltool-0.50.1:*
97 + virtual/pkgconfig:*
98 + sys-devel/gettext:*"
99 +
100 +# Tests use dogtail which is not available on Gentoo.
101 +RESTRICT="test"
102 +
103 +src_configure() {
104 + # Passing --disable-help would drop offline help, that would be inconsistent
105 + # with helps of the most of GNOME apps that doesn't require network for that.
106 + mate_src_configure \
107 + --disable-tests \
108 + --enable-comics \
109 + --enable-pdf \
110 + --enable-pixbuf \
111 + --enable-previewer \
112 + --enable-thumbnailer \
113 + --with-matedesktop \
114 + --with-gtk=$(usex gtk3 3.0 2.0) \
115 + $(use_with gnome-keyring keyring) \
116 + $(use_enable caja) \
117 + $(use_enable dbus) \
118 + $(use_enable debug) \
119 + $(use_enable djvu) \
120 + $(use_enable dvi) \
121 + $(use_enable epub) \
122 + $(use_enable introspection) \
123 + $(use_enable postscript ps) \
124 + $(use_enable t1lib) \
125 + $(use_enable tiff) \
126 + $(use_enable xps)
127 +}