Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-applets: ChangeLog gnome-applets-2.18.0-r3.ebuild
Date: Sat, 29 Sep 2007 08:25:23
Message-Id: E1IbXV8-0007ax-Q1@stork.gentoo.org
1 remi 07/09/29 08:16:38
2
3 Modified: ChangeLog
4 Added: gnome-applets-2.18.0-r3.ebuild
5 Log:
6 gnome-base/gnome-applets: Fix compatibility with gtk+ 2.12 (bug #193701)
7 (Portage version: 2.1.3.10)
8
9 Revision Changes Path
10 1.233 gnome-base/gnome-applets/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.233&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.233&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?r1=1.232&r2=1.233
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v
19 retrieving revision 1.232
20 retrieving revision 1.233
21 diff -u -r1.232 -r1.233
22 --- ChangeLog 23 Sep 2007 05:56:59 -0000 1.232
23 +++ ChangeLog 29 Sep 2007 08:16:38 -0000 1.233
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/gnome-applets
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.232 2007/09/23 05:56:59 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.233 2007/09/29 08:16:38 remi Exp $
29 +
30 +*gnome-applets-2.18.0-r3 (29 Sep 2007)
31 +
32 + 29 Sep 2007; RĂ©mi Cardona <remi@g.o>
33 + +gnome-applets-2.18.0-r3.ebuild:
34 + Fix compatibility with gtk+ 2.12 (bug #193701)
35
36 23 Sep 2007; Tom Gall <tgall@g.o>
37 gnome-applets-2.18.0-r2.ebuild:
38
39
40
41 1.1 gnome-base/gnome-applets/gnome-applets-2.18.0-r3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.18.0-r3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.18.0-r3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-applets-2.18.0-r3.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.18.0-r3.ebuild,v 1.1 2007/09/29 08:16:38 remi Exp $
51
52 inherit eutils gnome2 autotools
53
54 DESCRIPTION="Applets for the GNOME Desktop and Panel"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="GPL-2 FDL-1.1 LGPL-2"
58 SLOT="2"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE="acpi apm doc gnome gstreamer hal ipv6"
61
62 RDEPEND=">=x11-libs/gtk+-2.6
63 >=dev-libs/glib-2.6
64 >=gnome-base/libgnome-2.8
65 >=gnome-base/libgnomeui-2.8
66 >=gnome-base/gconf-2.8
67 >=gnome-base/gnome-panel-2.13.4
68 >=gnome-base/libglade-2.4
69 >=gnome-base/gail-1.1
70 >=x11-libs/libxklavier-2.91
71 >=x11-libs/libwnck-2.9.3
72 >=app-admin/system-tools-backends-1.1.3
73 >=gnome-base/gnome-desktop-2.11.1
74 >=x11-libs/libnotify-0.3.2
75 hal? ( >=sys-apps/hal-0.5.3 )
76 >=dev-libs/dbus-glib-0.71
77 >=x11-themes/gnome-icon-theme-2.15.91
78 >=dev-libs/libxml2-2.5.0
79 >=virtual/python-2.4
80 apm? ( sys-apps/apmd )
81 x11-apps/xrdb x11-libs/libX11
82 gnome? (
83 gnome-base/libgnomekbd
84 gnome-base/control-center
85
86 >=gnome-extra/gucharmap-1.4
87 >=gnome-base/libgtop-2.11.92
88 >=gnome-base/gnome-vfs-2.15.4
89
90 >=dev-python/pygtk-2.6
91 >=dev-python/gnome-python-2.10
92 )
93 gstreamer? (
94 >=media-libs/gstreamer-0.10.2
95 >=media-libs/gst-plugins-base-0.10.2
96 )"
97
98 DEPEND="${RDEPEND}
99 >=app-text/scrollkeeper-0.1.4
100 >=dev-util/pkgconfig-0.19
101 >=dev-util/intltool-0.35
102 dev-libs/libxslt
103 doc? (
104 app-text/docbook-sgml-utils
105 >=app-text/gnome-doc-utils-0.3.2
106 ~app-text/docbook-xml-dtd-4.3
107 )"
108
109 DOCS="AUTHORS ChangeLog NEWS README"
110
111 MAKEOPTS="${MAKEOPTS} -j1"
112
113 pkg_setup() {
114 G2CONF="--disable-scrollkeeper --enable-flags \
115 $(use_with hal)
116 $(use_enable ipv6)
117 $(use_enable doc gtk-doc)"
118
119 if use gstreamer; then
120 G2CONF="${G2CONF} --with-gstreamer=0.10"
121 fi
122
123 if ! use ppc && ! use apm && ! use acpi; then
124 G2CONF="${G2CONF} --disable-battstat"
125 fi
126
127 if use ppc && ! use apm; then
128 G2CONF="${G2CONF} --disable-battstat"
129 fi
130 }
131
132 src_unpack() {
133 gnome2_src_unpack
134 epatch ${FILESDIR}/${P}-acpi-procfs.patch
135 epatch "${FILESDIR}/${P}-gtk+-2.12-compat.patch"
136 AT_M4DIR="m4" eautoreconf
137 }
138
139 src_install() {
140 gnome2_src_install
141
142 APPLETS="accessx-status battstat charpick cpufreq drivemount geyes \
143 gkb-new gswitchit gweather invest-applet mini-commander \
144 mixer modemlights multiload null_applet stickynotes trashapplet"
145
146 for applet in ${APPLETS} ; do
147 docinto ${applet}
148
149 for d in AUTHORS ChangeLog NEWS README README.themes TODO ; do
150 [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
151 done
152 done
153 }
154
155 pkg_postinst() {
156 gnome2_pkg_postinst
157
158 if use acpi && ! use hal ; then
159 elog "It is highly recommended that you install acpid if you use the"
160 elog "battstat applet to prevent any issues with other applications "
161 elog "trying to read acpi information."
162 fi
163 }
164
165
166
167 --
168 gentoo-commits@g.o mailing list