summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Anderson <gentoofan23@gentoo.org>2009-06-18 19:31:14 +0000
committerThomas Anderson <gentoofan23@gentoo.org>2009-06-18 19:31:14 +0000
commit577640c3022c5c356dcc7288404c19414b1c3d15 (patch)
tree4894066cefd2234a24b29ead4e39f99d89d14846 /media-gfx
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-577640c3022c5c356dcc7288404c19414b1c3d15.tar.gz
gentoo-2-577640c3022c5c356dcc7288404c19414b1c3d15.tar.bz2
gentoo-2-577640c3022c5c356dcc7288404c19414b1c3d15.zip
Fix QA issues with showimg's .desktop file.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/showimg/ChangeLog8
-rw-r--r--media-gfx/showimg/showimg-0.9.5-r1.ebuild10
2 files changed, 15 insertions, 3 deletions
diff --git a/media-gfx/showimg/ChangeLog b/media-gfx/showimg/ChangeLog
index d028fd432f13..ab7a22658115 100644
--- a/media-gfx/showimg/ChangeLog
+++ b/media-gfx/showimg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/showimg
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/ChangeLog,v 1.45 2009/02/10 01:22:25 carlo Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/ChangeLog,v 1.46 2009/06/18 19:31:14 gentoofan23 Exp $
+
+ 18 Jun 2009; Thomas Anderson <gentoofan23@gentoo.org>
+ showimg-0.9.5-r1.ebuild:
+ Fix QA issues with showimg's .desktop file.
10 Feb 2009; Carsten Lohrke <carlo@gentoo.org> -showimg-0.9.4.1.ebuild,
showimg-0.9.5.ebuild:
diff --git a/media-gfx/showimg/showimg-0.9.5-r1.ebuild b/media-gfx/showimg/showimg-0.9.5-r1.ebuild
index 054860278a4e..eb8034efd38d 100644
--- a/media-gfx/showimg/showimg-0.9.5-r1.ebuild
+++ b/media-gfx/showimg/showimg-0.9.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.9.5-r1.ebuild,v 1.2 2009/02/10 16:17:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.9.5-r1.ebuild,v 1.3 2009/06/18 19:31:14 gentoofan23 Exp $
ARTS_REQUIRED="never"
@@ -34,6 +34,14 @@ PATCHES=(
"${FILESDIR}/showimg-0.9.5-libpqxx-2.6.9.diff"
)
+src_unpack() {
+ kde_src_unpack
+
+ sed -i -e '/MimeType/s:$:;:' \
+ "${S}/showimg/showimgapp/showimg.desktop" \
+ || die "Sed failed."
+}
+
src_compile() {
local myconf="--with-showimgdb \
$(use_with exif kexif) \