Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeui: ChangeLog libgnomeui-2.22.01.ebuild
Date: Sun, 23 Mar 2008 00:26:01
Message-Id: E1JdE29-0006Cn-Pb@stork.gentoo.org
1 leio 08/03/23 00:25:57
2
3 Modified: ChangeLog
4 Added: libgnomeui-2.22.01.ebuild
5 Log:
6 New version for GNOME-2.22. Adds a GIO filechooser backend until gtk+-2.14 itself does it for GNOME-2.24 in the future. Other bug fixes
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.153 gnome-base/libgnomeui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeui/ChangeLog?rev=1.153&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeui/ChangeLog?rev=1.153&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeui/ChangeLog?r1=1.152&r2=1.153
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v
19 retrieving revision 1.152
20 retrieving revision 1.153
21 diff -u -r1.152 -r1.153
22 --- ChangeLog 29 Nov 2007 05:18:07 -0000 1.152
23 +++ ChangeLog 23 Mar 2008 00:25:57 -0000 1.153
24 @@ -1,6 +1,14 @@
25 # ChangeLog for gnome-base/libgnomeui
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.152 2007/11/29 05:18:07 jer Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.153 2008/03/23 00:25:57 leio Exp $
30 +
31 +*libgnomeui-2.22.01 (23 Mar 2008)
32 +
33 + 23 Mar 2008; Mart Raudsepp <leio@g.o>
34 + +files/libgnomeui-2.22.01-fix-thumbnailing-over-gvfs-mounts.patch,
35 + +libgnomeui-2.22.01.ebuild:
36 + New version for GNOME-2.22. Adds a GIO filechooser backend until gtk+-2.14
37 + itself does it for GNOME-2.24 in the future. Other bug fixes
38
39 29 Nov 2007; Jeroen Roovers <jer@g.o> libgnomeui-2.20.1.1.ebuild:
40 Stable for HPPA (bug #199740).
41
42
43
44 1.1 gnome-base/libgnomeui/libgnomeui-2.22.01.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.22.01.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.22.01.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libgnomeui-2.22.01.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.22.01.ebuild,v 1.1 2008/03/23 00:25:57 leio Exp $
54
55 inherit eutils gnome2
56
57 DESCRIPTION="User Interface routines for Gnome"
58 HOMEPAGE="http://www.gnome.org/"
59
60 LICENSE="LGPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE="doc jpeg"
64
65 RDEPEND=">=dev-libs/libxml2-2.4.20
66 >=gnome-base/libgnome-2.13.7
67 >=gnome-base/libgnomecanvas-2
68 >=gnome-base/libbonoboui-2.13.1
69 >=gnome-base/gconf-2
70 >=x11-libs/pango-1.1.2
71 >=dev-libs/glib-2.15.2
72 >=x11-libs/gtk+-2.11.5
73 >=gnome-base/gnome-vfs-2.7.3
74 >=gnome-base/libglade-2
75 >=gnome-base/gnome-keyring-0.4
76 >=dev-libs/popt-1.5
77 jpeg? ( media-libs/jpeg )"
78 DEPEND="${RDEPEND}
79 sys-devel/gettext
80 >=dev-util/pkgconfig-0.9
81 >=dev-util/intltool-0.35
82 doc? ( >=dev-util/gtk-doc-1 )"
83
84 PDEPEND="x11-themes/gnome-icon-theme"
85
86 DOCS="AUTHORS ChangeLog NEWS README"
87
88 pkg_setup() {
89 G2CONF="$(use_with jpeg libjpeg)"
90 }
91
92 src_unpack() {
93 gnome2_src_unpack
94
95 # Re-enable deprecated gnome druid code
96 epatch "${FILESDIR}"/${PN}-2.19.1-enable-druid.patch
97
98 # Fix thumbnailing on gphoto2:// trash:// and obex:// etc. Upstream bug #517276
99 epatch "${FILESDIR}/${P}-fix-thumbnailing-over-gvfs-mounts.patch"
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list