Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-applets: ChangeLog gnome-applets-2.20.0.ebuild
Date: Fri, 05 Oct 2007 01:41:06
Message-Id: E1Idc2c-0000j7-9L@stork.gentoo.org
1 compnerd 07/10/05 01:31:46
2
3 Modified: ChangeLog
4 Added: gnome-applets-2.20.0.ebuild
5 Log:
6 version bump for GNOME 2.20
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.234 gnome-base/gnome-applets/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.234&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?rev=1.234&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/ChangeLog?r1=1.233&r2=1.234
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v
19 retrieving revision 1.233
20 retrieving revision 1.234
21 diff -u -r1.233 -r1.234
22 --- ChangeLog 29 Sep 2007 08:16:38 -0000 1.233
23 +++ ChangeLog 5 Oct 2007 01:31:45 -0000 1.234
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.233 2007/09/29 08:16:38 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.234 2007/10/05 01:31:45 compnerd Exp $
29 +
30 +*gnome-applets-2.20.0 (05 Oct 2007)
31 +
32 + 05 Oct 2007; Saleem Abdulrasool <compnerd@g.o>
33 + +gnome-applets-2.20.0.ebuild:
34 + Version bump for GNOME 2.20
35
36 *gnome-applets-2.18.0-r3 (29 Sep 2007)
37
38
39
40
41 1.1 gnome-base/gnome-applets/gnome-applets-2.20.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.20.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.20.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-applets-2.20.0.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.20.0.ebuild,v 1.1 2007/10/05 01:31:45 compnerd 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.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
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_install() {
133 gnome2_src_install
134
135 APPLETS="accessx-status battstat charpick cpufreq drivemount geyes \
136 gkb-new gswitchit gweather invest-applet mini-commander \
137 mixer modemlights multiload null_applet stickynotes trashapplet"
138
139 for applet in ${APPLETS} ; do
140 docinto ${applet}
141
142 for d in AUTHORS ChangeLog NEWS README README.themes TODO ; do
143 [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
144 done
145 done
146 }
147
148 pkg_postinst() {
149 gnome2_pkg_postinst
150
151 if use acpi && ! use hal ; then
152 elog "It is highly recommended that you install acpid if you use the"
153 elog "battstat applet to prevent any issues with other applications "
154 elog "trying to read acpi information."
155 fi
156 }
157
158
159
160 --
161 gentoo-commits@g.o mailing list