1
0
desktop-file-utils/desktop-file-utils-suse-keys.patch
Dirk Mueller 3deb99bf60 - Update to version 0.28:
* common
   + Increase GLib requirement to 2.26 (Corentin Noël).
   + Fix install failing on second run (Raziel Anarki).
   + Fix use of deprecated Meson feature resulting in a warning (Raziel
    Anarki).
  * desktop-file-validate
   + Allow groups with the same name as interfaces in Implements (Corentin
     Noël).
   + Add support for the COSMIC environment (Ryan Brue).

OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=91
2024-12-02 08:44:03 +00:00

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 */