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.
21 lines
640 B
21 lines
640 B
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
|