forked from pool/gnome-control-center
Accepting request 106710 from home:vuntz:branches:GNOME:Factory
Update to 3.3.90 OBS-URL: https://build.opensuse.org/request/show/106710 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=134
This commit is contained in:
parent
1d283039f2
commit
92da4011ba
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5af440ea2f37eb4144252df978d6bb8718dae6fafce1520606a368251773d9aa
|
||||
size 4327376
|
3
gnome-control-center-3.3.90.tar.xz
Normal file
3
gnome-control-center-3.3.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55188c5a14e47692383a56f0bfe32342d4cb81c7ee7b104c1d518e59abbea73d
|
||||
size 4402060
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 16:52:46 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.90:
|
||||
+ All:
|
||||
- Remove use of deprecated widgets
|
||||
+ Shell:
|
||||
- Force a pixel size for the "All Settings" button
|
||||
+ Color:
|
||||
- Don't print (null) for virtual printer profiles
|
||||
- Don't block the UI settings the default profile
|
||||
+ Date & Time:
|
||||
- Fix crasher when systemd is unavailable
|
||||
- Respect LINGUAS for timezone translations
|
||||
+ Keyboard:
|
||||
- Fix description not matching reality for setting shortcuts
|
||||
- Refuse Shift+unmodified key shortcuts
|
||||
- Fix crasher setting new custom shortcuts
|
||||
+ Network:
|
||||
- Add "Forget Network" button
|
||||
- Remove unused "Unlock" button
|
||||
+ Printers:
|
||||
- Prevent possible crashes when level, name and color
|
||||
information are parsed
|
||||
+ Power:
|
||||
- Redesigned dialogue
|
||||
- Fix updating not working due to recent gnome-settings-daemon
|
||||
changes
|
||||
+ User Accounts:
|
||||
- Port to GDBus
|
||||
- Fix crasher on startup when compiled with Cheese avatar
|
||||
capture
|
||||
- Use new strength bar widget from Power
|
||||
+ Wacom:
|
||||
- Add simple display mapping dialogue
|
||||
- Add button mapping dialogue
|
||||
- Switch to last used stylus automatically
|
||||
- Loads of small layout fixes
|
||||
- Add pkgconfig(cheese) BuildRequires: new dependency for the user
|
||||
accounts panel.
|
||||
- Change freeglut Requires to a /usr/bin/glxinfo Recommends for
|
||||
now, as freeglut doesn't exist anymore, and /usr/bin/glxinfo is
|
||||
not shipped in a package anymore. This should get resolved soon.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 19:22:46 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -21,6 +21,21 @@
|
||||
%define with_systemd 0
|
||||
|
||||
Name: gnome-control-center
|
||||
Version: 3.3.90
|
||||
Release: 0
|
||||
# FIXME: change /usr/bin/glxinfo to Recommends to real package name, and to Requires, once we know which package name to use (see bnc#748373)
|
||||
# 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
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-control-center/3.3/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-OPENSUSE gnome-control-center-allow-yast-in-shell.patch vuntz@opensuse.org -- Allow the launch of the yast shell from the g-c-c shell; it's quite ugly, but on the other hand, we don't want to change the behavior of the shell except for yast...
|
||||
Patch0: gnome-control-center-allow-yast-in-shell.patch
|
||||
# PATCH-HACK-OPENSUSE gnome-control-center-hide-region-system-tab.patch vuntz@opensuse.org -- Hide system tab in region panel until we really use the right files for system settings (see bnc#703833)
|
||||
Patch2: gnome-control-center-hide-region-system-tab.patch
|
||||
# PATCH-NEEDS-REBASE gnome-control-center-system-proxy-configuration.patch -- this needs to be reimplemented to be more distro-generic before submitting upstream - docs at http://en.opensuse.org/GNOME/Proxy_configuration (was PATCH-FEATURE-OPENSUSE)
|
||||
Patch14: gnome-control-center-system-proxy-configuration.patch
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
@ -29,6 +44,7 @@ BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(cheese)
|
||||
BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5
|
||||
BuildRequires: pkgconfig(colord)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
@ -38,7 +54,7 @@ BuildRequires: pkgconfig(gdk-pixbuf-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) >= 3.3.4
|
||||
BuildRequires: pkgconfig(gnome-settings-daemon) >= 3.3.90
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
||||
@ -68,27 +84,9 @@ BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcursor)
|
||||
BuildRequires: pkgconfig(xft)
|
||||
BuildRequires: pkgconfig(xi) >= 1.2
|
||||
Obsoletes: fontilus themus acme
|
||||
Provides: fontilus themus acme
|
||||
Version: 3.3.5
|
||||
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
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Source: http://download.gnome.org/sources/gnome-control-center/3.3/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-OPENSUSE gnome-control-center-allow-yast-in-shell.patch vuntz@opensuse.org -- Allow the launch of the yast shell from the g-c-c shell; it's quite ugly, but on the other hand, we don't want to change the behavior of the shell except for yast...
|
||||
Patch0: gnome-control-center-allow-yast-in-shell.patch
|
||||
# PATCH-HACK-OPENSUSE gnome-control-center-hide-region-system-tab.patch vuntz@opensuse.org -- Hide system tab in region panel until we really use the right files for system settings (see bnc#703833)
|
||||
Patch2: gnome-control-center-hide-region-system-tab.patch
|
||||
# PATCH-NEEDS-REBASE gnome-control-center-system-proxy-configuration.patch -- this needs to be reimplemented to be more distro-generic before submitting upstream - docs at http://en.opensuse.org/GNOME/Proxy_configuration (was PATCH-FEATURE-OPENSUSE)
|
||||
Patch14: gnome-control-center-system-proxy-configuration.patch
|
||||
Url: http://www.gnome.org
|
||||
Requires: %{name}-branding = %{version}
|
||||
# needed for printers panel
|
||||
Requires: cups-pk-helper
|
||||
# needed for /usr/bin/glxinfo, used by System info panel
|
||||
Requires: freeglut
|
||||
Requires: gnome-menus
|
||||
Requires: gnome-settings-daemon
|
||||
# needed for universal access panel
|
||||
@ -101,6 +99,15 @@ Recommends: %{name}-user-faces
|
||||
Recommends: apg
|
||||
# the printers panel can use the dbus service
|
||||
Recommends: system-config-printer-dbus-service
|
||||
# /usr/bin/glxinfo is used by System info panel; we're using a path here since
|
||||
# the xorg-x11 packaging change brought a mess, and this is not packaged
|
||||
# anymore for now. It will come back, but we don't know in which package...
|
||||
# (see bnc#748373)
|
||||
Recommends: /usr/bin/glxinfo
|
||||
Provides: acme
|
||||
Provides: fontilus
|
||||
Provides: themus
|
||||
Obsoletes: fontilus themus acme
|
||||
Provides: control-center2 = 2.22.1
|
||||
Obsoletes: control-center2 < 2.22.1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user