OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=14
This commit is contained in:
parent
96406f37dd
commit
4b31d4910c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c922186bb58b5cf08b4d7e09334674131a6509ec5750f1db0f31d5ba0fc95370
|
|
||||||
size 2147811
|
|
3
gnome-control-center-2.24.0.tar.bz2
Normal file
3
gnome-control-center-2.24.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dac690bc6806603fe9e9b9979b0cc8d80c2449c3a8b9f4964f378567d31e06cc
|
||||||
|
size 2119534
|
16
gnome-control-center-bnc427745-force-dpi.patch
Normal file
16
gnome-control-center-bnc427745-force-dpi.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Index: gnome-control-center-2.24.0/capplets/appearance/appearance-font.c
|
||||||
|
===================================================================
|
||||||
|
--- gnome-control-center-2.24.0.orig/capplets/appearance/appearance-font.c
|
||||||
|
+++ gnome-control-center-2.24.0/capplets/appearance/appearance-font.c
|
||||||
|
@@ -759,8 +759,10 @@ dpi_load (GConfClient *client,
|
||||||
|
if (value) {
|
||||||
|
dpi = gconf_value_get_float (value);
|
||||||
|
gconf_value_free (value);
|
||||||
|
- } else
|
||||||
|
+ } else {
|
||||||
|
dpi = get_dpi_from_x_server ();
|
||||||
|
+ dpi = DPI_FALLBACK;
|
||||||
|
+ }
|
||||||
|
|
||||||
|
if (dpi < DPI_LOW_REASONABLE_VALUE)
|
||||||
|
dpi = DPI_LOW_REASONABLE_VALUE;
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 26 14:57:04 CEST 2008 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Merge openSUSE:Factory and GNOME:Factory...
|
||||||
|
- Add gnome-control-center-bnc427745-force-dpi.patch to force the
|
||||||
|
DPI to 96. This fixes huge fonts on login on recent laptops.
|
||||||
|
Fixes bnc#427745.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 12:46:05 CEST 2008 - rodrigo@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.24.0:
|
||||||
|
+ Accessibility:
|
||||||
|
- Improve tooltip wording
|
||||||
|
+ Appearance:
|
||||||
|
* when a hidden theme is selected, and therefore becomes visible,
|
||||||
|
create a thumbnail for it (bgo#547301)
|
||||||
|
* don't fail if the destination files already exist and the user tries
|
||||||
|
to overwrite them (bgo#552671)
|
||||||
|
* set GtkAdjustment page size to 0 to avoid roblems due to newly enforced
|
||||||
|
value boundaries in GTK+ 2.14 (bgo#551740)
|
||||||
|
+ Common:
|
||||||
|
* properly initialize the callback data (bgo#550263)
|
||||||
|
+ Default applications:
|
||||||
|
* don't advertise startup-notify. The script doesn't support it (bgo#550694)
|
||||||
|
* use a11y icon instead of searchtool (bgo#550742)
|
||||||
|
+ Display:
|
||||||
|
* Use "Mirror Screens" instead of "Cloned Output" in the display of monitors,
|
||||||
|
to be consistent with the corresponding checkbox from the Glade file
|
||||||
|
* use theme colours for the background (bgo#545117)
|
||||||
|
+ Keybindings:
|
||||||
|
* don't use the term "accelerator" in the UI (bgo#547276)
|
||||||
|
+ Keyboard:
|
||||||
|
* chosing first variant by default (bgo#550722)
|
||||||
|
* using the fact that latest libxklavier returns descriptions in UTF-8,
|
||||||
|
no need to convert in 8-bit locales
|
||||||
|
+ Sound:
|
||||||
|
* trying to print NULL strings crashes on Solaris (bgo#548586)
|
||||||
|
* add context to event sound names (bgo#549489)
|
||||||
|
+ Updated translations
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 19 16:15:40 CEST 2008 - rodrigo@novell.com
|
||||||
|
|
||||||
|
- Added dependency on libcanberra-*
|
||||||
|
- Sound capplet is built always (bnc#427748)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 18 13:34:00 CEST 2008 - sbrabec@suse.cz
|
Thu Sep 18 13:34:00 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-control-center (Version 2.23.90)
|
# spec file for package gnome-control-center (Version 2.24.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,22 +25,24 @@ BuildRequires: evolution-data-server-devel fdupes gnome-common
|
|||||||
BuildRequires: gnome-desktop-devel gnome-doc-utils-devel gnome-menus-devel
|
BuildRequires: gnome-desktop-devel gnome-doc-utils-devel gnome-menus-devel
|
||||||
BuildRequires: gnome-panel-devel gnome-patch-translation
|
BuildRequires: gnome-panel-devel gnome-patch-translation
|
||||||
BuildRequires: gnome-settings-daemon-devel gstreamer010-plugins-base-devel
|
BuildRequires: gnome-settings-daemon-devel gstreamer010-plugins-base-devel
|
||||||
BuildRequires: intltool libglade2-devel libgnomekbd-devel libidl
|
BuildRequires: intltool libcanberra-devel libcanberra-gtk libglade2-devel
|
||||||
BuildRequires: librsvg-devel libxklavier-devel metacity-devel
|
BuildRequires: libgnomekbd-devel libidl librsvg-devel libxklavier-devel
|
||||||
BuildRequires: nautilus-devel pam-devel perl-XML-Parser scrollkeeper
|
BuildRequires: metacity-devel nautilus-devel pam-devel perl-XML-Parser
|
||||||
BuildRequires: sgml-skel update-desktop-files xorg-x11
|
BuildRequires: scrollkeeper sgml-skel update-desktop-files xorg-x11
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Obsoletes: fontilus themus acme
|
Obsoletes: fontilus themus acme
|
||||||
Provides: fontilus themus acme
|
Provides: fontilus themus acme
|
||||||
Version: 2.23.90
|
Version: 2.24.0
|
||||||
Release: 6
|
Release: 1
|
||||||
Summary: The GNOME Control Center
|
Summary: The GNOME Control Center
|
||||||
Source: gnome-%{_name}-%{version}.tar.bz2
|
Source: gnome-%{_name}-%{version}.tar.bz2
|
||||||
Source1: control-center-art.tar.bz2
|
Source1: control-center-art.tar.bz2
|
||||||
Source2: fontilus.xml
|
Source2: fontilus.xml
|
||||||
Source3: change-password.png
|
Source3: change-password.png
|
||||||
Source4: permissions.tar.bz2
|
Source4: permissions.tar.bz2
|
||||||
|
# PATCH-FIX-UPSTREAM gnome-control-center-bnc427745-force-dpi.patch bnc427745 bgo553652 vuntz@novell.com -- Force the DPI to 96 right now to avoid big fonts.
|
||||||
|
Patch1: gnome-control-center-bnc427745-force-dpi.patch
|
||||||
# PATCH-NEEDS-REBASE gnome-control-center-desktop.patch
|
# PATCH-NEEDS-REBASE gnome-control-center-desktop.patch
|
||||||
Patch3: gnome-control-center-desktop.patch
|
Patch3: gnome-control-center-desktop.patch
|
||||||
# PATCH-FIX-OPENSUSE gnome-control-center-backout-309558.patch bgo309558
|
# PATCH-FIX-OPENSUSE gnome-control-center-backout-309558.patch bgo309558
|
||||||
@ -144,9 +146,7 @@ cp %{S:2} $RPM_BUILD_ROOT%{_datadir}/mime/packages
|
|||||||
### % # suse $ _update_desktop_file font-properties X-SuSE-ControlCenter-LookAndFeel
|
### % # suse $ _update_desktop_file font-properties X-SuSE-ControlCenter-LookAndFeel
|
||||||
%suse_update_desktop_file gnome-passwd X-SuSE-ControlCenter-Personal
|
%suse_update_desktop_file gnome-passwd X-SuSE-ControlCenter-Personal
|
||||||
%suse_update_desktop_file gnome-settings-mouse X-SuSE-ControlCenter-Hardware
|
%suse_update_desktop_file gnome-settings-mouse X-SuSE-ControlCenter-Hardware
|
||||||
if test -f $RPM_BUILD_ROOT/%{_datadir}/applications/gnome-settings-sound.desktop ; then
|
|
||||||
%suse_update_desktop_file gnome-settings-sound X-SuSE-ControlCenter-System
|
%suse_update_desktop_file gnome-settings-sound X-SuSE-ControlCenter-System
|
||||||
fi
|
|
||||||
%suse_update_desktop_file gnome-network-preferences X-SuSE-ControlCenter-System
|
%suse_update_desktop_file gnome-network-preferences X-SuSE-ControlCenter-System
|
||||||
%suse_update_desktop_file gnome-appearance-properties X-SuSE-ControlCenter-LookAndFeel
|
%suse_update_desktop_file gnome-appearance-properties X-SuSE-ControlCenter-LookAndFeel
|
||||||
### % # suse $ _update_desktop_file -D "user-guide/user-guide.xml?goscustuserinter-2" gnome-ui-properties X-SuSE-ControlCenter-LookAndFeel
|
### % # suse $ _update_desktop_file -D "user-guide/user-guide.xml?goscustuserinter-2" gnome-ui-properties X-SuSE-ControlCenter-LookAndFeel
|
||||||
@ -239,6 +239,44 @@ fi
|
|||||||
%{_datadir}/pkgconfig/*.pc
|
%{_datadir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 26 2008 vuntz@novell.com
|
||||||
|
- Merge openSUSE:Factory and GNOME:Factory...
|
||||||
|
- Add gnome-control-center-bnc427745-force-dpi.patch to force the
|
||||||
|
DPI to 96. This fixes huge fonts on login on recent laptops.
|
||||||
|
Fixes bnc#427745.
|
||||||
|
* Tue Sep 23 2008 rodrigo@novell.com
|
||||||
|
- Update to version 2.24.0:
|
||||||
|
+ Accessibility:
|
||||||
|
- Improve tooltip wording
|
||||||
|
+ Appearance:
|
||||||
|
* when a hidden theme is selected, and therefore becomes visible,
|
||||||
|
create a thumbnail for it (bgo#547301)
|
||||||
|
* don't fail if the destination files already exist and the user tries
|
||||||
|
to overwrite them (bgo#552671)
|
||||||
|
* set GtkAdjustment page size to 0 to avoid roblems due to newly enforced
|
||||||
|
value boundaries in GTK+ 2.14 (bgo#551740)
|
||||||
|
+ Common:
|
||||||
|
* properly initialize the callback data (bgo#550263)
|
||||||
|
+ Default applications:
|
||||||
|
* don't advertise startup-notify. The script doesn't support it (bgo#550694)
|
||||||
|
* use a11y icon instead of searchtool (bgo#550742)
|
||||||
|
+ Display:
|
||||||
|
* Use "Mirror Screens" instead of "Cloned Output" in the display of monitors,
|
||||||
|
to be consistent with the corresponding checkbox from the Glade file
|
||||||
|
* use theme colours for the background (bgo#545117)
|
||||||
|
+ Keybindings:
|
||||||
|
* don't use the term "accelerator" in the UI (bgo#547276)
|
||||||
|
+ Keyboard:
|
||||||
|
* chosing first variant by default (bgo#550722)
|
||||||
|
* using the fact that latest libxklavier returns descriptions in UTF-8,
|
||||||
|
no need to convert in 8-bit locales
|
||||||
|
+ Sound:
|
||||||
|
* trying to print NULL strings crashes on Solaris (bgo#548586)
|
||||||
|
* add context to event sound names (bgo#549489)
|
||||||
|
+ Updated translations
|
||||||
|
* Fri Sep 19 2008 rodrigo@novell.com
|
||||||
|
- Added dependency on libcanberra-*
|
||||||
|
- Sound capplet is built always (bnc#427748)
|
||||||
* Thu Sep 18 2008 sbrabec@suse.cz
|
* Thu Sep 18 2008 sbrabec@suse.cz
|
||||||
- Dropped ftp:// and news:// patches (bnc#256090).
|
- Dropped ftp:// and news:// patches (bnc#256090).
|
||||||
* Thu Sep 04 2008 mboman@novell.com
|
* Thu Sep 04 2008 mboman@novell.com
|
||||||
|
Loading…
Reference in New Issue
Block a user