diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-04-24 20:50:39 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-04-24 20:50:39 +0000 |
commit | c34b899000c14d8588dda9743658461a2549d2df (patch) | |
tree | 615d61fe6ca8ccaef9b2676a7dabddcd3c22425f /gnome-extra | |
parent | Initial import. (diff) | |
download | gentoo-2-c34b899000c14d8588dda9743658461a2549d2df.tar.gz gentoo-2-c34b899000c14d8588dda9743658461a2549d2df.tar.bz2 gentoo-2-c34b899000c14d8588dda9743658461a2549d2df.zip |
Bump to 2.18.0
(Portage version: 2.1.2.4)
Diffstat (limited to 'gnome-extra')
3 files changed, 49 insertions, 1 deletions
diff --git a/gnome-extra/fast-user-switch-applet/ChangeLog b/gnome-extra/fast-user-switch-applet/ChangeLog index 355b1ae01d14..3d4c56d3a725 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.32 2007/03/27 19:49:58 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.33 2007/04/24 20:50:39 dang Exp $ + +*fast-user-switch-applet-2.18.0 (24 Apr 2007) + + 24 Apr 2007; Daniel Gryniewicz <dang@gentoo.org> + +fast-user-switch-applet-2.18.0.ebuild: + Bump to 2.18.0 27 Mar 2007; Daniel Gryniewicz <dang@gentoo.org> fast-user-switch-applet-2.17.4.ebuild: diff --git a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.18.0.ebuild b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.18.0.ebuild new file mode 100644 index 000000000000..e07d420d30eb --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.18.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2007 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.18.0.ebuild,v 1.1 2007/04/24 20:50:39 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-libs/glib + >=x11-libs/gtk+-2.6 + >=gnome-base/libglade-2.0 + gnome-base/gconf + >=gnome-base/gnome-panel-2.0 + 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" +USE_DESTDIR="1" + +pkg_setup() { + G2CONF="${G2CONF} --with-gdm-config=/usr/share/gdm/defaults.conf" +} diff --git a/gnome-extra/fast-user-switch-applet/files/digest-fast-user-switch-applet-2.18.0 b/gnome-extra/fast-user-switch-applet/files/digest-fast-user-switch-applet-2.18.0 new file mode 100644 index 000000000000..b3b45b33e61a --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/files/digest-fast-user-switch-applet-2.18.0 @@ -0,0 +1,3 @@ +MD5 aefe9ea3aecc908336ae909aeee385b5 fast-user-switch-applet-2.18.0.tar.bz2 761628 +RMD160 c8e377e6db4d698ceb2314fb826a980b556d38f6 fast-user-switch-applet-2.18.0.tar.bz2 761628 +SHA256 eec13f4a8d35e5b43ad78589dd02c255748a3d24be8da7c018f2a7e5fcb87436 fast-user-switch-applet-2.18.0.tar.bz2 761628 |