forked from pool/desktop-file-utils
Accepting request 197272 from X11:common:Factory
Update to 0.22 (forwarded request 196932 from sumski) OBS-URL: https://build.opensuse.org/request/show/197272 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/desktop-file-utils?expand=0&rev=46
This commit is contained in:
commit
6c0e3f7981
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6c9b860538ef1cffbcdfbc9cb578f85a080ad8c1207c8b3a39e9fd183f9782b
|
|
||||||
size 128972
|
|
3
desktop-file-utils-0.22.tar.xz
Normal file
3
desktop-file-utils-0.22.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344de56c5
|
||||||
|
size 131028
|
@ -2,12 +2,13 @@ Index: src/validate.c
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- src/validate.c.orig
|
--- src/validate.c.orig
|
||||||
+++ src/validate.c
|
+++ src/validate.c
|
||||||
@@ -312,6 +312,9 @@ static DesktopKeyDefinition registered_d
|
@@ -315,6 +315,10 @@ static DesktopKeyDefinition registered_d
|
||||||
* specified) */
|
|
||||||
{ DESKTOP_STRING_LIST_TYPE, "Actions", FALSE, FALSE, FALSE, handle_actions_key },
|
{ DESKTOP_BOOLEAN_TYPE, "DBusActivatable", FALSE, FALSE, FALSE, NULL },
|
||||||
|
|
||||||
+ /* SuSE specific */
|
+ /* SuSE specific */
|
||||||
+ { DESKTOP_BOOLEAN_TYPE, "X-SuSE-translate", FALSE, FALSE, FALSE, NULL },
|
+ { DESKTOP_BOOLEAN_TYPE, "X-SuSE-translate", FALSE, FALSE, FALSE, NULL },
|
||||||
|
+
|
||||||
+
|
+
|
||||||
/* Keys reserved for KDE */
|
/* Keys reserved for KDE */
|
||||||
|
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 17:55:02 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.22:
|
||||||
|
+ desktop-file-validate
|
||||||
|
- add DBusActivatable key to allowed keys
|
||||||
|
- warn about OnlyShowIn in Action groups
|
||||||
|
- allow validating multiple desktop files
|
||||||
|
- improve help output
|
||||||
|
- update man page
|
||||||
|
+ update-desktop-database
|
||||||
|
- list only once a desktop file per mime type
|
||||||
|
+ misc
|
||||||
|
- honor NOCONFIGURE=1
|
||||||
|
- Rebase desktop-file-utils-suse-keys.patch to new release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 11 14:07:29 UTC 2012 - vuntz@opensuse.org
|
Thu Oct 11 14:07:29 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package desktop-file-utils
|
# spec file for package desktop-file-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: desktop-file-utils
|
Name: desktop-file-utils
|
||||||
Version: 0.21
|
Version: 0.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for Manipulating Desktop Files
|
Summary: Utilities for Manipulating Desktop Files
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user