diff options
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kde-gtk-config/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/kde-gtk-config/kde-gtk-config-2.2.1.ebuild | 42 |
2 files changed, 48 insertions, 1 deletions
diff --git a/kde-misc/kde-gtk-config/ChangeLog b/kde-misc/kde-gtk-config/ChangeLog index cb09072ce56e..a6a8939b0337 100644 --- a/kde-misc/kde-gtk-config/ChangeLog +++ b/kde-misc/kde-gtk-config/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/kde-gtk-config # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kde-gtk-config/ChangeLog,v 1.30 2013/04/22 18:32:33 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kde-gtk-config/ChangeLog,v 1.31 2013/05/23 17:53:46 johu Exp $ + +*kde-gtk-config-2.2.1 (23 May 2013) + + 23 May 2013; Johannes Huber <johu@gentoo.org> +kde-gtk-config-2.2.1.ebuild: + Version bump by Manuel Rüger <gentoo@rueg.eu>. 22 Apr 2013; Johannes Huber <johu@gentoo.org> -kde-gtk-config-2.1.1.ebuild: Remove old. diff --git a/kde-misc/kde-gtk-config/kde-gtk-config-2.2.1.ebuild b/kde-misc/kde-gtk-config/kde-gtk-config-2.2.1.ebuild new file mode 100644 index 000000000000..7670fdf04214 --- /dev/null +++ b/kde-misc/kde-gtk-config/kde-gtk-config-2.2.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kde-gtk-config/kde-gtk-config-2.2.1.ebuild,v 1.1 2013/05/23 17:53:46 johu Exp $ + +EAPI=5 + +KDE_LINGUAS="bs ca ca@valencia cs da de el es et eu fi fr ga gl hu id it ja kk +km lt mr nb nds nl pl pt pt_BR ro ru sk sl sv uk zh_CN zh_TW" +inherit kde4-base + +DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel" +HOMEPAGE="http://projects.kde.org/kde-gtk-config" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" +SLOT="4" +IUSE="debug" + +CDEPEND=" + dev-libs/glib:2 + x11-libs/gtk+:2 + x11-libs/gtk+:3 +" +DEPEND=" + ${CDEPEND} + dev-util/automoc +" +RDEPEND=" + ${CDEPEND} + !kde-misc/kcm_gtk + $(add_kdebase_dep kcmshell) +" + +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 +} |