diff options
Diffstat (limited to 'kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild')
-rw-r--r-- | kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild new file mode 100644 index 000000000000..4596dad5eedd --- /dev/null +++ b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild,v 1.1 2011/05/16 09:03:36 scarabeus Exp $ + +EAPI=4 + +KDE_MINIMAL="4.6" +KDE_LINGUAS_DIR=translations +KDE_LINGUAS="ca cs el es fr gl id it" +MY_P=${P/kcm/chakra} +inherit kde4-base + +DESCRIPTION="KCM for set the look&feel of your Gtk apps using the KDE systemsettings." +HOMEPAGE="http://kde-apps.org/content/show.php?content=137496" +SRC_URI="http://chakra-project.org/sources/gtk-integration/${MY_P}.tar.gz" + +LICENSE="GPL-3" + +KEYWORDS="~amd64 ~x86" +SLOT="4" +IUSE="" + +COMMON_DEPEND="$(add_kdebase_dep kdelibs)" +DEPEND="${COMMON_DEPEND} + dev-util/automoc +" +RDEPEND="${COMMON_DEPEND} + !kde-misc/kcm_gtk + $(add_kdebase_dep kcmshell) +" + +S=${WORKDIR}/${MY_P} |