From 27e650b88999227f7f897e3424c17cbe94bd3dfb8fa8c4ffc6bf31eafce514df Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 27 Apr 2021 06:22:03 +0000 Subject: [PATCH] Accepting request 888197 from home:hillwood:branches:X11:common:Factory - Add support-deepin-desktop.patch OBS-URL: https://build.opensuse.org/request/show/888197 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/xdg-utils?expand=0&rev=79 --- support-deepin-desktop.patch | 12 ++++++++++++ xdg-utils.changes | 5 +++++ xdg-utils.spec | 4 +++- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 support-deepin-desktop.patch diff --git a/support-deepin-desktop.patch b/support-deepin-desktop.patch new file mode 100644 index 0000000..ac670f0 --- /dev/null +++ b/support-deepin-desktop.patch @@ -0,0 +1,12 @@ +diff -Nur xdg-utils-1.1.3+20200220/scripts/xdg-su.in xdg-utils-1.1.3+20200220-new/scripts/xdg-su.in +--- xdg-utils-1.1.3+20200220/scripts/xdg-su.in 2020-02-21 05:01:04.000000000 +0800 ++++ xdg-utils-1.1.3+20200220-new/scripts/xdg-su.in 2021-04-24 20:48:46.501510379 +0800 +@@ -198,7 +198,7 @@ + su_kde + ;; + +- gnome*|cinnamon|lxde|mate) ++ gnome*|cinnamon|lxde|mate|deepin) + su_gnome + ;; + diff --git a/xdg-utils.changes b/xdg-utils.changes index c900945..58fd87d 100644 --- a/xdg-utils.changes +++ b/xdg-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 24 12:51:58 UTC 2021 - Hillwood Yang + +- Add support-deepin-desktop.patch + ------------------------------------------------------------------- Wed Dec 30 15:09:47 UTC 2020 - Frederic Crozat diff --git a/xdg-utils.spec b/xdg-utils.spec index 95c6696..4b6ee6e 100644 --- a/xdg-utils.spec +++ b/xdg-utils.spec @@ -1,7 +1,7 @@ # # spec file for package xdg-utils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,8 @@ Source: xdg-utils-%{version}.tar.xz Patch0: install-some-more-scripts.diff # PATCH-FIX-UPSTREAM 0001-Don-t-run-kreadconfig-if-KDE_SESSION_VERSION-is-5.patch Patch1: 0001-Don-t-run-kreadconfig-if-KDE_SESSION_VERSION-is-5.patch +# PATCH-FIX-OPENSUSE support-deepin-desktop.patch hillwood@opensuse.org +Patch2: support-deepin-desktop.patch BuildRequires: make # for xmlto to be able to generate text from html BuildRequires: w3m