forked from pool/desktop-file-utils
- Update to version 0.27: * common + Remove Autotools support. + Minor updates to project documentation. + Add pledge(2) support to remaining utilities + Add --version support to utilities. * desktop-file-validate + Support desktop spec version 1.5. + Add LXQt to categories. + Use DDE category for Deepin desktop. + Add Endless to list of desktop IDs. + Fix field code escaping in messages. * desktop-entry-mode.el + Highlight action groups when ID includes hyphens. - Drop patches (upstreamed): * 0001-validate-support-SingleMainWindow-key-from-1.5.patch * 0002-validate-Support-version-1.5.patch - Refresh desktop-file-utils-suse-keys.patch OBS-URL: https://build.opensuse.org/request/show/1116101 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=87
15 lines
463 B
Diff
15 lines
463 B
Diff
Index: b/src/validate.c
|
|
===================================================================
|
|
--- a/src/validate.c
|
|
+++ b/src/validate.c
|
|
@@ -329,6 +329,9 @@ static DesktopKeyDefinition registered_d
|
|
/* Since 1.5 */
|
|
{ DESKTOP_BOOLEAN_TYPE, "SingleMainWindow", FALSE, FALSE, FALSE, NULL },
|
|
|
|
+ /* SuSE specific */
|
|
+ { DESKTOP_BOOLEAN_TYPE, "X-SuSE-translate", FALSE, FALSE, FALSE, NULL },
|
|
+
|
|
/* Keys reserved for KDE */
|
|
|
|
/* since 0.9.4 */
|