Accepting request 912204 from home:yfjiang:branches:GNOME:Factory
- Add gnome-session-s390-not-require-g-s-d_wacom.patch: Remove the gnome session runtime requirement of g-s-d Wacom plugin because it is not build on s390 (bsc#1129412). OBS-URL: https://build.opensuse.org/request/show/912204 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=334
This commit is contained in:
parent
65545c759a
commit
a783e29df3
12
gnome-session-s390-not-require-g-s-d_wacom.patch
Normal file
12
gnome-session-s390-not-require-g-s-d_wacom.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: gnome-session-40.1.1/data/meson.build
|
||||
===================================================================
|
||||
--- gnome-session-40.1.1.orig/data/meson.build
|
||||
+++ gnome-session-40.1.1/data/meson.build
|
||||
@@ -25,7 +25,6 @@ required_components = {
|
||||
'org.gnome.SettingsDaemon.Smartcard',
|
||||
'org.gnome.SettingsDaemon.Sound',
|
||||
'org.gnome.SettingsDaemon.UsbProtection',
|
||||
- 'org.gnome.SettingsDaemon.Wacom',
|
||||
'org.gnome.SettingsDaemon.XSettings',
|
||||
],
|
||||
}
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 03:14:36 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
- Add gnome-session-s390-not-require-g-s-d_wacom.patch: Remove the
|
||||
gnome session runtime requirement of g-s-d Wacom plugin because
|
||||
it is not build on s390 (bsc#1129412).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 30 01:01:37 UTC 2021 - Xiaoguang Wang <xiaoguang.wang@suse.com>
|
||||
|
||||
|
@ -30,6 +30,8 @@ Source2: gnome.desktop
|
||||
Patch0: gnome-session-better-handle-empty-xdg_session_type.patch
|
||||
# PATCH-FIX-UPSTREAM gnome-session-exit-when-lost-name-on-bus.patch bsc#1175622 glgo!GNOME/gnome-session!60 xwang@suse.com -- gnome-session exit immediately when lost name on bus
|
||||
Patch1: gnome-session-exit-when-lost-name-on-bus.patch
|
||||
# PATCH-FIX-OPENSUSE gnome-session-s390-not-require-g-s-d_wacom.patch bsc#1129412 yfjiang@suse.com -- Remove the runtime requirement of g-s-d Wacom plugin
|
||||
Patch2: gnome-session-s390-not-require-g-s-d_wacom.patch
|
||||
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: fdupes
|
||||
@ -103,7 +105,12 @@ functional GNOME desktop.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%ifarch s390 s390x
|
||||
%patch2 -p1
|
||||
%endif
|
||||
translation-update-upstream po gnome-session-3.0
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user