# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ GCONF_DEBUG="no" inherit gnome2 MY_P=${P/-/_} DESCRIPTION="Plugins for Gnome keyboard layout switcher" HOMEPAGE="http://gswitchit.sourceforge.net" SRC_URI="mirror://sourceforge/gswitchit/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="gnome-base/gnome-applets >=gnome-base/libglade-2 >=gnome-base/gconf-2 >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 >=gnome-base/libgnomekbd-2.18 >=net-libs/libsoup-2.4 x11-libs/cairo >=gnome-base/librsvg-2 >=net-libs/gnutls-2.6" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool" S=${WORKDIR}/${MY_P} pkg_setup() { G2CONF="${G2CONF} --disable-install-schemas" }