Accepting request 516862 from GNOME:Factory
- run autoreconf if running update-translations and add the missing buildrequires - dont apply gnome-settings-daemon-revert-libinput-mandatory.patch on sle15 (forwarded request 515184 from oertel) OBS-URL: https://build.opensuse.org/request/show/516862 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=138
This commit is contained in:
commit
7291df6198
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 13:55:19 CEST 2017 - ro@suse.de
|
||||
|
||||
- run autoreconf if running update-translations and add the
|
||||
missing buildrequires
|
||||
- dont apply gnome-settings-daemon-revert-libinput-mandatory.patch
|
||||
on sle15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 31 11:19:54 UTC 2017 - fezhang@suse.com
|
||||
|
||||
|
@ -58,7 +58,10 @@ BuildRequires: gtk-doc
|
||||
BuildRequires: gnome-common
|
||||
%endif
|
||||
%if !0%{?is_opensuse}
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gnome-patch-translation
|
||||
BuildRequires: libtool
|
||||
BuildRequires: translation-update-upstream
|
||||
%endif
|
||||
BuildRequires: intltool
|
||||
@ -117,7 +120,7 @@ Requires: polkit
|
||||
Recommends: %{name}-lang
|
||||
# For housekeeping plugin, that uses the nautilus dbus service
|
||||
Recommends: nautilus
|
||||
%if 0%{?is_opensuse}
|
||||
%if 0%{?is_opensuse} || 0%{?suse_version} == 1500
|
||||
# g-s-d only support configurtion of libinput based pointer drivers now.
|
||||
Recommends: xf86-input-libinput
|
||||
Recommends: iio-sensor-proxy
|
||||
@ -154,7 +157,9 @@ contact the settings daemon via its DBus interface.
|
||||
%if !0%{?is_opensuse}
|
||||
translation-update-upstream
|
||||
gnome-patch-translation-prepare
|
||||
%if 0%{?suse_version} < 1500
|
||||
%patch0 -p1
|
||||
%endif
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p0
|
||||
@ -166,7 +171,8 @@ gnome-patch-translation-prepare
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} == 1315
|
||||
# need autoreconf if patch translation has run
|
||||
%if 0%{?suse_version} == 1315 || !0%{?is_opensuse}
|
||||
autoreconf -f -i
|
||||
%endif
|
||||
%configure\
|
||||
|
Loading…
Reference in New Issue
Block a user