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-applets: ChangeLog gnome-applets-2.20.1.ebuild
Date: Wed, 09 Jan 2008 00:02:10
Message-Id: E1JCOOV-00054i-TK@stork.gentoo.org
1 eva 08/01/09 00:02:07
2
3 Modified: ChangeLog
4 Added: gnome-applets-2.20.1.ebuild
5 Log:
6 bump to 2.20.1
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.249 gnome-base/gnome-applets/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.249&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.249&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?r1=1.248&r2=1.249
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v
19 retrieving revision 1.248
20 retrieving revision 1.249
21 diff -u -r1.248 -r1.249
22 --- ChangeLog 1 Jan 2008 22:24:05 -0000 1.248
23 +++ ChangeLog 9 Jan 2008 00:02:07 -0000 1.249
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/gnome-applets
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.248 2008/01/01 22:24:05 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.249 2008/01/09 00:02:07 eva Exp $
29 +
30 +*gnome-applets-2.20.1 (08 Jan 2008)
31 +
32 + 08 Jan 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gnome-applets-2.20.1.ebuild:
34 + bump to 2.20.1
35
36 01 Jan 2008; Gilles Dartiguelongue <eva@g.o>
37 -files/gnome-applets-2.16.1-dbus-version.patch,
38
39
40
41 1.1 gnome-base/gnome-applets/gnome-applets-2.20.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.20.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.20.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-applets-2.20.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.20.1.ebuild,v 1.1 2008/01/09 00:02:07 eva 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 test"
61
62 RDEPEND=">=x11-libs/gtk+-2.11
63 >=dev-libs/glib-2.13
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 test? ( ~app-text/docbook-xml-dtd-4.3 )"
109
110 DOCS="AUTHORS ChangeLog NEWS README"
111
112 MAKEOPTS="${MAKEOPTS} -j1"
113
114 pkg_setup() {
115 G2CONF="--disable-scrollkeeper --enable-flags \
116 $(use_with hal)
117 $(use_enable ipv6)
118 $(use_enable doc gtk-doc)"
119
120 if use gstreamer; then
121 G2CONF="${G2CONF} --with-gstreamer=0.10"
122 fi
123
124 if ! use ppc && ! use apm && ! use acpi; then
125 G2CONF="${G2CONF} --disable-battstat"
126 fi
127
128 if use ppc && ! use apm; then
129 G2CONF="${G2CONF} --disable-battstat"
130 fi
131 }
132
133 src_install() {
134 gnome2_src_install
135
136 APPLETS="accessx-status battstat charpick cpufreq drivemount geyes \
137 gkb-new gswitchit gweather invest-applet mini-commander \
138 mixer modemlights multiload null_applet stickynotes trashapplet"
139
140 for applet in ${APPLETS} ; do
141 docinto ${applet}
142
143 for d in AUTHORS ChangeLog NEWS README README.themes TODO ; do
144 [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
145 done
146 done
147 }
148
149 pkg_postinst() {
150 gnome2_pkg_postinst
151
152 if use acpi && ! use hal ; then
153 elog "It is highly recommended that you install acpid if you use the"
154 elog "battstat applet to prevent any issues with other applications "
155 elog "trying to read acpi information."
156 fi
157 }
158
159
160
161 --
162 gentoo-commits@l.g.o mailing list