summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-20 09:54:38 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-20 09:54:38 +0000
commit7f697c8b726dd1aea46deddf04b7c96ace2188ee (patch)
tree2bbc0cf02da3b76a217a450fd964a99fee240015 /media-video/kffmpegthumbnailer
parentRevision bump to fix pc files. (diff)
downloadgentoo-2-7f697c8b726dd1aea46deddf04b7c96ace2188ee.tar.gz
gentoo-2-7f697c8b726dd1aea46deddf04b7c96ace2188ee.tar.bz2
gentoo-2-7f697c8b726dd1aea46deddf04b7c96ace2188ee.zip
Fix the .desktop file regression of last revision, bug #435520.
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Diffstat (limited to 'media-video/kffmpegthumbnailer')
-rw-r--r--media-video/kffmpegthumbnailer/ChangeLog8
-rw-r--r--media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r2.ebuild (renamed from media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r1.ebuild)7
2 files changed, 9 insertions, 6 deletions
diff --git a/media-video/kffmpegthumbnailer/ChangeLog b/media-video/kffmpegthumbnailer/ChangeLog
index a528b17baee9..2545ccb943e2 100644
--- a/media-video/kffmpegthumbnailer/ChangeLog
+++ b/media-video/kffmpegthumbnailer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-video/kffmpegthumbnailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.7 2012/08/25 20:53:16 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.8 2012/09/20 09:54:38 johu Exp $
+
+*kffmpegthumbnailer-1.1.0-r2 (20 Sep 2012)
+
+ 20 Sep 2012; Johannes Huber <johu@gentoo.org>
+ +kffmpegthumbnailer-1.1.0-r2.ebuild, -kffmpegthumbnailer-1.1.0-r1.ebuild:
+ Fix the .desktop file regression of last revision, bug #435520.
*kffmpegthumbnailer-1.1.0-r1 (25 Aug 2012)
diff --git a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r1.ebuild b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r2.ebuild
index 8070b81e825b..825379652ff0 100644
--- a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r1.ebuild
+++ b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r2.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/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r1.ebuild,v 1.1 2012/08/25 20:53:16 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r2.ebuild,v 1.1 2012/09/20 09:54:38 johu Exp $
EAPI=4
inherit kde4-base
@@ -22,10 +22,7 @@ RDEPEND="${DEPEND}"
DOCS=( Changelog README )
src_prepare() {
- sed -e "s:CacheThumbnail:X-CacheThumbnail:" \
- -e "s:IgnoreMaximumSize:X-IgnoreMaximumSize:" \
- -e "s:ThumbnailerVersion:X-ThumbnailerVersion:" \
- -e "/Encoding=UTF-8/d" \
+ sed -e "/Encoding=UTF-8/d" \
-i kffmpegthumbnailer.desktop || die "fixing .desktop file failed"
kde4-base_src_prepare
}