diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-03-26 22:18:10 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-03-26 22:18:10 +0000 |
commit | 5396752c287ea45e1b8a58ce33c2a5a74a4b1f32 (patch) | |
tree | b9b00a3382ebf442a7ae647e6c1959d3a4715fb6 /gnome-extra/fast-user-switch-applet | |
parent | Add a built_with_use check for media-player/mplayer and the srt use flag. Fou... (diff) | |
download | gentoo-2-5396752c287ea45e1b8a58ce33c2a5a74a4b1f32.tar.gz gentoo-2-5396752c287ea45e1b8a58ce33c2a5a74a4b1f32.tar.bz2 gentoo-2-5396752c287ea45e1b8a58ce33c2a5a74a4b1f32.zip |
New version for GNOME-2.22. Various bug fixes, raised gtk+ dependency to 2.8.
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-extra/fast-user-switch-applet')
-rw-r--r-- | gnome-extra/fast-user-switch-applet/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.22.0.ebuild | 37 |
2 files changed, 45 insertions, 1 deletions
diff --git a/gnome-extra/fast-user-switch-applet/ChangeLog b/gnome-extra/fast-user-switch-applet/ChangeLog index 8cc4fa426784..613d5453e431 100644 --- a/gnome-extra/fast-user-switch-applet/ChangeLog +++ b/gnome-extra/fast-user-switch-applet/ChangeLog @@ -1,6 +1,13 @@ # 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.55 2008/02/04 04:34:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.56 2008/03/26 22:18:10 eva Exp $ + +*fast-user-switch-applet-2.22.0 (26 Mar 2008) + + 26 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org> + +fast-user-switch-applet-2.22.0.ebuild: + New version for GNOME-2.22. Various bug fixes, raised gtk+ dependency to + 2.8. 04 Feb 2008; Jeroen Roovers <jer@gentoo.org> fast-user-switch-applet-2.20.0-r1.ebuild: diff --git a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.22.0.ebuild b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.22.0.ebuild new file mode 100644 index 000000000000..3d13fdbe5d54 --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.22.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.22.0.ebuild,v 1.1 2008/03/26 22:18:10 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 + >=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" +} |