diff options
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kcm-gtk-config/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild | 11 | ||||
-rw-r--r-- | kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild | 11 |
3 files changed, 25 insertions, 3 deletions
diff --git a/kde-misc/kcm-gtk-config/ChangeLog b/kde-misc/kcm-gtk-config/ChangeLog index 04c47b6fb54a..85e93c54e391 100644 --- a/kde-misc/kcm-gtk-config/ChangeLog +++ b/kde-misc/kcm-gtk-config/ChangeLog @@ -1,6 +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.9 2011/06/26 01:47:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/ChangeLog,v 1.10 2011/11/20 14:49:39 dilfridge Exp $ + + 20 Nov 2011; Andreas K. Huettel <dilfridge@gentoo.org> + kcm-gtk-config-1.5.ebuild, kcm-gtk-config-1.6.ebuild: + Add postinst message about missing icons, bug 390785 26 Jun 2011; Brent Baude <ranger@gentoo.org> kcm-gtk-config-1.5.ebuild: Marking kcm-gtk-config-1.5 ppc stable for bug 369979 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 index cf8a405c8a75..01ab0109941f 100644 --- a/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild +++ b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild @@ -1,6 +1,6 @@ # 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.6 2011/06/26 01:47:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/kcm-gtk-config-1.5.ebuild,v 1.7 2011/11/20 14:49:39 dilfridge Exp $ EAPI=4 @@ -30,3 +30,12 @@ RDEPEND="${COMMON_DEPEND} " 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 +} 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 index 98228e3d6f01..1ed295695f3e 100644 --- a/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild +++ b/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-gtk-config/kcm-gtk-config-1.6.ebuild,v 1.2 2011/11/20 14:49:39 dilfridge Exp $ EAPI=4 @@ -30,3 +30,12 @@ RDEPEND="${COMMON_DEPEND} " 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 +} |