Accepting request 291535 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/291535
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=48
This commit is contained in:
Stanislav Brabec 2015-03-20 19:31:59 +00:00 committed by Git OBS Bridge
parent 9b6113c713
commit a9863cfb6a
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,14 @@ Tue Mar 10 15:17:27 UTC 2015 - tchvatal@suse.com
- Update suse-update-mime-defaults to search subfolders for desktop
files by changing to find from simple ls bnc#867135
-------------------------------------------------------------------
Mon Jan 5 16:36:42 UTC 2015 - dimstar@opensuse.org
- http://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html
+ the mime app list is now called $desktop-mimeapps.list in place
of $desktop-defaults.list. Each DE is allowed to have 'better'
defaults.
-------------------------------------------------------------------
Mon Dec 15 00:09:35 UTC 2014 - stefan.bruens@rwth-aachen.de

View File

@ -239,5 +239,5 @@ BEGIN {
printf("%s=%s\n", mimetype, defaults_list[mimetype])
}
}
' >$r/var/cache/gio-2.0/${desktop}-defaults.list
' >$r/var/cache/gio-2.0/${desktop}-mimeapps.list
done