SHA256
1
0
forked from pool/xdg-utils

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
This commit is contained in:
Jiri Slaby 2021-04-27 06:22:03 +00:00 committed by Git OBS Bridge
parent 860e4802c8
commit 27e650b889
3 changed files with 20 additions and 1 deletions

View File

@ -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
;;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 24 12:51:58 UTC 2021 - Hillwood Yang <hillwood@opensuse.org>
- Add support-deepin-desktop.patch
-------------------------------------------------------------------
Wed Dec 30 15:09:47 UTC 2020 - Frederic Crozat <fcrozat@suse.com>

View File

@ -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