summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-06-02 16:21:04 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-06-02 16:21:04 +0000
commitf46ef86344873df3d125206f8cf8ca88093c7de1 (patch)
treeff46d7050bc9d181ed1dccb6cdb84a437746fa4d /kde-misc
parentUpdate to 0.3. Drop beta. (diff)
downloadgentoo-2-f46ef86344873df3d125206f8cf8ca88093c7de1.tar.gz
gentoo-2-f46ef86344873df3d125206f8cf8ca88093c7de1.tar.bz2
gentoo-2-f46ef86344873df3d125206f8cf8ca88093c7de1.zip
Add 1.6 release that finaly supports GHNS.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kcm-gtk-config/ChangeLog8
-rw-r--r--kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/kde-misc/kcm-gtk-config/ChangeLog b/kde-misc/kcm-gtk-config/ChangeLog
index 31eafd73f4d4..208fac9b1175 100644
--- a/kde-misc/kcm-gtk-config/ChangeLog
+++ b/kde-misc/kcm-gtk-config/ChangeLog
@@ -1,6 +1,12 @@
# 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.5 2011/05/17 05:47:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog,v 1.6 2011/06/02 16:21:04 scarabeus Exp $
+
+*kcm-gtk-config-1.6 (02 Jun 2011)
+
+ 02 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ +kcm-gtk-config-1.6.ebuild:
+ Add 1.6 release that finaly supports GHNS.
17 May 2011; Markus Meier <maekke@gentoo.org> kcm-gtk-config-1.5.ebuild:
add ~arm
diff --git a/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild
new file mode 100644
index 000000000000..98228e3d6f01
--- /dev/null
+++ b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.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.6.ebuild,v 1.1 2011/06/02 16:21:04 scarabeus Exp $
+
+EAPI=4
+
+KDE_MINIMAL="4.6"
+KDE_LINGUAS_DIR=translations
+KDE_LINGUAS="ca cs el es eu 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 ~arm ~ppc ~ppc64 ~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}