Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package desktop-file-utils for openSUSE:Factory checked in at 2021-10-04 18:39:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/desktop-file-utils (Old) and /work/SRC/openSUSE:Factory/.desktop-file-utils.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "desktop-file-utils" Mon Oct 4 18:39:28 2021 rev:66 rq:922527 version:0.26 Changes: -------- --- /work/SRC/openSUSE:Factory/desktop-file-utils/desktop-file-utils.changes 2020-08-20 22:23:40.495836690 +0200 +++ /work/SRC/openSUSE:Factory/.desktop-file-utils.new.2443/desktop-file-utils.changes 2021-10-04 18:40:38.702123806 +0200 @@ -1,0 +2,5 @@ +Tue Sep 7 21:33:46 UTC 2021 - Alexei Podvalsky <[email protected]> + +- suse-update-mime-defaults: add Pantheon desktop environment + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-update-mime-defaults ++++++ --- /var/tmp/diff_new_pack.TkRed0/_old 2021-10-04 18:40:39.282124748 +0200 +++ /var/tmp/diff_new_pack.TkRed0/_new 2021-10-04 18:40:39.282124748 +0200 @@ -37,7 +37,7 @@ mkdir -m 755 -p $r/var/cache/gio-2.0 fi -for desktop in gnome xfce lxde; do +for desktop in gnome xfce lxde pantheon; do awk -vdesktop=${desktop} ' # print a warning to stderr function warn(msg, cmd) { @@ -121,6 +121,8 @@ categories_list = "XFCE,GTK" } else if (desktop == "lxde") { categories_list = "GTK" + } else if (desktop == "pantheon") { + categories_list = "GTK" } split(categories_list, categories, /,/) root = ENVIRON["r"]
