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/mate-document-viewer: mate-document-viewer-1.6.2-r1.ebuild ChangeLog mate-document-viewer-1.6.2.ebuild
Date: Mon, 31 Mar 2014 19:50:24
Message-Id: 20140331195017.EC0EC2005C@flycatcher.gentoo.org
1 tomwij 14/03/31 19:50:17
2
3 Modified: ChangeLog
4 Added: mate-document-viewer-1.6.2-r1.ebuild
5 Removed: mate-document-viewer-1.6.2.ebuild
6 Log:
7 Revision bump, RDEPEND on mate-base/mate-desktop added as it installs a necessary scheme; fixes bug #505882, reported by Wicher Minnaard.
8
9 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
10
11 Revision Changes Path
12 1.2 app-text/mate-document-viewer/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-document-viewer/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-document-viewer/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-document-viewer/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/mate-document-viewer/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 12 Mar 2014 17:22:13 -0000 1.1
25 +++ ChangeLog 31 Mar 2014 19:50:17 -0000 1.2
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-text/mate-document-viewer
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/mate-document-viewer/ChangeLog,v 1.1 2014/03/12 17:22:13 tomwij Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/mate-document-viewer/ChangeLog,v 1.2 2014/03/31 19:50:17 tomwij Exp $
31 +
32 +*mate-document-viewer-1.6.2-r1 (31 Mar 2014)
33 +
34 + 31 Mar 2014; Tom Wijsman <TomWij@g.o>
35 + +mate-document-viewer-1.6.2-r1.ebuild, -mate-document-viewer-1.6.2.ebuild:
36 + Revision bump, RDEPEND on mate-base/mate-desktop added as it installs a
37 + necessary scheme; fixes bug #505882, reported by Wicher Minnaard.
38
39 *mate-document-viewer-1.6.2 (12 Mar 2014)
40
41
42
43
44 1.1 app-text/mate-document-viewer/mate-document-viewer-1.6.2-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-document-viewer/mate-document-viewer-1.6.2-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mate-document-viewer/mate-document-viewer-1.6.2-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: mate-document-viewer-1.6.2-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-text/mate-document-viewer/mate-document-viewer-1.6.2-r1.ebuild,v 1.1 2014/03/31 19:50:17 tomwij Exp $
54
55 EAPI="5"
56
57 ELTCONF="--portage"
58 GCONF_DEBUG="yes"
59 GNOME2_LA_PUNT="yes"
60
61 inherit autotools gnome2 versionator
62
63 MATE_BRANCH="$(get_version_component_range 1-2)"
64
65 SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
66 DESCRIPTION="Atril document viewer for MATE"
67 HOMEPAGE="http://mate-desktop.org"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 KEYWORDS="~amd64"
72
73 IUSE="caja dbus debug djvu dvi +introspection gnome-keyring +ps t1lib tiff xps"
74
75 RDEPEND=">=app-text/poppler-0.14:0=[cairo]
76 app-text/rarian:0
77 >=dev-libs/glib-2.25.11:2
78 >=dev-libs/libxml2-2.5:2
79 >=mate-base/mate-desktop-1.6:0
80 >=x11-libs/gtk+-2.21.5:2[introspection?]
81 >=x11-libs/libSM-1:0
82 >=x11-libs/cairo-1.9.10:0
83 >=x11-themes/mate-icon-theme-1.6:0
84 caja? ( >=mate-base/mate-file-manager-1.6:0[introspection?] )
85 djvu? ( >=app-text/djvu-3.5.17:0 )
86 dvi? (
87 virtual/tex-base:0
88 t1lib? ( >=media-libs/t1lib-5:5 )
89 )
90 gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
91 introspection? ( >=dev-libs/gobject-introspection-0.6:0 )
92 ps? ( >=app-text/libspectre-0.2:0 )
93 tiff? ( >=media-libs/tiff-3.6:0 )
94 xps? ( >=app-text/libgxps-0.0.1:0 )"
95
96 DEPEND="${RDEPEND}
97 app-text/docbook-xml-dtd:4.1.2
98 >=app-text/mate-doc-utils-1.6:0
99 >=app-text/scrollkeeper-dtd-1:1.0
100 >=dev-util/intltool-0.35:*
101 virtual/pkgconfig:*
102 sys-devel/gettext:*"
103
104 # Tests use dogtail which is not available on Gentoo.
105 RESTRICT="test"
106
107 src_prepare() {
108 # Fix .desktop categories, upstream bug #666346.
109 sed -e "s:GTK\;Graphics\;VectorGraphics\;Viewer\;:GTK\;Office\;Viewer\;Graphics\;VectorGraphics;:g" -i data/atril.desktop.in.in || die
110
111 epatch "${FILESDIR}"/${PN}-1.6-libsecret.patch
112
113 eautoreconf
114
115 gnome2_src_prepare
116 }
117
118 src_configure() {
119 # Passing --disable-help would drop offline help, that would be inconsistent
120 # with helps of the most of GNOME apps that doesn't require network for that.
121 gnome2_src_configure \
122 --disable-tests \
123 --enable-comics \
124 --enable-help \
125 --enable-pdf \
126 --enable-pixbuf \
127 --enable-thumbnailer \
128 --with-smclient=xsmp \
129 --with-platform=mate \
130 --with-gtk=2.0 \
131 $(use_enable dbus) \
132 $(use_enable djvu) \
133 $(use_enable dvi) \
134 $(use_with gnome-keyring keyring) \
135 $(use_enable introspection) \
136 $(use_enable caja) \
137 $(use_enable ps) \
138 $(use_enable t1lib) \
139 $(use_enable tiff) \
140 $(use_enable xps)
141 }
142
143 DOCS="AUTHORS NEWS README TODO"