commit gnome-control-center for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-control-center for openSUSE:Factory checked in at 2013-09-29 19:23:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old) and /work/SRC/openSUSE:Factory/.gnome-control-center.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gnome-control-center" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes 2013-09-27 17:19:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes 2013-09-29 19:23:47.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Sep 27 15:02:06 UTC 2013 - idonmez@suse.com + +- Introduce with_wacom defines, set to 0 on s390{x}, otherwise 1: + + Disable wacom support on s390{x}, those machines have no + viable input ports. + + Have pkgconfig(libwacom) BuildRequries depend on with_wacom. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-control-center.spec ++++++ --- /var/tmp/diff_new_pack.tsB1TH/_old 2013-09-29 19:23:48.000000000 +0200 +++ /var/tmp/diff_new_pack.tsB1TH/_new 2013-09-29 19:23:48.000000000 +0200 @@ -19,6 +19,13 @@ # Allow to enable/disable ibus, as GNOME is rather strict on new versions. %define with_ibus 1 +# Wacom input support +%ifarch s390 s390x +%define with_wacom 0 +%else +%define with_wacom 1 +%endif + Name: gnome-control-center Version: 3.10.0 Release: 0 @@ -77,7 +84,9 @@ BuildRequires: pkgconfig(libpulse-mainloop-glib) >= 2.0 BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libsystemd-login) +%if %{with_wacom} BuildRequires: pkgconfig(libwacom) >= 0.7 +%endif BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(mm-glib) >= 0.7 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103 @@ -190,7 +199,9 @@ %suse_update_desktop_file gnome-sound-panel X-SuSE-ControlCenter-Hardware %suse_update_desktop_file gnome-universal-access-panel X-SuSE-ControlCenter-Personal %suse_update_desktop_file gnome-user-accounts-panel X-SuSE-ControlCenter-Personal +%if %{with_wacom} %suse_update_desktop_file gnome-wacom-panel X-SuSE-ControlCenter-Hardware +%endif %fdupes %{buildroot} %clean -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de