diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 03:51:02 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 03:51:02 +0000 |
commit | 875c455a01255e0b0ef18d8b314cebded7bed149 (patch) | |
tree | 8f8a0fa70b092e24fc90ba257a133f792e7c73de /gnome-extra | |
parent | gnome 2.16 (diff) | |
download | gentoo-2-875c455a01255e0b0ef18d8b314cebded7bed149.tar.gz gentoo-2-875c455a01255e0b0ef18d8b314cebded7bed149.tar.bz2 gentoo-2-875c455a01255e0b0ef18d8b314cebded7bed149.zip |
gnome 2.16
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'gnome-extra')
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 a0410753083c..b3e60fbefd8c 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.15 2006/08/19 00:15:53 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.16 2006/09/07 03:51:02 dang Exp $ + +*fast-user-switch-applet-2.16.0 (07 Sep 2006) + + 07 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> + +fast-user-switch-applet-2.16.0.ebuild: + New version for gnome 2.16 19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org> fast-user-switch-applet-2.14.2.ebuild: diff --git a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild new file mode 100644 index 000000000000..7e754bc03730 --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.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.16.0.ebuild,v 1.1 2006/09/07 03:51:02 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.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" +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.16.0 b/gnome-extra/fast-user-switch-applet/files/digest-fast-user-switch-applet-2.16.0 new file mode 100644 index 000000000000..098e9c1c8d9c --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/files/digest-fast-user-switch-applet-2.16.0 @@ -0,0 +1,3 @@ +MD5 749de0f0279991515ca8d82526f5b329 fast-user-switch-applet-2.16.0.tar.bz2 682627 +RMD160 dfdb7ad825f8e8999ef84052305718973714893e fast-user-switch-applet-2.16.0.tar.bz2 682627 +SHA256 64a7d04867ff03f436cd06177a9d86e19f606f84cc42f108cb50298a05af3118 fast-user-switch-applet-2.16.0.tar.bz2 682627 |