# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 eutils DESCRIPTION="Fast User Switch Applet for GNOME 2.12" HOMEPAGE="http://ignore-your.tv/fusa/" SRC_URI="http://ignore-your.tv/downloads/fusa/${P}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND=">=x11-libs/gtk+-2.6 >=gnome-base/gnome-panel-2.10 >=gnome-base/libglade-2.5 >=gnome-base/gconf-2.9 x11-libs/pango virtual/x11 >=gnome-base/gdm-2.6 >=app-admin/gnome-system-tools-1.0 >=x11-libs/gksu-1.0.5 >=gnome-base/gdm-2.6" # x11-libs/libXau # x11-libs/libXmu DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 >=dev-util/intltool-0.29 >=sys-devel/gettext-0.10.40 >=app-text/scrollkeeper-0.3.8" src_compile() { # can't use G2CONF because gdm-setup needs to be all one argument gnome2_src_compile \ --with-users-admin="/usr/bin/users-admin" \ --with-gdm-setup="/usr/bin/gksu /usr/sbin/gdmsetup" \ --with-gdm-config="/etc/X11/gdm/gdm.conf" \ --disable-scrollkeeper } DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"