Patch desktop-remove-deprecated.diff.ci/unstable
parent
4f28604338
commit
92f9902681
@ -0,0 +1,20 @@
|
|||||||
|
From: Modestas Vainius <modestas@vainius.eu>
|
||||||
|
Subject: Remove deprecated Enconding field from CMake.desktop
|
||||||
|
The Encoding key is now deprecated by the FreeDesktop standard and all
|
||||||
|
strings are required to be encoded in UTF-8. This desktop entry
|
||||||
|
explicitly specifies an Encoding of UTF-8, which is harmless but no
|
||||||
|
longer necessary.
|
||||||
|
.
|
||||||
|
Refer to http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html for
|
||||||
|
details
|
||||||
|
Forwarded: yes
|
||||||
|
|
||||||
|
--- a/Source/QtDialog/CMake.desktop
|
||||||
|
+++ b/Source/QtDialog/CMake.desktop
|
||||||
|
@@ -1,6 +1,5 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
-Encoding=UTF-8
|
||||||
|
Name=CMake
|
||||||
|
Comment=Cross-platform buildsystem
|
||||||
|
Exec=cmake-gui %f
|
Loading…
Reference in new issue