diff options
Diffstat (limited to 'gnome-extra')
3 files changed, 62 insertions, 1 deletions
diff --git a/gnome-extra/fast-user-switch-applet/ChangeLog b/gnome-extra/fast-user-switch-applet/ChangeLog index 2820f9cf8380..dbc39b023c5c 100644 --- a/gnome-extra/fast-user-switch-applet/ChangeLog +++ b/gnome-extra/fast-user-switch-applet/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnome-extra/fast-user-switch-applet # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.7 2006/05/18 14:36:51 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.8 2006/06/30 18:51:00 allanonjl Exp $ + +*fast-user-switch-applet-2.14.2 (30 Jun 2006) + + 30 Jun 2006; John N. Laliberte <allanonjl@gentoo.org> + -fast-user-switch-applet-2.14.0.ebuild, + -fast-user-switch-applet-2.14.1.ebuild, + +fast-user-switch-applet-2.14.2.ebuild: + new version, fixes #138226 18 May 2006; Thomas Cort <tcort@gentoo.org> fast-user-switch-applet-2.14.1.ebuild: diff --git a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.14.2.ebuild b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.14.2.ebuild new file mode 100644 index 000000000000..b5488f4b41c0 --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.14.2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2006 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.14.2.ebuild,v 1.1 2006/06/30 18:51:00 allanonjl 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 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-libs/glib + x11-libs/pango + >=x11-libs/gtk+-2.6 + gnome-base/libbonoboui + gnome-base/libgnome + gnome-base/orbit + >=gnome-base/libglade-2.0 + gnome-base/gconf + gnome-base/libbonobo + gnome-base/libgnomeui + gnome-base/gnome-vfs + gnome-base/gnome-keyring + gnome-base/libgnomecanvas + >=gnome-base/gnome-panel-2.0 + || ( ( x11-libs/libXmu + x11-libs/libXau + x11-libs/libSM ) + virtual/x11 )" + +DEPEND="${RDEPEND} + dev-libs/libxslt + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.29 + >=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() { + if has_version '<gnome-base/gdm-2.13.0.8' ; then + G2CONF="${G2CONF} --with-gdm-config=/etc/X11/gdm/gdm.conf" + else + G2CONF="${G2CONF} --with-gdm-config=/usr/share/gdm/defaults.conf" + fi +} diff --git a/gnome-extra/fast-user-switch-applet/files/digest-fast-user-switch-applet-2.14.2 b/gnome-extra/fast-user-switch-applet/files/digest-fast-user-switch-applet-2.14.2 new file mode 100644 index 000000000000..d3d806b4087c --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/files/digest-fast-user-switch-applet-2.14.2 @@ -0,0 +1,3 @@ +MD5 590e51fbc9dfa7e33a337d36349cf040 fast-user-switch-applet-2.14.2.tar.bz2 497832 +RMD160 d469ef520998dead060d64b38bb710c350b957f4 fast-user-switch-applet-2.14.2.tar.bz2 497832 +SHA256 1e5b7e2ebeb54b828f00dc3e6e6387ea10d3b47df6c73f7c722b26cf3fcf147f fast-user-switch-applet-2.14.2.tar.bz2 497832 |