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: gnome-panel-2.20.2.ebuild
Date: Thu, 06 Dec 2007 22:41:13
Message-Id: E1J0PP2-0007MO-0K@stork.gentoo.org
1 eva 07/12/06 22:41:08
2
3 Added: gnome-panel-2.20.2.ebuild
4 Log:
5 bump to 2.20.2
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.1 gnome-base/gnome-panel/gnome-panel-2.20.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.20.2.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.20.2.ebuild?rev=1.1&content-type=text/plain
13
14 Index: gnome-panel-2.20.2.ebuild
15 ===================================================================
16 # Copyright 1999-2007 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.20.2.ebuild,v 1.1 2007/12/06 22:41:07 eva Exp $
19
20 inherit autotools eutils gnome2
21
22 DESCRIPTION="The GNOME panel"
23 HOMEPAGE="http://www.gnome.org/"
24
25 LICENSE="GPL-2 FDL-1.1 LGPL-2"
26 SLOT="0"
27 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
28 IUSE="doc eds"
29
30 RDEPEND=">=gnome-base/gnome-desktop-2.12
31 >=x11-libs/pango-1.15.4
32 >=dev-libs/glib-2.13.0
33 >=x11-libs/gtk+-2.11.3
34 >=gnome-base/libglade-2.5
35 >=gnome-base/libgnome-2.13
36 >=gnome-base/libgnomeui-2.5.4
37 >=gnome-base/libbonoboui-2.1.1
38 >=gnome-base/orbit-2.4
39 >=gnome-base/gnome-vfs-2.14.2
40 >=x11-libs/libwnck-2.19.5
41 >=gnome-base/gconf-2.6.1
42 >=gnome-base/gnome-menus-2.11.1
43 >=gnome-base/libbonobo-2
44 >=dev-libs/dbus-glib-0.71
45 x11-libs/libXau
46 media-libs/libpng
47 >=x11-libs/cairo-1.0.0
48 eds? ( >=gnome-extra/evolution-data-server-1.6 )"
49 DEPEND="${RDEPEND}
50 app-text/scrollkeeper
51 >=dev-util/pkgconfig-0.9
52 >=dev-util/intltool-0.35
53 >=app-text/gnome-doc-utils-0.3.2
54 ~app-text/docbook-xml-dtd-4.1.2
55 doc? ( >=dev-util/gtk-doc-1 )"
56
57 DOCS="AUTHORS ChangeLog HACKING NEWS README"
58
59 pkg_setup() {
60 G2CONF="--disable-scrollkeeper $(use_enable eds) \
61 --with-in-process-applets=clock,notification-area,wncklet"
62 }
63
64 src_unpack() {
65 gnome2_src_unpack
66
67 # FIXME : uh yeah, this is nice
68 # We should patch in a switch here and send it upstream
69 sed -i 's:--load:-v:' "${S}/gnome-panel/Makefile.in" || die "sed failed"
70 }
71
72 pkg_postinst() {
73 local entries="/etc/gconf/schemas/panel-default-setup.entries"
74
75 if [ -e "$entries" ]; then
76 einfo "setting panel gconf defaults..."
77 GCONF_CONFIG_SOURCE=`"${ROOT}usr/bin/gconftool-2" --get-default-source`
78 "${ROOT}usr/bin/gconftool-2" --direct --config-source \
79 "${GCONF_CONFIG_SOURCE}" --load="${entries}"
80 fi
81
82 # Calling this late so it doesn't process the GConf schemas file we already
83 # took care of.
84 gnome2_pkg_postinst
85 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list