summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-11-30 19:22:13 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-11-30 19:22:13 +0000
commit0427ed4e280a12ac24c420b9741f99db0e72bab6 (patch)
tree7e0decb12a4c856dbc4fb4b862d67e211ffc0595 /mail-client
parentAdded ~ppc64 (diff)
downloadgentoo-2-0427ed4e280a12ac24c420b9741f99db0e72bab6.tar.gz
gentoo-2-0427ed4e280a12ac24c420b9741f99db0e72bab6.tar.bz2
gentoo-2-0427ed4e280a12ac24c420b9741f99db0e72bab6.zip
Install correct KDE desktop file. Bug #200799, reported by David Relson <relson at osagesoftware.com>.
(Portage version: 2.1.3.18)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail/ChangeLog6
-rw-r--r--mail-client/claws-mail/claws-mail-3.1.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/mail-client/claws-mail/ChangeLog b/mail-client/claws-mail/ChangeLog
index e671c5a90310..8dc78f3192f7 100644
--- a/mail-client/claws-mail/ChangeLog
+++ b/mail-client/claws-mail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/claws-mail
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.49 2007/11/29 22:31:26 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.50 2007/11/30 19:22:13 ticho Exp $
+
+ 30 Nov 2007; Andrej Kacian <ticho@gentoo.org> claws-mail-3.1.0.ebuild:
+ Install correct KDE desktop file. Bug #200799, reported by David Relson
+ <relson at osagesoftware.com>.
*claws-mail-3.1.0 (29 Nov 2007)
diff --git a/mail-client/claws-mail/claws-mail-3.1.0.ebuild b/mail-client/claws-mail/claws-mail-3.1.0.ebuild
index 504e06fc7b16..5886f86cf1b1 100644
--- a/mail-client/claws-mail/claws-mail-3.1.0.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.1.0.ebuild,v 1.1 2007/11/29 22:31:26 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.1.0.ebuild,v 1.2 2007/11/30 19:22:13 ticho Exp $
IUSE="bogofilter clamav crypt dillo doc gnome imap ipv6 kde ldap nntp pda session spell ssl startup-notification xface"
@@ -122,11 +122,11 @@ src_install() {
local desktopfile="${PN}-attach-files.desktop"
cd "${S}"/tools/kdeservicemenu
sed -i -e "s:SCRIPT_PATH:${kdeprefix}/bin/${servicescript}:g" \
- template_${desktopfile}
+ ${desktopfile}.template
dodir /usr/share/apps/konqueror/servicemenus
insopts -m 0644
insinto /usr/share/apps/konqueror/servicemenus
- newins template_${desktopfile} ${desktopfile} || die
+ newins ${desktopfile}.template ${desktopfile} || die
dodir ${kdeprefix}/bin
insopts -m 755
exeinto ${kdeprefix}/bin