f227316bdf
- Use uniconvertor to handle CDR and WMF (#458845)
32 lines
939 B
Diff
32 lines
939 B
Diff
Make desktop-file-validate and rpmlint happy, handle compressed svgs (#245413)
|
|
and let it conform enough not to break the build in Rawhide.
|
|
|
|
(Lubomir Kundrak <lkundrak@redhat.com>)
|
|
https://bugs.launchpad.net/inkscape/+bug/190420
|
|
|
|
diff -up inkscape-0.46/inkscape.desktop.in.desktop inkscape-0.46/inkscape.desktop.in
|
|
--- inkscape-0.46/inkscape.desktop.in.desktop 2008-03-11 05:21:19.000000000 +0100
|
|
+++ inkscape-0.46/inkscape.desktop.in 2008-08-13 23:29:56.000000000 +0200
|
|
@@ -2,18 +2,16 @@
|
|
_Name=Inkscape Vector Graphics Editor
|
|
_Comment=Create and edit Scalable Vector Graphics images
|
|
|
|
-Encoding=UTF-8
|
|
Version=1.0
|
|
|
|
Type=Application
|
|
-Categories=Application;Graphics;VectorGraphics;GTK;
|
|
+Categories=Graphics;VectorGraphics;GTK;
|
|
|
|
-MimeType=image/svg+xml
|
|
+MimeType=image/svg+xml;image/svg+xml-compressed;
|
|
|
|
-FilePattern=inkscape
|
|
Exec=inkscape %F
|
|
TryExec=inkscape
|
|
Terminal=false
|
|
StartupNotify=true
|
|
|
|
-Icon=inkscape.png
|
|
+Icon=inkscape
|