Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/atril: metadata.xml atril-1.8.0.ebuild ChangeLog
Date: Sun, 27 Apr 2014 16:50:37
Message-Id: 20140427165031.DEC7A2004B@flycatcher.gentoo.org
1 tomwij 14/04/27 16:50:31
2
3 Added: metadata.xml atril-1.8.0.ebuild ChangeLog
4 Log:
5 Version bump to 1.8.0, continuation of app-text/mate-document-viewer.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 app-text/atril/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/atril/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/atril/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <maintainer>
21 <email>TomWij@g.o</email>
22 <name>Tom Wijsman</name>
23 </maintainer>
24 <use>
25 <flag name="caja">Enable property page extension in
26 <pkg>mate-base/mate-file-manager</pkg></flag>
27 <flag name="dvi">Enable build-in DVI viewer</flag>
28 <flag name="ps">Enable build-in postscript viewer</flag>
29 <flag name="t1lib">Enable the Type-1 fonts for the build-in DVI viewer
30 (<pkg>media-libs/t1lib</pkg>)</flag>
31 <flag name="xps">Enable XPS viewer using
32 <pkg>app-text/libxps</pkg></flag>
33 </use>
34 </pkgmetadata>
35
36
37
38 1.1 app-text/atril/atril-1.8.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/atril/atril-1.8.0.ebuild?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/atril/atril-1.8.0.ebuild?rev=1.1&content-type=text/plain
42
43 Index: atril-1.8.0.ebuild
44 ===================================================================
45 # Copyright 1999-2014 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Header: /var/cvsroot/gentoo-x86/app-text/atril/atril-1.8.0.ebuild,v 1.1 2014/04/27 16:50:31 tomwij Exp $
48
49 EAPI="5"
50
51 ELTCONF="--portage"
52 GCONF_DEBUG="yes"
53 GNOME2_LA_PUNT="yes"
54
55 inherit autotools gnome2 versionator
56
57 MATE_BRANCH="$(get_version_component_range 1-2)"
58
59 SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
60 DESCRIPTION="Atril document viewer for MATE"
61 HOMEPAGE="http://mate-desktop.org"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64"
66
67 IUSE="caja dbus debug djvu dvi +introspection gnome-keyring +ps t1lib tiff xps"
68
69 RDEPEND=">=app-text/poppler-0.14:0=[cairo]
70 app-text/rarian:0
71 dev-libs/atk:0
72 >=dev-libs/glib-2.32:2
73 >=dev-libs/libxml2-2.5:2
74 >=mate-base/mate-desktop-1.6:0
75 sys-libs/zlib:0
76 x11-libs/gdk-pixbuf:2
77 >=x11-libs/gtk+-2.21.5:2[introspection?]
78 x11-libs/libICE:0
79 >=x11-libs/libSM-1:0
80 x11-libs/libX11:0
81 >=x11-libs/cairo-1.9.10:0
82 x11-libs/pango:0
83 >=x11-themes/mate-icon-theme-1.6:0
84 caja? (
85 >=mate-base/caja-1.8:0[introspection?]
86 >=mate-base/mate-file-manager-1.6:0[introspection?]
87 )
88 djvu? ( >=app-text/djvu-3.5.17:0 )
89 dvi? (
90 virtual/tex-base:0
91 t1lib? ( >=media-libs/t1lib-5:5 )
92 )
93 gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
94 introspection? ( >=dev-libs/gobject-introspection-0.6:0 )
95 ps? ( >=app-text/libspectre-0.2:0 )
96 tiff? ( >=media-libs/tiff-3.6:0 )
97 xps? ( >=app-text/libgxps-0.0.1:0 )
98 !!app-text/mate-document-viewer"
99
100 DEPEND="${RDEPEND}
101 app-text/docbook-xml-dtd:4.1.2
102 app-text/yelp-tools:0
103 >=app-text/scrollkeeper-dtd-1:1.0
104 >=dev-util/intltool-0.35:*
105 virtual/pkgconfig:*
106 sys-devel/gettext:*"
107
108 # Tests use dogtail which is not available on Gentoo.
109 RESTRICT="test"
110
111 src_prepare() {
112 # Fix .desktop categories, upstream bug #666346.
113 sed -e "s:GTK\;Graphics\;VectorGraphics\;Viewer\;:GTK\;Office\;Viewer\;Graphics\;VectorGraphics;:g" -i data/atril.desktop.in.in || die
114
115 # Always autoreconf due to lib path conflict.
116 eautoreconf
117
118 gnome2_src_prepare
119 }
120
121 src_configure() {
122 # Passing --disable-help would drop offline help, that would be inconsistent
123 # with helps of the most of GNOME apps that doesn't require network for that.
124 gnome2_src_configure \
125 --disable-tests \
126 --enable-comics \
127 --enable-pdf \
128 --enable-pixbuf \
129 --enable-thumbnailer \
130 --with-smclient=xsmp \
131 --with-platform=mate \
132 --with-gtk=2.0 \
133 $(use_enable dbus) \
134 $(use_enable djvu) \
135 $(use_enable dvi) \
136 $(use_with gnome-keyring keyring) \
137 $(use_enable introspection) \
138 $(use_enable caja) \
139 $(use_enable ps) \
140 $(use_enable t1lib) \
141 $(use_enable tiff) \
142 $(use_enable xps)
143 }
144
145 DOCS="AUTHORS NEWS README TODO"
146
147
148
149 1.1 app-text/atril/ChangeLog
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/atril/ChangeLog?rev=1.1&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/atril/ChangeLog?rev=1.1&content-type=text/plain
153
154 Index: ChangeLog
155 ===================================================================
156 # ChangeLog for app-text/atril
157 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
158 # $Header: /var/cvsroot/gentoo-x86/app-text/atril/ChangeLog,v 1.1 2014/04/27 16:50:31 tomwij Exp $
159
160 *atril-1.8.0 (27 Apr 2014)
161
162 27 Apr 2014; Tom Wijsman <TomWij@g.o> +atril-1.8.0.ebuild,
163 +metadata.xml:
164 Version bump to 1.8.0, continuation of app-text/mate-document-viewer.