Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/evince: ChangeLog evince-2.22.2.ebuild
Date: Thu, 29 May 2008 01:08:25
Message-Id: E1K1Wcv-0004WR-5E@stork.gentoo.org
1 dang 08/05/29 01:08:21
2
3 Modified: ChangeLog
4 Added: evince-2.22.2.ebuild
5 Log:
6 Bump to 2.22.2
7 * Fixes warning with gtk-2.10 (Matthias Drochner)
8 * Fixes crash in impress backend (Hans Petter Jansson)
9 * Handle multipage tiff properly (Carlos Garcia Campos)
10 (Portage version: 2.1.5.2)
11
12 Revision Changes Path
13 1.141 app-text/evince/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?rev=1.141&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?rev=1.141&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?r1=1.140&r2=1.141
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
22 retrieving revision 1.140
23 retrieving revision 1.141
24 diff -u -r1.140 -r1.141
25 --- ChangeLog 5 May 2008 19:23:58 -0000 1.140
26 +++ ChangeLog 29 May 2008 01:08:20 -0000 1.141
27 @@ -1,6 +1,17 @@
28 # ChangeLog for app-text/evince
29 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.140 2008/05/05 19:23:58 dang Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.141 2008/05/29 01:08:20 dang Exp $
32 +
33 +*evince-2.22.2 (29 May 2008)
34 +
35 + 29 May 2008; Daniel Gryniewicz <dang@g.o> +evince-2.22.2.ebuild:
36 + Bump to 2.22.2
37 +
38 + * Fixes warning with gtk-2.10 (Matthias Drochner)
39 +
40 + * Fixes crash in impress backend (Hans Petter Jansson)
41 +
42 + * Handle multipage tiff properly (Carlos Garcia Campos)
43
44 05 May 2008; Daniel Gryniewicz <dang@g.o> evince-2.22.1.1.ebuild:
45 Use virtual/tex-base rather than virtual/tetex; bug #219322
46
47
48
49 1.1 app-text/evince/evince-2.22.2.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.22.2.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.22.2.ebuild?rev=1.1&content-type=text/plain
53
54 Index: evince-2.22.2.ebuild
55 ===================================================================
56 # Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.22.2.ebuild,v 1.1 2008/05/29 01:08:20 dang Exp $
59
60 inherit eutils gnome2 autotools
61
62 DESCRIPTION="Simple document viewer for GNOME"
63 HOMEPAGE="http://www.gnome.org/projects/evince/"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
68 IUSE="dbus djvu doc dvi gnome gnome-keyring t1lib tiff"
69
70 RDEPEND="
71 dbus? ( >=dev-libs/dbus-glib-0.71 )
72 >=x11-libs/gtk+-2.10
73 >=dev-libs/glib-2.15.6
74 gnome-keyring? ( >=gnome-base/gnome-keyring-2.20.1 )
75 >=gnome-base/libgnomeui-2.14
76 >=gnome-base/libgnome-2.14
77 >=x11-themes/gnome-icon-theme-2.17.1
78 >=dev-libs/libxml2-2.5
79 >=gnome-base/libglade-2
80 >=gnome-base/gconf-2
81 gnome? ( >=gnome-base/nautilus-2.10 )
82 >=app-text/poppler-bindings-0.6
83 dvi? (
84 virtual/tex-base
85 t1lib? ( >=media-libs/t1lib-5.0.0 )
86 )
87 tiff? ( >=media-libs/tiff-3.6 )
88 djvu? ( >=app-text/djvu-3.5.17 )
89 >=app-text/libspectre-0.2.0"
90 DEPEND="${RDEPEND}
91 app-text/scrollkeeper
92 >=app-text/gnome-doc-utils-0.3.2
93 >=dev-util/pkgconfig-0.9
94 >=sys-devel/automake-1.9
95 >=dev-util/intltool-0.35
96 dev-util/gtk-doc-am
97 doc? ( dev-util/gtk-doc )"
98
99 DOCS="AUTHORS ChangeLog NEWS README TODO"
100 ELTCONF="--portage"
101 RESTRICT="test"
102
103 pkg_setup() {
104 G2CONF="${G2CONF}
105 --disable-scrollkeeper
106 --enable-comics
107 --enable-impress
108 $(use_enable dbus)
109 $(use_enable djvu)
110 $(use_enable dvi)
111 $(use_with gnome-keyring keyring)
112 $(use_enable t1lib)
113 $(use_enable tiff)
114 $(use_enable gnome nautilus)"
115
116 if ! built_with_use app-text/poppler-bindings gtk; then
117 einfo "Please re-emerge app-text/poppler-bindings with the gtk USE flag set"
118 die "poppler-bindings needs gtk flag set"
119 fi
120 }
121
122 src_unpack() {
123 gnome2_src_unpack
124
125 # Fix .desktop file so menu item shows up
126 epatch "${FILESDIR}"/${PN}-0.7.1-display-menu.patch
127 }
128
129
130
131 --
132 gentoo-commits@l.g.o mailing list