diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-01 22:01:08 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-01 22:01:08 +0000 |
commit | bfaa52ed75024d62febb1fff18c36f80e138341a (patch) | |
tree | c5dd7fae475799b4a6f813a9a95b589de63fc802 /gnome-extra/fast-user-switch-applet | |
parent | Version bump (diff) | |
download | gentoo-2-bfaa52ed75024d62febb1fff18c36f80e138341a.tar.gz gentoo-2-bfaa52ed75024d62febb1fff18c36f80e138341a.tar.bz2 gentoo-2-bfaa52ed75024d62febb1fff18c36f80e138341a.zip |
Bump for 2.14.1
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'gnome-extra/fast-user-switch-applet')
3 files changed, 61 insertions, 1 deletions
diff --git a/gnome-extra/fast-user-switch-applet/ChangeLog b/gnome-extra/fast-user-switch-applet/ChangeLog index 7619c51817da..61a20e35baa4 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.3 2006/04/07 21:19:00 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.4 2006/05/01 22:01:08 dang Exp $ + +*fast-user-switch-applet-2.14.1 (01 May 2006) + + 01 May 2006; Daniel Gryniewicz <dang@gentoo.org> + +fast-user-switch-applet-2.14.1.ebuild: + Bump for 2.14.1 07 Apr 2006; Tobias Scherbaum <dertobi123@gentoo.org> fast-user-switch-applet-2.14.0.ebuild: diff --git a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.14.1.ebuild b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.14.1.ebuild new file mode 100644 index 000000000000..81792c502864 --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.14.1.ebuild @@ -0,0 +1,51 @@ +# 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.1.ebuild,v 1.1 2006/05/01 22:01:08 dang 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="~amd64 ~ppc ~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" +USE_DESTDIR="1" + +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.1 b/gnome-extra/fast-user-switch-applet/files/digest-fast-user-switch-applet-2.14.1 new file mode 100644 index 000000000000..cef0ec783573 --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/files/digest-fast-user-switch-applet-2.14.1 @@ -0,0 +1,3 @@ +MD5 2cca4e96a27810738ce4def15bd49c8a fast-user-switch-applet-2.14.1.tar.bz2 491189 +RMD160 dd82f8a20f04ef13c8bfe67bf940f8874c70b557 fast-user-switch-applet-2.14.1.tar.bz2 491189 +SHA256 cc3373b2079a4b0358a62040eb6d82cb8292cf2bbb5f2c56167f2c415a85c3b0 fast-user-switch-applet-2.14.1.tar.bz2 491189 |