Accepting request 126811 from GNOME:Factory

- No longer pass --with-libsocialweb to configure:
  It is used to enable the Flickr background image integration, but
  is not functional. So instead of offering a feature that does not
  work, it's cleaner to not offer the feature (bnc#732690).
- Drop pkgconfig(libsocialweb-client) BuildRequires, which was
  only used to provide the integration above.

Preferably to be copied to 12.2 tree. (forwarded request 126810 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/126811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=80
This commit is contained in:
Stephan Kulow 2012-07-02 08:49:08 +00:00 committed by Git OBS Bridge
commit 9fae6d32a0
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jul 1 18:54:43 UTC 2012 - dimstar@opensuse.org
- No longer pass --with-libsocialweb to configure:
It is used to enable the Flickr background image integration, but
is not functional. So instead of offering a feature that does not
work, it's cleaner to not offer the feature (bnc#732690).
- Drop pkgconfig(libsocialweb-client) BuildRequires, which was
only used to provide the integration above.
-------------------------------------------------------------------
Thu Jun 28 21:20:55 UTC 2012 - dimstar@opensuse.org

View File

@ -72,7 +72,6 @@ BuildRequires: pkgconfig(libnm-gtk) >= 0.8.992
BuildRequires: pkgconfig(libnotify) >= 0.7.3
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libpulse-mainloop-glib)
BuildRequires: pkgconfig(libsocialweb-client)
%if %{with_systemd}
BuildRequires: pkgconfig(libsystemd-login)
%endif
@ -172,7 +171,6 @@ NOCONFIGURE=1 gnome-autogen.sh
%build
%configure --with-pic\
--with-libsocialweb\
%if %{with_systemd}
--enable-systemd\
%endif