debian/patches: Drop 0006-desktop-spec-v1.1.patch. Applied upstream.

This commit is contained in:
Martin Wimpress
2020-08-14 15:07:50 +01:00
parent 6aca5e4caf
commit f06d9b73c0
2 changed files with 0 additions and 17 deletions

View File

@ -1,16 +0,0 @@
Author: rbuj <robert.buj@gmail.com>
Description: Accept Desktop Entry Specification v1.1
diff --git a/egg/eggdesktopfile.c b/egg/eggdesktopfile.c
index ce4d622..cfb96bb 100644
--- a/egg/eggdesktopfile.c
+++ b/egg/eggdesktopfile.c
@@ -167,7 +167,7 @@ EggDesktopFile* egg_desktop_file_new_from_key_file(GKeyFile* key_file, const cha
{
g_warning("Invalid Version string '%s' in %s", version, source ? source : "(unknown)");
}
- else if (version_num > 1.0)
+ else if (version_num > 1.1)
{
g_set_error(error, EGG_DESKTOP_FILE_ERROR, EGG_DESKTOP_FILE_ERROR_INVALID, _("Unrecognized desktop file Version '%s'"), version);
g_free(version);

View File

@ -1,2 +1 @@
0005_lock-session-before-user-switch.patch
0006-desktop-spec-v1.1.patch