Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gimp/files: gimp-2.8.4-valid-desktop-file.patch
Date: Wed, 05 Jun 2013 21:46:27
Message-Id: 20130605214623.571922171E@flycatcher.gentoo.org
1 sping 13/06/05 21:46:23
2
3 Added: gimp-2.8.4-valid-desktop-file.patch
4 Log:
5 media-gfx/gimp: Slightly improve .desktop file (bug #433028)
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
8
9 Revision Changes Path
10 1.1 media-gfx/gimp/files/gimp-2.8.4-valid-desktop-file.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/files/gimp-2.8.4-valid-desktop-file.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/files/gimp-2.8.4-valid-desktop-file.patch?rev=1.1&content-type=text/plain
14
15 Index: gimp-2.8.4-valid-desktop-file.patch
16 ===================================================================
17 From 0ed3b482a422ff684c8921b7de9f44ea7b20345c Mon Sep 17 00:00:00 2001
18 From: Kevin Cozens <kcozens@×××××××××.org>
19 Date: Sun, 30 Dec 2012 15:43:50 +0000
20 Subject: Fixed MIME_TYPES. Postscript and PDF are compiled conditionally. Fixes #690882.
21
22 (cherry picked from commit d17622dce6228bebd646ed1eb3063fc952905cfd)
23 ---
24 (limited to 'configure.ac')
25
26 diff --git a/configure.ac b/configure.ac
27 index 9db3696..8523aeb 100644
28 --- a/configure.ac
29 +++ b/configure.ac
30 @@ -1024,7 +1024,7 @@ AC_SUBST(GIMP_COMMAND)
31
32 # The list of MIME types that are supported by plug-ins that are compiled
33 # unconditionally:
34 -MIME_TYPES="application/postscript;application/pdf;image/bmp;image/g3fax;image/gif;image/x-fits;image/x-pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih"
35 +MIME_TYPES="image/bmp;image/g3fax;image/gif;image/x-fits;image/x-pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih"
36
37
38 ###################
39 @@ -1201,6 +1201,10 @@ if test "x$with_gs" != xno; then
40 fi
41 fi
42
43 +if test "x$have_gs" = xyes; then
44 + MIME_TYPES="$MIME_TYPES;application/postscript"
45 +fi
46 +
47 AC_SUBST(FILE_PS)
48 AM_CONDITIONAL(HAVE_GS, test "x$have_gs" = xyes)
49 AC_SUBST(GS_LIBS)
50 --
51 cgit v0.9.2