diff options
author | Johannes Huber <johu@gentoo.org> | 2012-01-17 22:00:19 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-01-17 22:00:19 +0000 |
commit | f46ce0262f87ff240599e73817c4887d03401aa1 (patch) | |
tree | 20af6e1a5cbe6a07fc79ea7fd97a6c9cda72ab8d /kde-base | |
parent | Stable for HPPA (bug #397851). (diff) | |
download | gentoo-2-f46ce0262f87ff240599e73817c4887d03401aa1.tar.gz gentoo-2-f46ce0262f87ff240599e73817c4887d03401aa1.tar.bz2 gentoo-2-f46ce0262f87ff240599e73817c4887d03401aa1.zip |
Add elog for .exe file preview, fixes bug #398697.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/dolphin/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.7.4.ebuild | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index dbee7b5cc36c..2011f7269e75 100644 --- a/kde-base/dolphin/ChangeLog +++ b/kde-base/dolphin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/dolphin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.121 2012/01/17 13:28:55 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.122 2012/01/17 22:00:19 johu Exp $ + + 17 Jan 2012; Johannes Huber <johu@gentoo.org> dolphin-4.7.4.ebuild: + Add elog for .exe file preview, fixes bug #398697. 17 Jan 2012; Johannes Huber <johu@gentoo.org> -dolphin-4.7.3.ebuild: Remove KDE SC 4.7.3 diff --git a/kde-base/dolphin/dolphin-4.7.4.ebuild b/kde-base/dolphin/dolphin-4.7.4.ebuild index 813645313db7..47c5f020c319 100644 --- a/kde-base/dolphin/dolphin-4.7.4.ebuild +++ b/kde-base/dolphin/dolphin-4.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.7.4.ebuild,v 1.3 2012/01/16 21:08:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.7.4.ebuild,v 1.4 2012/01/17 22:00:19 johu Exp $ EAPI=4 @@ -42,3 +42,10 @@ src_configure() { kde4-meta_src_configure } + +pkg_postinst() { + kde4-base_pkg_postinst + echo + elog "For .exe file preview support, install media-gfx/icoutils." + echo +} |