Accepting request 964923 from X11:common:Factory

OBS-URL: https://build.opensuse.org/request/show/964923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/desktop-file-utils?expand=0&rev=68
This commit is contained in:
Dominique Leuenberger 2022-03-28 15:00:19 +00:00 committed by Git OBS Bridge
commit bce44d2a4d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 25 14:02:47 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- suse-update-mime-defaults: add Budgie desktop environment
-------------------------------------------------------------------
Tue Sep 7 21:33:46 UTC 2021 - Alexei Podvalsky <avvissu@yandex.by>

View File

@ -37,7 +37,7 @@ if [ ! -d $r/var/cache/gio-2.0 ]; then
mkdir -m 755 -p $r/var/cache/gio-2.0
fi
for desktop in gnome xfce lxde pantheon; do
for desktop in gnome xfce lxde pantheon budgie; do
awk -vdesktop=${desktop} '
# print a warning to stderr
function warn(msg, cmd) {
@ -123,6 +123,8 @@ BEGIN {
categories_list = "GTK"
} else if (desktop == "pantheon") {
categories_list = "GTK"
} else if (desktop == "budgie") {
categories_list = "GTK"
}
split(categories_list, categories, /,/)
root = ENVIRON["r"]