You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/mypaint/files/mypaint-1.1.0-desktop.patch

25 lines
626 B

From: Andrew Chadwick <andrewc-git@piffle.org>
Date: Tue, 8 Jan 2013 13:53:01 +0000
Subject: desktop: remove deprecated Encoding key
The Encoding key is deprecated as of 1.0 of the Desktop Entry Specification
(8 Jan 2012)
http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html
---
desktop/mypaint.desktop | 1 -
1 file changed, 1 deletion(-)
diff --git a/desktop/mypaint.desktop b/desktop/mypaint.desktop
index 9850b54..24383db 100644
--- a/desktop/mypaint.desktop
+++ b/desktop/mypaint.desktop
@@ -1,6 +1,5 @@
[Desktop Entry]
Version=1.0
-Encoding=UTF-8
Name=MyPaint
TryExec=mypaint
Exec=mypaint %f
--