# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/gtk-engines-qt-0.7_p20070327-r1.ebuild,v 1.1 2007/04/24 19:49:52 genstef Exp $ ARTS_REQUIRED="never" inherit kde eutils MY_PN="gtk-qt-engine" DESCRIPTION="GTK+2 Qt Theme Engine" HOMEPAGE="http://gtk-qt.ecs.soton.ac.uk" SRC_URI="http://gentooexperimental.org/~genstef/dist/${MY_PN}-${PV}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc x86" DEPEND="${DEPEND} >=x11-libs/gtk+-2.2 dev-util/cmake" need-kde 3 # Set slot after the need-kde. Fixes bug #78455. SLOT="2" S=${WORKDIR}/${MY_PN}-${PV} src_install() { kde_src_install mv ${D}/usr/local/share/{locale,application} ${D}/usr/share/ }