Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/evince: evince-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 16:11:48
Message-Id: 20130328161140.296AD2171C@flycatcher.gentoo.org
1 pacho 13/03/28 16:11:40
2
3 Modified: ChangeLog
4 Added: evince-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.258 app-text/evince/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.258&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?rev=1.258&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/ChangeLog?r1=1.257&r2=1.258
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
20 retrieving revision 1.257
21 retrieving revision 1.258
22 diff -u -r1.257 -r1.258
23 --- ChangeLog 5 Mar 2013 23:03:11 -0000 1.257
24 +++ ChangeLog 28 Mar 2013 16:11:40 -0000 1.258
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-text/evince
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.257 2013/03/05 23:03:11 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.258 2013/03/28 16:11:40 pacho Exp $
30 +
31 +*evince-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +evince-3.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 05 Mar 2013; Gilles Dartiguelongue <eva@g.o> -evince-3.4.0.ebuild,
37 -files/evince-3.4.0-glib-gold.patch:
38 @@ -1077,4 +1082,3 @@
39 +evince-0.3.1.ebuild:
40 Initial version of evince in portage. Thanks to numerous people in
41 bug #78956 for the initial ebuild and comments.
42 -
43
44
45
46 1.1 app-text/evince/evince-3.8.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.8.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.8.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: evince-3.8.0.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.8.0.ebuild,v 1.1 2013/03/28 16:11:40 pacho Exp $
56
57 EAPI="5"
58 GCONF_DEBUG="yes"
59 GNOME2_LA_PUNT="yes"
60
61 inherit eutils gnome2
62
63 DESCRIPTION="Simple document viewer for GNOME"
64 HOMEPAGE="http://www.gnome.org/projects/evince/"
65
66 LICENSE="GPL-2+ CC-BY-SA-3.0"
67 # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
68 SLOT="0/evd3.4-evv3.3"
69 IUSE="debug djvu dvi gnome-keyring +introspection nautilus +postscript t1lib tiff xps"
70 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
71
72 # Since 2.26.2, can handle poppler without cairo support. Make it optional ?
73 # not mature enough
74 # atk used in libview
75 # gdk-pixbuf used all over the place
76 # libX11 used for totem-screensaver
77 RDEPEND="
78 dev-libs/atk
79 >=dev-libs/glib-2.33:2
80 >=dev-libs/libxml2-2.5:2
81 sys-libs/zlib:=
82 x11-libs/gdk-pixbuf:2
83 >=x11-libs/gtk+-3.7.5:3[introspection?]
84 x11-libs/libX11:=
85 >=x11-libs/libSM-1:=
86 x11-libs/libICE:=
87 gnome-base/gsettings-desktop-schemas
88 || (
89 >=x11-themes/gnome-icon-theme-2.17.1
90 >=x11-themes/hicolor-icon-theme-0.10 )
91 >=x11-libs/cairo-1.10:=
92 >=app-text/poppler-0.20:=[cairo]
93 djvu? ( >=app-text/djvu-3.5.17:= )
94 dvi? (
95 virtual/tex-base
96 dev-libs/kpathsea:=
97 t1lib? ( >=media-libs/t1lib-5:= ) )
98 gnome-keyring? ( >=app-crypt/libsecret-0.5 )
99 introspection? ( >=dev-libs/gobject-introspection-1 )
100 nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
101 postscript? ( >=app-text/libspectre-0.2.0:= )
102 tiff? ( >=media-libs/tiff-3.6:0= )
103 xps? ( >=app-text/libgxps-0.2.1:= )
104 "
105 DEPEND="${RDEPEND}
106 app-text/docbook-xml-dtd:4.3
107 dev-util/gdbus-codegen
108 sys-devel/gettext
109 >=dev-util/gtk-doc-am-1.13
110 >=dev-util/intltool-0.35
111 virtual/pkgconfig"
112
113 # Needs dogtail and pyspi from http://fedorahosted.org/dogtail/
114 # Releases: http://people.redhat.com/zcerza/dogtail/releases/
115 RESTRICT="test"
116
117 src_prepare() {
118 ELTCONF="--portage"
119 G2CONF="${G2CONF}
120 --disable-static
121 --disable-tests
122 --enable-pdf
123 --enable-comics
124 --enable-thumbnailer
125 --with-smclient=xsmp
126 --with-platform=gnome
127 --enable-dbus
128 $(use_enable djvu)
129 $(use_enable dvi)
130 $(use_with gnome-keyring keyring)
131 $(use_enable introspection)
132 $(use_enable nautilus)
133 $(use_enable postscript ps)
134 $(use_enable t1lib)
135 $(use_enable tiff)
136 $(use_enable xps)
137 ITSTOOL=$(type -P true)"
138
139 gnome2_src_prepare
140 # Do not depend on gnome-icon-theme, bug #326855, #391859
141 sed -e 's/gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED//g' \
142 -i configure || die "sed failed"
143 }