r15786 - in /desktop/unstable/eog/debian: changelog patches/60_compressed-svg-mime-type.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Apr 26 18:47:35 UTC 2008


Author: lool
Date: Sat Apr 26 18:47:34 2008
New Revision: 15786

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15786
Log:
New patch, 60_compressed-svg-mime-type, adds support for the compressed
  SVG MIME type in eog.desktop; thanks Franklin Piat; closes: 477436.

Added:
    desktop/unstable/eog/debian/patches/60_compressed-svg-mime-type.patch
Modified:
    desktop/unstable/eog/debian/changelog

Modified: desktop/unstable/eog/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/changelog?rev=15786&op=diff
==============================================================================
--- desktop/unstable/eog/debian/changelog (original)
+++ desktop/unstable/eog/debian/changelog Sat Apr 26 18:47:34 2008
@@ -1,3 +1,10 @@
+eog (2.22.1-2) UNRELEASED; urgency=low
+
+  * New patch, 60_compressed-svg-mime-type, adds support for the compressed
+    SVG MIME type in eog.desktop; thanks Franklin Piat; closes: 477436.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 26 Apr 2008 20:46:03 +0200
+
 eog (2.22.1-1) unstable; urgency=low
 
   [ Romain Francoise ]

Added: desktop/unstable/eog/debian/patches/60_compressed-svg-mime-type.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/patches/60_compressed-svg-mime-type.patch?rev=15786&op=file
==============================================================================
--- desktop/unstable/eog/debian/patches/60_compressed-svg-mime-type.patch (added)
+++ desktop/unstable/eog/debian/patches/60_compressed-svg-mime-type.patch Sat Apr 26 18:47:34 2008
@@ -1,0 +1,14 @@
+GNOME #530102, Debian #477436
+
+Add support for the compressed SVG MIME type in eog.desktop
+
+Index: data/eog.desktop.in.in
+===================================================================
+--- data/eog.desktop.in.in (revision 4546)
++++ data/eog.desktop.in.in (working copy)
+@@ -13,4 +13,4 @@ X-GNOME-Bugzilla-Product=EOG
+ X-GNOME-Bugzilla-Component=general
+ X-GNOME-Bugzilla-Version=@VERSION@
+ X-GNOME-DocPath=eog/eog.xml
+-MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-gray;image/x-icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-xbitmap;image/x-xpixmap;image/x-pcx;image/svg+xml;image/vnd.wap.wbmp;
++MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-gray;image/x-icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-xbitmap;image/x-xpixmap;image/x-pcx;image/svg+xml;image/vnd.wap.wbmp;image/svg+xml-compressed;




More information about the pkg-gnome-commits mailing list