diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-10-12 21:41:23 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-10-12 21:41:23 +0000 |
commit | bba6aac6b0b7d93002195429bc3a5f282f594e75 (patch) | |
tree | f4dfa36e9922375d184a67d193dd834d101999e9 /gnome-extra/fast-user-switch-applet | |
parent | Version bump to 2.6.27 which includes a bump of squashfs to 3.4, the alpha un... (diff) | |
download | gentoo-2-bba6aac6b0b7d93002195429bc3a5f282f594e75.tar.gz gentoo-2-bba6aac6b0b7d93002195429bc3a5f282f594e75.tar.bz2 gentoo-2-bba6aac6b0b7d93002195429bc3a5f282f594e75.zip |
New version for GNOME 2.24. Updated translations, migrated to GIO.
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-extra/fast-user-switch-applet')
-rw-r--r-- | gnome-extra/fast-user-switch-applet/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild | 37 |
2 files changed, 44 insertions, 1 deletions
diff --git a/gnome-extra/fast-user-switch-applet/ChangeLog b/gnome-extra/fast-user-switch-applet/ChangeLog index d377b5eca806..5dbee0b7b75d 100644 --- a/gnome-extra/fast-user-switch-applet/ChangeLog +++ b/gnome-extra/fast-user-switch-applet/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/fast-user-switch-applet # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.61 2008/09/25 15:31:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.62 2008/10/12 21:41:23 eva Exp $ + +*fast-user-switch-applet-2.24.0 (12 Oct 2008) + + 12 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org> + +fast-user-switch-applet-2.24.0.ebuild: + New version for GNOME 2.24. Updated translations, migrated to GIO. 25 Sep 2008; Jeroen Roovers <jer@gentoo.org> fast-user-switch-applet-2.22.0.ebuild: diff --git a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild new file mode 100644 index 000000000000..68f53863faf0 --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild,v 1.1 2008/10/12 21:41:23 eva Exp $ + +inherit eutils gnome2 + +DESCRIPTION="Fast User Switching Applet for Gnome Desktop" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2 FDL-1.1 LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.16 + >=x11-libs/gtk+-2.8 + >=gnome-base/gnome-panel-2.0 + >=gnome-base/libglade-2.0 + gnome-base/gconf + gnome-base/gdm + x11-libs/libXmu + x11-libs/libXau + x11-libs/libSM" +DEPEND="${RDEPEND} + dev-libs/libxslt + >=dev-util/pkgconfig-0.9 + >=sys-devel/autoconf-2.53 + >=dev-util/intltool-0.35 + >=app-text/scrollkeeper-0.1.4 + >=app-text/gnome-doc-utils-0.3.2 + ~app-text/docbook-xml-dtd-4.3" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="${G2CONF} --with-gdm-config=/usr/share/gdm/defaults.conf" +} |