summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-19 12:21:23 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-19 12:21:23 +0000
commit3dc72e92640738ab0f04a798b7a8be1a3d159814 (patch)
tree351432088548a2a8b1b5e809a43e8c800985bfa3 /x11-misc
parentOld. (diff)
downloadgentoo-2-3dc72e92640738ab0f04a798b7a8be1a3d159814.tar.gz
gentoo-2-3dc72e92640738ab0f04a798b7a8be1a3d159814.tar.bz2
gentoo-2-3dc72e92640738ab0f04a798b7a8be1a3d159814.zip
Fix .desktop entry, thanks to Thomas Anderson in bug 204854.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/basket/ChangeLog7
-rw-r--r--x11-misc/basket/basket-1.0.2.ebuild10
2 files changed, 13 insertions, 4 deletions
diff --git a/x11-misc/basket/ChangeLog b/x11-misc/basket/ChangeLog
index cfcfc1e0f5e3..70484e02fec9 100644
--- a/x11-misc/basket/ChangeLog
+++ b/x11-misc/basket/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/basket
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/ChangeLog,v 1.37 2007/06/16 08:49:05 dertobi123 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/ChangeLog,v 1.38 2008/02/19 12:21:23 ingmar Exp $
+
+ 19 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> basket-1.0.2.ebuild:
+ Fix .desktop entry, thanks to Thomas Anderson in bug 204854.
16 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> basket-1.0.2.ebuild:
ppc stable, bug #181639
diff --git a/x11-misc/basket/basket-1.0.2.ebuild b/x11-misc/basket/basket-1.0.2.ebuild
index bef493963d19..348289620e3e 100644
--- a/x11-misc/basket/basket-1.0.2.ebuild
+++ b/x11-misc/basket/basket-1.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/basket-1.0.2.ebuild,v 1.4 2007/06/16 08:49:05 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/basket-1.0.2.ebuild,v 1.5 2008/02/19 12:21:23 ingmar Exp $
inherit kde
@@ -18,3 +18,9 @@ DEPEND="crypt? ( >=app-crypt/gpgme-1.0 )"
RDEPEND="${DEPEND}"
need-kde 3.3
+
+src_unpack() {
+ kde_src_unpack
+
+ sed -e "s/x-basket-template/&;/" -i "${S}/src/${PN}.desktop" || die "Sed failed."
+}