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.20.0.ebuild evince-2.19.92.ebuild
Date: Wed, 19 Sep 2007 17:43:04
Message-Id: E1IY3SB-0005YU-Jv@stork.gentoo.org
1 dang 07/09/19 17:35:11
2
3 Modified: ChangeLog
4 Added: evince-2.20.0.ebuild
5 Removed: evince-2.19.92.ebuild
6 Log:
7 Bump to 2.20.0
8 * Forms support broken by forgotten ifdef fix (Carlos Garcia Campos)
9 * Issue with making a copy and xfer to different file system (Carlos Garcia Campos)
10 * Desktop file fixes (Götz Waschk)
11
12 (Portage version: 2.1.3.9)
13
14 Revision Changes Path
15 1.118 app-text/evince/ChangeLog
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?rev=1.118&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?rev=1.118&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/ChangeLog?r1=1.117&r2=1.118
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
24 retrieving revision 1.117
25 retrieving revision 1.118
26 diff -u -r1.117 -r1.118
27 --- ChangeLog 4 Sep 2007 21:56:37 -0000 1.117
28 +++ ChangeLog 19 Sep 2007 17:35:11 -0000 1.118
29 @@ -1,6 +1,19 @@
30 # ChangeLog for app-text/evince
31 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.117 2007/09/04 21:56:37 dang Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.118 2007/09/19 17:35:11 dang Exp $
34 +
35 +*evince-2.20.0 (19 Sep 2007)
36 +
37 + 19 Sep 2007; Daniel Gryniewicz <dang@g.o> -evince-2.19.92.ebuild,
38 + +evince-2.20.0.ebuild:
39 + Bump to 2.20.0
40 +
41 + * Forms support broken by forgotten ifdef fix (Carlos Garcia Campos)
42 +
43 + * Issue with making a copy and xfer to different file system (Carlos Garcia
44 + Campos)
45 +
46 + * Desktop file fixes (Götz Waschk)
47
48 *evince-2.19.92 (04 Sep 2007)
49
50
51
52
53 1.1 app-text/evince/evince-2.20.0.ebuild
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.20.0.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/evince/evince-2.20.0.ebuild?rev=1.1&content-type=text/plain
57
58 Index: evince-2.20.0.ebuild
59 ===================================================================
60 # Copyright 1999-2007 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.20.0.ebuild,v 1.1 2007/09/19 17:35:11 dang Exp $
63
64 WANT_AUTOMAKE="1.10"
65 inherit eutils gnome2 autotools
66
67 DESCRIPTION="Simple document viewer for GNOME"
68 HOMEPAGE="http://www.gnome.org/projects/evince/"
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
73 IUSE="dbus djvu doc dvi gnome t1lib tiff"
74
75 RDEPEND="
76 dbus? ( >=dev-libs/dbus-glib-0.71 )
77 >=x11-libs/gtk+-2.10
78 gnome-base/gnome-keyring
79 >=gnome-base/libgnomeui-2.14
80 >=gnome-base/libgnome-2.14
81 dev-libs/libxml2
82 >=x11-themes/gnome-icon-theme-2.17.1
83 >=gnome-base/gnome-vfs-2.0
84 >=gnome-base/libglade-2
85 >=dev-libs/glib-2
86 gnome? ( >=gnome-base/nautilus-2.10 )
87 >=app-text/poppler-bindings-0.6
88 dvi? (
89 virtual/tetex
90 t1lib? ( >=media-libs/t1lib-5.0.0 )
91 )
92 tiff? ( >=media-libs/tiff-3.6 )
93 >=gnome-base/gconf-2
94 djvu? ( >=app-text/djvu-3.5.17 )
95 virtual/ghostscript"
96
97 DEPEND="${RDEPEND}
98 app-text/scrollkeeper
99 >=app-text/gnome-doc-utils-0.3.2
100 >=dev-util/pkgconfig-0.9
101 >=sys-devel/automake-1.9
102 >=dev-util/intltool-0.35"
103
104 DOCS="AUTHORS ChangeLog NEWS README TODO"
105 USE_DESTDIR="1"
106 ELTCONF="--portage"
107 RESTRICT="test"
108
109 pkg_setup() {
110 G2CONF="--disable-scrollkeeper \
111 --enable-comics \
112 --enable-impress \
113 $(use_enable dbus) \
114 $(use_enable djvu) \
115 $(use_enable dvi) \
116 $(use_enable t1lib) \
117 $(use_enable tiff) \
118 $(use_enable gnome nautilus)"
119
120 if ! built_with_use app-text/poppler-bindings gtk; then
121 einfo "Please re-emerge app-text/poppler-bindings with the gtk USE flag set"
122 die "poppler-bindings needs gtk flag set"
123 fi
124 }
125
126 src_unpack(){
127 unpack "${A}"
128 cd "${S}"
129
130 # Fix .desktop file so menu item shows up
131 epatch ${FILESDIR}/${PN}-0.7.1-display-menu.patch
132
133 # Make dbus actually switchable
134 epatch ${FILESDIR}/${PN}-0.6.1-dbus-switch.patch
135
136 cp aclocal.m4 old_macros.m4
137 AT_M4DIR="." eautoreconf
138 }
139
140
141
142 --
143 gentoo-commits@g.o mailing list