summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2012-08-25 19:46:43 +0000
committerChris Reffett <creffett@gentoo.org>2012-08-25 19:46:43 +0000
commit9a5fadb214ce6cd6ae68209dc5d0cb2ab24ddda7 (patch)
tree67c99b8f9cb9e621ff949d858fe35c70a683dd93 /kde-misc/openofficeorg-thumbnail
parentRevision bump, moved to EAPI 4 and fixed .desktop validation warnings. (diff)
downloadgentoo-2-9a5fadb214ce6cd6ae68209dc5d0cb2ab24ddda7.tar.gz
gentoo-2-9a5fadb214ce6cd6ae68209dc5d0cb2ab24ddda7.tar.bz2
gentoo-2-9a5fadb214ce6cd6ae68209dc5d0cb2ab24ddda7.zip
Added kde4-base_src_prepare to end of src_prepare phase
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/openofficeorg-thumbnail')
-rw-r--r--kde-misc/openofficeorg-thumbnail/ChangeLog6
-rw-r--r--kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/kde-misc/openofficeorg-thumbnail/ChangeLog b/kde-misc/openofficeorg-thumbnail/ChangeLog
index f8403d920c56..18198900f43e 100644
--- a/kde-misc/openofficeorg-thumbnail/ChangeLog
+++ b/kde-misc/openofficeorg-thumbnail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/openofficeorg-thumbnail
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/openofficeorg-thumbnail/ChangeLog,v 1.5 2012/08/25 19:39:20 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/openofficeorg-thumbnail/ChangeLog,v 1.6 2012/08/25 19:46:43 creffett Exp $
+
+ 25 Aug 2012; Chris Reffett <creffett@gentoo.org>
+ openofficeorg-thumbnail-1.0.0-r1.ebuild:
+ Added kde4-base_src_prepare to end of src_prepare phase
*openofficeorg-thumbnail-1.0.0-r1 (25 Aug 2012)
diff --git a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r1.ebuild b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r1.ebuild
index 6a5166b7769b..1d7f3e6531dd 100644
--- a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r1.ebuild
+++ b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r1.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-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r1.ebuild,v 1.1 2012/08/25 19:39:20 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r1.ebuild,v 1.2 2012/08/25 19:46:43 creffett Exp $
EAPI=4
@@ -23,4 +23,5 @@ src_prepare() {
sed -e "s:CacheThumbnail:X-CacheThumbnail:" \
-e "s:IgnoreMaximumSize:X-IgnoreMaximumSize:" \
-i src/openofficeorgthumbnail.desktop || die "fixing .desktop file failed"
+ kde4-base_src_prepare
}