summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-05 13:26:55 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-05 13:26:55 +0000
commit23ddd66e9d25719926ccc6f5a34f3f513d77d97e (patch)
tree08acd7ae374065c0ca1c0706be583f846d1b8f01 /kde-misc
parentVersion bump (diff)
downloadgentoo-2-23ddd66e9d25719926ccc6f5a34f3f513d77d97e.tar.gz
gentoo-2-23ddd66e9d25719926ccc6f5a34f3f513d77d97e.tar.bz2
gentoo-2-23ddd66e9d25719926ccc6f5a34f3f513d77d97e.zip
Initial commit. Moved from sabayon tree.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kcm-gtk-config/ChangeLog10
-rw-r--r--kde-misc/kcm-gtk-config/kcm-gtk-config-1.3.ebuild32
-rw-r--r--kde-misc/kcm-gtk-config/metadata.xml5
3 files changed, 47 insertions, 0 deletions
diff --git a/kde-misc/kcm-gtk-config/ChangeLog b/kde-misc/kcm-gtk-config/ChangeLog
new file mode 100644
index 000000000000..071071e55d61
--- /dev/null
+++ b/kde-misc/kcm-gtk-config/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for kde-misc/kcm-gtk-config
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog,v 1.1 2011/05/05 13:26:55 scarabeus Exp $
+
+*kcm-gtk-config-1.3 (05 May 2011)
+
+ 05 May 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ +kcm-gtk-config-1.3.ebuild, +metadata.xml:
+ Initial commit. Moved from sabayon tree.
+
diff --git a/kde-misc/kcm-gtk-config/kcm-gtk-config-1.3.ebuild b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.3.ebuild
new file mode 100644
index 000000000000..547d94b5b4f5
--- /dev/null
+++ b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.3.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.3.ebuild,v 1.1 2011/05/05 13:26:55 scarabeus Exp $
+
+EAPI=4
+
+KDE_MINIMAL="4.6"
+KDE_LINGUAS_DIR=translations
+KDE_LINGUAS="ca 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}
diff --git a/kde-misc/kcm-gtk-config/metadata.xml b/kde-misc/kcm-gtk-config/metadata.xml
new file mode 100644
index 000000000000..8d1e86a9cefb
--- /dev/null
+++ b/kde-misc/kcm-gtk-config/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>