summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2011-12-11 17:14:28 +0000
committerJohannes Huber <johu@gentoo.org>2011-12-11 17:14:28 +0000
commit2e780b452ea65dcc5847869597b8b386ce177162 (patch)
treeb26cf22f1e414bb478dfab4184f606405f945448 /kde-misc
parentDrop alpha/arm/ia64/s390/sh/sparc keywords (diff)
downloadgentoo-2-2e780b452ea65dcc5847869597b8b386ce177162.tar.gz
gentoo-2-2e780b452ea65dcc5847869597b8b386ce177162.tar.bz2
gentoo-2-2e780b452ea65dcc5847869597b8b386ce177162.zip
Version bump wrt bug #393423
(Portage version: 2.2.0_alpha79/cvs/Linux i686)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kcm-gtk-config/ChangeLog7
-rw-r--r--kde-misc/kcm-gtk-config/kcm-gtk-config-1.7.ebuild41
2 files changed, 47 insertions, 1 deletions
diff --git a/kde-misc/kcm-gtk-config/ChangeLog b/kde-misc/kcm-gtk-config/ChangeLog
index 85e93c54e391..8c9258d6b505 100644
--- a/kde-misc/kcm-gtk-config/ChangeLog
+++ b/kde-misc/kcm-gtk-config/ChangeLog
@@ -1,6 +1,11 @@
# 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.10 2011/11/20 14:49:39 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog,v 1.11 2011/12/11 17:14:28 johu Exp $
+
+*kcm-gtk-config-1.7 (11 Dec 2011)
+
+ 11 Dec 2011; Johannes Huber <johu@gentoo.org> +kcm-gtk-config-1.7.ebuild:
+ Version bump wrt bug #393423
20 Nov 2011; Andreas K. Huettel <dilfridge@gentoo.org>
kcm-gtk-config-1.5.ebuild, kcm-gtk-config-1.6.ebuild:
diff --git a/kde-misc/kcm-gtk-config/kcm-gtk-config-1.7.ebuild b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.7.ebuild
new file mode 100644
index 000000000000..a4a2be47f889
--- /dev/null
+++ b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.7.ebuild
@@ -0,0 +1,41 @@
+# 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.7.ebuild,v 1.1 2011/12/11 17:14:28 johu Exp $
+
+EAPI=4
+
+KDE_MINIMAL="4.6"
+KDE_LINGUAS_DIR=translations
+KDE_LINGUAS="ca cs el es eu fr gl id it pl ru zh_CN"
+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="mirror://sourceforge/chakra/${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}
+
+pkg_postinst() {
+ kde4-base_pkg_postinst
+ einfo
+ elog "If you notice missing icons in your GTK applications, you may have to install"
+ elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk"
+ elog "for example."
+ einfo
+}