summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-09-30 01:05:56 +0000
committerTim Harder <radhermit@gentoo.org>2012-09-30 01:05:56 +0000
commit528332fb967c31bbeb156a98a96ee7ec7dfa094e (patch)
treeec74e5b6136812287d3b5575646e05e1d520dadc /media-gfx/inkscape
parentstable ppc64, bug #436576 (diff)
downloadgentoo-2-528332fb967c31bbeb156a98a96ee7ec7dfa094e.tar.gz
gentoo-2-528332fb967c31bbeb156a98a96ee7ec7dfa094e.tar.bz2
gentoo-2-528332fb967c31bbeb156a98a96ee7ec7dfa094e.zip
Fix desktop file warning (bug #436622).
(Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/inkscape')
-rw-r--r--media-gfx/inkscape/ChangeLog6
-rw-r--r--media-gfx/inkscape/files/inkscape-0.48.3.1-desktop.patch11
-rw-r--r--media-gfx/inkscape/inkscape-0.48.3.1.ebuild5
3 files changed, 19 insertions, 3 deletions
diff --git a/media-gfx/inkscape/ChangeLog b/media-gfx/inkscape/ChangeLog
index 7cc0cdf1878f..a01ea193182d 100644
--- a/media-gfx/inkscape/ChangeLog
+++ b/media-gfx/inkscape/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/inkscape
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.186 2012/09/24 04:58:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.187 2012/09/30 01:05:56 radhermit Exp $
+
+ 30 Sep 2012; Tim Harder <radhermit@gentoo.org> inkscape-0.48.3.1.ebuild,
+ +files/inkscape-0.48.3.1-desktop.patch:
+ Fix desktop file warning (bug #436622).
24 Sep 2012; Tim Harder <radhermit@gentoo.org>
-files/inkscape-0.48.1-lcms.patch, -inkscape-0.48.2.ebuild:
diff --git a/media-gfx/inkscape/files/inkscape-0.48.3.1-desktop.patch b/media-gfx/inkscape/files/inkscape-0.48.3.1-desktop.patch
new file mode 100644
index 000000000000..ea5f214cafc4
--- /dev/null
+++ b/media-gfx/inkscape/files/inkscape-0.48.3.1-desktop.patch
@@ -0,0 +1,11 @@
+--- inkscape-0.48.3.1/inkscape.desktop.in
++++ inkscape-0.48.3.1/inkscape.desktop.in
+@@ -5,7 +5,7 @@
+ _X-GNOME-FullName=Inkscape Vector Graphics Editor
+ _Comment=Create and edit Scalable Vector Graphics images
+ Type=Application
+-Categories=Graphics;VectorGraphics;GTK;
++Categories=Graphics;2DGraphics;VectorGraphics;GTK;
+ MimeType=image/svg+xml;image/svg+xml-compressed;application/vnd.corel-draw;application/pdf;application/postscript;image/x-eps;application/illustrator;
+ Exec=inkscape %F
+ TryExec=inkscape
diff --git a/media-gfx/inkscape/inkscape-0.48.3.1.ebuild b/media-gfx/inkscape/inkscape-0.48.3.1.ebuild
index cd108546b39a..04104a07af19 100644
--- a/media-gfx/inkscape/inkscape-0.48.3.1.ebuild
+++ b/media-gfx/inkscape/inkscape-0.48.3.1.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/media-gfx/inkscape/inkscape-0.48.3.1.ebuild,v 1.13 2012/09/24 04:56:49 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.3.1.ebuild,v 1.14 2012/09/30 01:05:56 radhermit Exp $
EAPI=4
@@ -78,7 +78,8 @@ src_prepare() {
gnome2_src_prepare
epatch "${FILESDIR}"/${PN}-0.48.0-spell.patch \
"${FILESDIR}"/${PN}-0.48.1-libpng15.patch \
- "${FILESDIR}"/${PN}-0.48.2-libwpg.patch
+ "${FILESDIR}"/${PN}-0.48.2-libwpg.patch \
+ "${FILESDIR}"/${P}-desktop.patch
has_version ">=app-text/poppler-0.20.0" && epatch "${WORKDIR}"/${P}-poppler-0.20.patch