1
0

Accepting request 497992 from openSUSE:Factory:zSystems

remove unpackaged desktop file if wacom not available

OBS-URL: https://build.opensuse.org/request/show/497992
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=283
This commit is contained in:
Dominique Leuenberger 2017-05-26 22:20:08 +00:00 committed by Git OBS Bridge
parent b25c006750
commit 88397a8298
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 24 08:58:55 UTC 2017 - gunreben@t-online.de
- delete /etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop for s390x
-------------------------------------------------------------------
Wed May 10 13:03:53 UTC 2017 - zaitor@opensuse.org

View File

@ -185,6 +185,9 @@ make %{?jobs:-j%jobs}
%install
%makeinstall
%if %{without wacom}
rm %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop
%endif
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{name} %{?no_lang_C}