Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: app-text/atril/
Date: Wed, 02 Sep 2020 05:55:49
Message-Id: 1599026135.0adb72fb1b9bd66ba904a0a68e62e070f798ac58.np-hardass@gentoo
1 commit: 0adb72fb1b9bd66ba904a0a68e62e070f798ac58
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 04:59:42 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 05:55:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=0adb72fb
7
8 app-text/atril: Sync with ::gentoo
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 app-text/atril/Manifest | 1 -
14 app-text/atril/atril-1.22.1.ebuild | 90 ----------------------
15 app-text/atril/atril-1.22.3.ebuild | 2 +-
16 ...{atril-1.24.0.ebuild => atril-1.24.0-r1.ebuild} | 3 +-
17 4 files changed, 3 insertions(+), 93 deletions(-)
18
19 diff --git a/app-text/atril/Manifest b/app-text/atril/Manifest
20 index c4442d6..3af59ac 100644
21 --- a/app-text/atril/Manifest
22 +++ b/app-text/atril/Manifest
23 @@ -1,3 +1,2 @@
24 -DIST atril-1.22.1.tar.xz 1766980 BLAKE2B 0b7b1a7dfff13c5d803fed4140596940b20a322fce54c9f0faecd8e80bdc1e5e498603851a10a88763b20444377bcf4e7b124ac08953ab6aa4b3b2cce021a46c SHA512 838ae397c868ac417c9266e4a06525d66214650cf8647e91c1472d83d50c8954f6dbb29411384892a98f0929e1fbac9947118bd0db10d50400fc0d5270a3619d
25 DIST atril-1.22.3.tar.xz 1798396 BLAKE2B 1f06585393e1a9a6d51b7cc50c52bd61e8e115aa3985ffca0233c2e09219a88c3a30b4ddbcc70bfb9ddf663810e6cc67e968f8a32bfd4a3f07b4646e896a7f18 SHA512 f4a83702818e1fb32279c67f1727c01480d27fe756f3fc0ff9dcd42584ce74ce10ac7ee81c0149f3756b6eb08f2a011ede28706ab54ff16a51c544a1af3b103f
26 DIST atril-1.24.0.tar.xz 2062468 BLAKE2B 374c7769f5c9753b1d9a6143c796a317914aebbb638b6f0a85b732b43b0e9ad2fff1374a5f3f4dc1abc8c265ce003bfef2cddc47cdb18ddc7f24c4905ef5232c SHA512 dfdd5ed82ba76c4f0a446a95b0a6201bedf8b4d00ff46ce697a5b937251f6d7a1888ca76eef623eb84dcddb425c7ad662e179f593686bba064b7491d4d940293
27
28 diff --git a/app-text/atril/atril-1.22.1.ebuild b/app-text/atril/atril-1.22.1.ebuild
29 deleted file mode 100644
30 index c5b3e71..0000000
31 --- a/app-text/atril/atril-1.22.1.ebuild
32 +++ /dev/null
33 @@ -1,90 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -MATE_LA_PUNT="yes"
40 -
41 -inherit mate
42 -
43 -if [[ ${PV} != 9999 ]]; then
44 - KEYWORDS="amd64 ~arm ~arm64 x86"
45 -fi
46 -
47 -DESCRIPTION="Atril document viewer for MATE"
48 -LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
49 -SLOT="0"
50 -
51 -IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring +postscript t1lib tiff xps"
52 -
53 -REQUIRED_USE="t1lib? ( dvi )"
54 -
55 -RDEPEND="
56 - >=app-text/poppler-0.22[cairo]
57 - dev-libs/atk
58 - >=dev-libs/glib-2.50:2
59 - >=dev-libs/libxml2-2.5:2
60 - sys-libs/zlib
61 - x11-libs/gdk-pixbuf:2
62 - >=x11-libs/gtk+-3.22:3[introspection?]
63 - x11-libs/libICE
64 - >=x11-libs/libSM-1:0
65 - x11-libs/libX11
66 - >=x11-libs/cairo-1.9.10
67 - x11-libs/pango
68 - caja? ( >=mate-base/caja-1.17.1[introspection?] )
69 - djvu? ( >=app-text/djvu-3.5.17:0 )
70 - dvi? (
71 - virtual/tex-base
72 - t1lib? ( >=media-libs/t1lib-5:5 )
73 - )
74 - epub? (
75 - dev-libs/mathjax
76 - >=net-libs/webkit-gtk-2.4.3:4
77 - )
78 - gnome-keyring? ( >=app-crypt/libsecret-0.5 )
79 - introspection? ( >=dev-libs/gobject-introspection-0.6:= )
80 - postscript? ( >=app-text/libspectre-0.2 )
81 - tiff? ( >=media-libs/tiff-3.6:0 )
82 - xps? ( >=app-text/libgxps-0.2.1 )
83 - !!app-text/mate-document-viewer"
84 -
85 -DEPEND="${RDEPEND}
86 - app-text/docbook-xml-dtd:4.1.2
87 - app-text/rarian
88 - app-text/yelp-tools
89 - >=app-text/scrollkeeper-dtd-1:1.0
90 - dev-util/gdbus-codegen
91 - dev-util/glib-utils
92 - dev-util/gtk-doc
93 - dev-util/gtk-doc-am
94 - >=dev-util/intltool-0.50.1
95 - sys-devel/gettext
96 - virtual/pkgconfig"
97 -
98 -# Tests use dogtail which is not available on Gentoo.
99 -RESTRICT="test"
100 -
101 -src_configure() {
102 - # Passing --disable-help would drop offline help, that would be inconsistent
103 - # with helps of the most of GNOME apps that doesn't require network for that.
104 - mate_src_configure \
105 - --disable-tests \
106 - --enable-comics \
107 - --enable-pdf \
108 - --enable-pixbuf \
109 - --enable-previewer \
110 - --enable-thumbnailer \
111 - $(use_with gnome-keyring keyring) \
112 - $(use_enable caja) \
113 - $(use_enable dbus) \
114 - $(use_enable debug) \
115 - $(use_enable djvu) \
116 - $(use_enable dvi) \
117 - $(use_enable epub) \
118 - $(use_enable introspection) \
119 - $(use_enable postscript ps) \
120 - $(use_enable t1lib) \
121 - $(use_enable tiff) \
122 - $(use_enable xps)
123 -}
124
125 diff --git a/app-text/atril/atril-1.22.3.ebuild b/app-text/atril/atril-1.22.3.ebuild
126 index db8529d..c5b3e71 100644
127 --- a/app-text/atril/atril-1.22.3.ebuild
128 +++ b/app-text/atril/atril-1.22.3.ebuild
129 @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
130 inherit mate
131
132 if [[ ${PV} != 9999 ]]; then
133 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
134 + KEYWORDS="amd64 ~arm ~arm64 x86"
135 fi
136
137 DESCRIPTION="Atril document viewer for MATE"
138
139 diff --git a/app-text/atril/atril-1.24.0.ebuild b/app-text/atril/atril-1.24.0-r1.ebuild
140 similarity index 97%
141 rename from app-text/atril/atril-1.24.0.ebuild
142 rename to app-text/atril/atril-1.24.0-r1.ebuild
143 index 0f89edd..58223d3 100644
144 --- a/app-text/atril/atril-1.24.0.ebuild
145 +++ b/app-text/atril/atril-1.24.0-r1.ebuild
146 @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
147 inherit mate
148
149 if [[ ${PV} != 9999 ]]; then
150 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
151 + KEYWORDS="amd64 ~arm ~arm64 x86"
152 fi
153
154 DESCRIPTION="Atril document viewer for MATE"
155 @@ -75,6 +75,7 @@ src_configure() {
156 # Passing --disable-help would drop offline help, that would be inconsistent
157 # with helps of the most of GNOME apps that doesn't require network for that.
158 mate_src_configure \
159 + --disable-static \
160 --disable-tests \
161 --enable-comics \
162 --enable-pdf \