Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.28.0.ebuild gnome-panel-2.26.2.ebuild
Date: Mon, 02 Nov 2009 21:52:46
Message-Id: E1N54p4-0005iV-MM@stork.gentoo.org
1 eva 09/11/02 21:52:22
2
3 Modified: ChangeLog
4 Added: gnome-panel-2.28.0.ebuild
5 Removed: gnome-panel-2.26.2.ebuild
6 Log:
7 New version for GNOME 2.28.
8 (Portage version: 2.2_rc48/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.287 gnome-base/gnome-panel/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.287&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.287&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.286&r2=1.287
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
20 retrieving revision 1.286
21 retrieving revision 1.287
22 diff -u -r1.286 -r1.287
23 --- ChangeLog 24 Oct 2009 16:52:50 -0000 1.286
24 +++ ChangeLog 2 Nov 2009 21:52:22 -0000 1.287
25 @@ -1,6 +1,14 @@
26 # ChangeLog for gnome-base/gnome-panel
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.286 2009/10/24 16:52:50 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.287 2009/11/02 21:52:22 eva Exp $
30 +
31 +*gnome-panel-2.28.0 (02 Nov 2009)
32 +
33 + 02 Nov 2009; Gilles Dartiguelongue <eva@g.o>
34 + -gnome-panel-2.26.2.ebuild, +gnome-panel-2.28.0.ebuild,
35 + +files/gnome-panel-2.28.0-clock-applet-missing-cflags.patch,
36 + +files/gnome-panel-2.28.0-crashes-xrandr.patch:
37 + New version for GNOME 2.28.
38
39 24 Oct 2009; nixnut <nixnut@g.o> gnome-panel-2.26.3.ebuild:
40 ppc stable #281427
41
42
43
44 1.1 gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gnome-panel-2.28.0.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.28.0.ebuild,v 1.1 2009/11/02 21:52:22 eva Exp $
54
55 EAPI="2"
56 GCONF_DEBUG="no"
57
58 inherit autotools eutils gnome2
59
60 DESCRIPTION="The GNOME panel"
61 HOMEPAGE="http://www.gnome.org/"
62
63 LICENSE="GPL-2 FDL-1.1 LGPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~sh ~x86 ~x86-fbsd"
66 IUSE="doc eds networkmanager policykit"
67
68 RDEPEND="dev-lang/python
69 >=gnome-base/gnome-desktop-2.26.0
70 >=x11-libs/pango-1.15.4
71 >=dev-libs/glib-2.18.0
72 >=x11-libs/gtk+-2.15.1
73 >=dev-libs/libgweather-2.27.90
74 dev-libs/libxml2
75 >=gnome-base/libgnome-2.13
76 >=gnome-base/libgnomeui-2.5.4
77 >=gnome-base/libbonoboui-2.1.1
78 >=gnome-base/orbit-2.4
79 >=x11-libs/libwnck-2.19.5
80 >=gnome-base/gconf-2.6.1
81 >=gnome-base/gnome-menus-2.27.92
82 >=gnome-base/libbonobo-2.20.4
83 gnome-base/librsvg
84 >=dev-libs/dbus-glib-0.71
85 >=sys-apps/dbus-1.1.2
86 >=x11-libs/cairo-1
87 x11-libs/libXau
88 >=x11-libs/libXrandr-1.2
89 eds? ( >=gnome-extra/evolution-data-server-1.6 )
90 networkmanager? ( >=net-misc/networkmanager-0.6 )
91 policykit? ( >=sys-auth/polkit-0.91 )"
92 DEPEND="${RDEPEND}
93 >=dev-lang/perl-5
94 gnome-base/gnome-common
95 >=app-text/gnome-doc-utils-0.3.2
96 >=dev-util/pkgconfig-0.9
97 >=dev-util/intltool-0.40
98 ~app-text/docbook-xml-dtd-4.1.2
99 dev-util/gtk-doc-am
100 doc? ( >=dev-util/gtk-doc-1 )"
101
102 DOCS="AUTHORS ChangeLog HACKING NEWS README"
103
104 pkg_setup() {
105 G2CONF="${G2CONF}
106 --disable-static
107 --disable-scrollkeeper
108 --disable-schemas-install
109 --with-in-process-applets=clock,notification-area,wncklet
110 $(use_enable policykit polkit)
111 $(use_enable networkmanager network-manager)
112 $(use_enable eds)"
113 }
114
115 src_prepare() {
116 gnome2_src_prepare
117
118 # FIXME: tarball generated with broken gtk-doc, revisit me.
119 if use doc; then
120 sed "/^TARGET_DIR/i \GTKDOC_REBASE=/usr/bin/gtkdoc-rebase" \
121 -i gtk-doc.make || die "sed 1 failed"
122 else
123 sed "/^TARGET_DIR/i \GTKDOC_REBASE=$(type -P true)" \
124 -i gtk-doc.make || die "sed 2 failed"
125 fi
126
127 # Fix missing cflags for clock applet, bug #287853
128 epatch "${FILESDIR}/${P}-clock-applet-missing-cflags.patch"
129
130 # Fix crashes in various conditions with the new randr code,
131 # import from upstream bug #597101
132 epatch "${FILESDIR}/${P}-crashes-xrandr.patch"
133
134 # Make it libtool-1 compatible, bug #271652
135 rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed"
136
137 intltoolize --force --copy --automake || die "intltoolize failed"
138 eautoreconf
139 }
140
141 pkg_postinst() {
142 local entries="${ROOT}etc/gconf/schemas/panel-default-setup.entries"
143 local gconftool="${ROOT}usr/bin/gconftool-2"
144
145 if [ -e "$entries" ]; then
146 einfo "setting panel gconf defaults..."
147
148 GCONF_CONFIG_SOURCE="$("${gconftool}" --get-default-source | sed "s;:/;:${ROOT};")"
149
150 "${gconftool}" --direct --config-source \
151 "${GCONF_CONFIG_SOURCE}" --load="${entries}"
152 fi
153
154 # Calling this late so it doesn't process the GConf schemas file we already
155 # took care of.
156 gnome2_pkg_postinst
157 }