Accepting request 101600 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/101600 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=70
This commit is contained in:
commit
f444fe4b47
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24c6e9cb785e12de1d26d3884adbab82fb002872494002e89a9d3d898c7aed6f
|
||||
size 4354276
|
3
gnome-control-center-3.3.4.1.tar.xz
Normal file
3
gnome-control-center-3.3.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df1646832c6741e52ea666ad094d1dbb44b51febb3f8ea45cf138a7f0fd8859c
|
||||
size 4310236
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 17:51:57 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.4.1:
|
||||
+ Bluetooth:
|
||||
- Update for change in BluetoothChooser API
|
||||
- Add pkgconfig(gnome-bluetooth-1.0) BuildRequires: it was somehow
|
||||
missing before.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 17:20:15 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.4:
|
||||
+ Shell:
|
||||
- Fix unfocused windows theming
|
||||
+ Bluetooth:
|
||||
- Remove omnipresent scrollbar and only show it when needed
|
||||
+ Display:
|
||||
- Port to GDBus
|
||||
+ Network:
|
||||
- Move the device speed up to the device header
|
||||
- Move "Airplane Mode" switch to the shell header
|
||||
+ Printers:
|
||||
- Show correct hostnames for printers
|
||||
+ Region:
|
||||
- Fix "extra" layouts not appearing in italics
|
||||
+ Sound:
|
||||
- Fix compile time warnings
|
||||
+ Users:
|
||||
- Fix capturing a picture with the webcam
|
||||
- Add optional systemd support for session tracking
|
||||
+ Wacom:
|
||||
- Add calibration for screen tablets
|
||||
- Add per-stylus configuration
|
||||
- Add new pkgconfig(clutter-gst-1.0) and pkgconfig(fontconfig)
|
||||
BuildRequires, following upstream change.
|
||||
- Get ready for full-switch to systemd:
|
||||
+ Add a with_systemd macro, currently set to 0 as the systemd
|
||||
support implies no support for ConsoleKit, which we want to
|
||||
keep until sysvinit is not supported anymore.
|
||||
+ Add pkgconfig(libsystemd-login) BuildRequires and pass
|
||||
--enable-systemd to configure if we build systemd support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 08:07:55 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -16,6 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
# We cannot enable systemd support right now, as it is exclusive and means we
|
||||
# lose ConsoleKit support (bad for sysvinit)
|
||||
%define with_systemd 0
|
||||
|
||||
Name: gnome-control-center
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -28,16 +32,19 @@ BuildRequires: update-desktop-files
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(cheese-gtk)
|
||||
BuildRequires: pkgconfig(clutter-gst-1.0)
|
||||
BuildRequires: pkgconfig(colord)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
|
||||
BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.3.4
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.1.91
|
||||
BuildRequires: pkgconfig(gnome-settings-daemon) >= 2.91.94
|
||||
BuildRequires: pkgconfig(gnome-settings-daemon) >= 3.3.4
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
||||
BuildRequires: pkgconfig(gstreamer-0.10)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.5
|
||||
@ -53,7 +60,10 @@ BuildRequires: pkgconfig(libnotify) >= 0.7.3
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(libpulse-mainloop-glib)
|
||||
BuildRequires: pkgconfig(libsocialweb-client)
|
||||
BuildRequires: pkgconfig(libwacom)
|
||||
%if %{with_systemd}
|
||||
BuildRequires: pkgconfig(libsystemd-login)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libwacom) >= 0.2
|
||||
BuildRequires: pkgconfig(libxklavier)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.97
|
||||
@ -64,7 +74,7 @@ BuildRequires: pkgconfig(xft)
|
||||
BuildRequires: pkgconfig(xi) >= 1.2
|
||||
Obsoletes: fontilus themus acme
|
||||
Provides: fontilus themus acme
|
||||
Version: 3.3.3
|
||||
Version: 3.3.4.1
|
||||
Release: 0
|
||||
# FIXME: in 12.2 and later, check if we still need patch2 (gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
|
||||
Summary: The GNOME Control Center
|
||||
@ -156,6 +166,9 @@ translation-update-upstream
|
||||
%build
|
||||
%configure --with-pic\
|
||||
--with-libsocialweb\
|
||||
%if %{with_systemd}
|
||||
--enable-systemd\
|
||||
%endif
|
||||
--disable-static\
|
||||
--disable-scrollkeeper\
|
||||
--disable-maintainer-mode
|
||||
|
Loading…
Reference in New Issue
Block a user