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.26.3.ebuild gnome-panel-2.26.1.ebuild
Date: Thu, 09 Jul 2009 21:14:10
Message-Id: E1MP0wS-0004Dk-0Z@stork.gentoo.org
1 eva 09/07/09 21:14:08
2
3 Modified: ChangeLog
4 Added: gnome-panel-2.26.3.ebuild
5 Removed: gnome-panel-2.26.1.ebuild
6 Log:
7 Version bump. Raise dependency of gnome-desktop to 2.26, bug #272225. Small fixes, notably critical warning (bug #272012), translation updates.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.283 gnome-base/gnome-panel/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.283&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.283&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.282&r2=1.283
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
20 retrieving revision 1.282
21 retrieving revision 1.283
22 diff -u -r1.282 -r1.283
23 --- ChangeLog 3 Jun 2009 23:09:10 -0000 1.282
24 +++ ChangeLog 9 Jul 2009 21:14:07 -0000 1.283
25 @@ -1,6 +1,13 @@
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.282 2009/06/03 23:09:10 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.283 2009/07/09 21:14:07 eva Exp $
30 +
31 +*gnome-panel-2.26.3 (09 Jul 2009)
32 +
33 + 09 Jul 2009; Gilles Dartiguelongue <eva@g.o>
34 + -gnome-panel-2.26.1.ebuild, +gnome-panel-2.26.3.ebuild:
35 + Version bump. Raise dependency of gnome-desktop to 2.26, bug #272225.
36 + Small fixes, notably critical warning (bug #272012), translation updates.
37
38 03 Jun 2009; Gilles Dartiguelongue <eva@g.o>
39 gnome-panel-2.26.2.ebuild:
40
41
42
43 1.1 gnome-base/gnome-panel/gnome-panel-2.26.3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.26.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.26.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-panel-2.26.3.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.26.3.ebuild,v 1.1 2009/07/09 21:14:07 eva Exp $
53
54 EAPI="2"
55 GCONF_DEBUG="no"
56
57 inherit autotools eutils gnome2
58
59 MY_P="${PN}-2.24.2"
60 MY_P_PO="${PN}-2.26.1"
61 DESCRIPTION="The GNOME panel"
62 HOMEPAGE="http://www.gnome.org/"
63 SRC_URI="${SRC_URI}
64 mirror://gentoo/${MY_P}-logout+po.tar.bz2
65 mirror://gentoo/${MY_P_PO}-po.patch.bz2"
66
67 LICENSE="GPL-2 FDL-1.1 LGPL-2"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
70 IUSE="doc eds networkmanager policykit"
71
72 RDEPEND=">=gnome-base/gnome-desktop-2.26.0
73 >=x11-libs/pango-1.15.4
74 >=dev-libs/glib-2.18.0
75 >=x11-libs/gtk+-2.15.1
76 >=dev-libs/libgweather-2.24.1
77 dev-libs/libxml2
78 >=gnome-base/libglade-2.5
79 >=gnome-base/libgnome-2.13
80 >=gnome-base/libgnomeui-2.5.4
81 >=gnome-base/libbonoboui-2.1.1
82 >=gnome-base/orbit-2.4
83 >=x11-libs/libwnck-2.19.5
84 >=gnome-base/gconf-2.6.1
85 >=gnome-base/gnome-menus-2.11.1
86 >=gnome-base/libbonobo-2.20.4
87 gnome-base/librsvg
88 >=dev-libs/dbus-glib-0.71
89 >=sys-apps/dbus-1.1.2
90 x11-libs/libXau
91 >=x11-libs/cairo-1.0.0
92 eds? ( >=gnome-extra/evolution-data-server-1.6 )
93 networkmanager? ( >=net-misc/networkmanager-0.6 )
94 policykit? (
95 >=sys-auth/policykit-0.7
96 >=gnome-extra/policykit-gnome-0.7 )"
97 DEPEND="${RDEPEND}
98 >=dev-lang/perl-5
99 gnome-base/gnome-common
100 >=app-text/gnome-doc-utils-0.3.2
101 >=dev-util/pkgconfig-0.9
102 >=dev-util/intltool-0.40
103 ~app-text/docbook-xml-dtd-4.1.2
104 >=dev-util/gtk-doc-am-1
105 doc? ( >=dev-util/gtk-doc-1 )"
106
107 DOCS="AUTHORS ChangeLog HACKING NEWS README"
108
109 pkg_setup() {
110 G2CONF="${G2CONF}
111 --disable-static
112 --disable-scrollkeeper
113 --disable-schemas-install
114 --with-in-process-applets=clock,notification-area,wncklet
115 $(use_enable policykit polkit)
116 $(use_enable networkmanager network-manager)
117 $(use_enable eds)"
118 }
119
120 src_prepare() {
121 gnome2_src_prepare
122
123 # Allow logout/shutdown without gnome-session 2.24, bug #246170
124 epatch "${WORKDIR}/${MY_P}-logout.patch"
125 epatch "${WORKDIR}/${MY_P_PO}-po.patch"
126 echo "gnome-panel/panel-logout.c" >> po/POTFILES.in
127
128 # Fixes build on BSD, bug #256859
129 epatch "${FILESDIR}/${PN}-2.24.3-daylight.patch"
130
131 # Fixes shutdown without gdm, bug #259138
132 epatch "${FILESDIR}/${PN}-2.24.3-shutdown.patch"
133
134 intltoolize --force --copy --automake || die "intltoolize failed"
135
136 # FIXME: tarball generated with broken gtk-doc, revisit me.
137 if use doc; then
138 sed "/^TARGET_DIR/i \GTKDOC_REBASE=/usr/bin/gtkdoc-rebase" \
139 -i gtk-doc.make || die "sed 1 failed"
140 else
141 sed "/^TARGET_DIR/i \GTKDOC_REBASE=$(type -P true)" \
142 -i gtk-doc.make || die "sed 2 failed"
143 fi
144
145 # Make it libtool-1 compatible, bug #271652
146 rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed"
147
148 AT_M4DIR="m4" eautoreconf
149 }
150
151 pkg_postinst() {
152 local entries="${ROOT}etc/gconf/schemas/panel-default-setup.entries"
153 local gconftool="${ROOT}usr/bin/gconftool-2"
154
155 if [ -e "$entries" ]; then
156 einfo "setting panel gconf defaults..."
157
158 GCONF_CONFIG_SOURCE="$("${gconftool}" --get-default-source | sed "s;:/;:${ROOT};")"
159
160 "${gconftool}" --direct --config-source \
161 "${GCONF_CONFIG_SOURCE}" --load="${entries}"
162 fi
163
164 # Calling this late so it doesn't process the GConf schemas file we already
165 # took care of.
166 gnome2_pkg_postinst
167 }