diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-11-11 20:40:18 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-11-11 20:40:18 +0000 |
commit | 889a296b8e62046980459d397e5151f20c382bb8 (patch) | |
tree | f1c9a72eaa588f3bfa8ccc1398af7452973772cc /app-office/kchart | |
parent | - The use of the hardened flag to control the building of position independen... (diff) | |
download | gentoo-2-889a296b8e62046980459d397e5151f20c382bb8.tar.gz gentoo-2-889a296b8e62046980459d397e5151f20c382bb8.tar.bz2 gentoo-2-889a296b8e62046980459d397e5151f20c382bb8.zip |
Added a minor fix for the desktop file as per bug 190006. Thanks to gentoofan23 for providing the patch!
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-office/kchart')
-rw-r--r-- | app-office/kchart/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/kchart/kchart-1.6.3.ebuild | 7 | ||||
-rw-r--r-- | app-office/kchart/metadata.xml | 2 |
3 files changed, 11 insertions, 4 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index 1e9de3493ebc..91225058ef23 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/kchart # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.82 2007/07/26 17:07:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.83 2007/11/11 20:40:18 philantrop Exp $ + + 11 Nov 2007; Wulf C. Krueger <philantrop@gentoo.org> kchart-1.6.3.ebuild: + Added a minor fix for the desktop file as per bug 190006. Thanks to + gentoofan23 for providing the patch! 26 Jul 2007; Markus Rothe <corsair@gentoo.org> kchart-1.6.3.ebuild: Stable on ppc64; bug #178697 diff --git a/app-office/kchart/kchart-1.6.3.ebuild b/app-office/kchart/kchart-1.6.3.ebuild index 8dfd2df301a7..51579dbaaa8d 100644 --- a/app-office/kchart/kchart-1.6.3.ebuild +++ b/app-office/kchart/kchart-1.6.3.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/app-office/kchart/kchart-1.6.3.ebuild,v 1.8 2007/07/26 17:07:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.6.3.ebuild,v 1.9 2007/11/11 20:40:18 philantrop Exp $ MAXKOFFICEVER=${PV} KMNAME=koffice @@ -42,7 +42,10 @@ src_unpack() { kde-meta_src_unpack unpack # We need to compile liboofilter first - echo "SUBDIRS = libdialogfilter kchart" > $S/filters/Makefile.am + echo "SUBDIRS = libdialogfilter kchart" > "$S"/filters/Makefile.am + + # Fixing desktop files, cf. bug 190006 + sed -i -e "/^MimeType/{ /[^;]$/{ s/$/;/ } }" "${S}"/kchart/kchart.desktop kde-meta_src_unpack makefiles } diff --git a/app-office/kchart/metadata.xml b/app-office/kchart/metadata.xml index 3399d0876645..8d1e86a9cefb 100644 --- a/app-office/kchart/metadata.xml +++ b/app-office/kchart/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>kde</herd> +<herd>kde</herd> </pkgmetadata> |