diff options
author | 2009-05-26 21:15:50 +0200 | |
---|---|---|
committer | 2009-05-26 21:15:50 +0200 | |
commit | 0a16106b0590f2d532b8a37cbd2ad350d1e46f14 (patch) | |
tree | 6c0bfd5d4db71d3054573f72db19c0baf8c2de41 /gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild | |
parent | Naive bump (diff) | |
download | loki_val-0a16106b0590f2d532b8a37cbd2ad350d1e46f14.tar.gz loki_val-0a16106b0590f2d532b8a37cbd2ad350d1e46f14.tar.bz2 loki_val-0a16106b0590f2d532b8a37cbd2ad350d1e46f14.zip |
Fix bug 263367.
Diffstat (limited to 'gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild')
-rw-r--r-- | gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild new file mode 100644 index 0000000..913c442 --- /dev/null +++ b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2009 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.24.0.ebuild,v 1.8 2009/04/27 14:12:22 jer Exp $ + +inherit eutils gnome2 autotools + +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-2.16 + >=x11-libs/gtk+-2.8 + >=gnome-base/gnome-panel-2.0 + >=gnome-base/libglade-2.0 + gnome-base/libgnomeui + 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" +} + +src_unpack() { + gnome2_src_unpack + epatch "${FILESDIR}/${PN}-2.24.0-libgnomeuicflags.patch" + eautoconf +} |