OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=23
This commit is contained in:
parent
3c82e772a3
commit
9645b4da6b
10
fontilus.xml
10
fontilus.xml
@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-font-pcf">
|
||||
<glob pattern="*.pcf.gz" />
|
||||
</mime-type>
|
||||
<mime-type type="application/x-font-ttf">
|
||||
<glob pattern="*.ttc" />
|
||||
<glob pattern="*.TTC" />
|
||||
</mime-type>
|
||||
</mime-info>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddabfec88ac68c52a5f6160e6bcd30ced07a5d951383b57f3be611ee2bf951b8
|
||||
size 2220041
|
3
gnome-control-center-2.26.0.tar.bz2
Normal file
3
gnome-control-center-2.26.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62fb84ea1053971a53c5259b92eb3a282c2f317f72f761ed4dff434ed0e99c05
|
||||
size 2262324
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 17 02:24:27 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.26.0:
|
||||
+ About me:
|
||||
- Fix warning when selecting a finger to enroll in the combo
|
||||
box (bgo#574974)
|
||||
+ Default applications:
|
||||
- Fix mnemonic conflicts
|
||||
+ Display:
|
||||
- Make the strings of the rotation dialog appear translated
|
||||
(bgo#574693)
|
||||
- Fix crash when refreshing RANDR configuration (bgo#574865)
|
||||
+ Font viewer:
|
||||
- Stop the font thumbnailer eating all the CPU (bgo#573795)
|
||||
+ Keybindings:
|
||||
- Fix mnemonics conflict on the custom shortcut window
|
||||
+ Typing break:
|
||||
- Revert string freeze breaker (bgo#572325)
|
||||
+ Updated translations.
|
||||
- Remove fontilus.xml: it shouldn't be needed anymore, since
|
||||
shared-mime-info contains this.
|
||||
- Don't move gnome-keybindings.pc to /usr/lib/pkgconfig: it's fine
|
||||
in /usr/share/pkgconfig
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 16:44:51 CET 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-control-center (Version 2.25.92)
|
||||
# spec file for package gnome-control-center (Version 2.26.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -44,12 +44,11 @@ License: GPL v2 or later
|
||||
Group: System/GUI/GNOME
|
||||
Obsoletes: fontilus themus acme
|
||||
Provides: fontilus themus acme
|
||||
Version: 2.25.92
|
||||
Version: 2.26.0
|
||||
Release: 1
|
||||
Summary: The GNOME Control Center
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: control-center-art.tar.bz2
|
||||
Source2: fontilus.xml
|
||||
Source3: change-password.png
|
||||
# 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
|
||||
@ -121,12 +120,6 @@ make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
# DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime
|
||||
# oh dear
|
||||
mv $RPM_BUILD_ROOT/%{_datadir}/pkgconfig/gnome-keybindings.pc $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/mime
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/mime/packages
|
||||
cp %{S:2} $RPM_BUILD_ROOT%{_datadir}/mime/packages
|
||||
%suse_update_desktop_file -N "Control Center" -G "Personal Settings" -C "Configure the desktop" gnomecc DesktopSettings
|
||||
# capplets
|
||||
%suse_update_desktop_file at-properties X-SuSE-ControlCenter-Personal
|
||||
@ -203,6 +196,28 @@ fi
|
||||
%{_datadir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Mar 17 2009 vuntz@novell.com
|
||||
- Update to version 2.26.0:
|
||||
+ About me:
|
||||
- Fix warning when selecting a finger to enroll in the combo
|
||||
box (bgo#574974)
|
||||
+ Default applications:
|
||||
- Fix mnemonic conflicts
|
||||
+ Display:
|
||||
- Make the strings of the rotation dialog appear translated
|
||||
(bgo#574693)
|
||||
- Fix crash when refreshing RANDR configuration (bgo#574865)
|
||||
+ Font viewer:
|
||||
- Stop the font thumbnailer eating all the CPU (bgo#573795)
|
||||
+ Keybindings:
|
||||
- Fix mnemonics conflict on the custom shortcut window
|
||||
+ Typing break:
|
||||
- Revert string freeze breaker (bgo#572325)
|
||||
+ Updated translations.
|
||||
- Remove fontilus.xml: it shouldn't be needed anymore, since
|
||||
shared-mime-info contains this.
|
||||
- Don't move gnome-keybindings.pc to /usr/lib/pkgconfig: it's fine
|
||||
in /usr/share/pkgconfig
|
||||
* Fri Mar 06 2009 vuntz@novell.com
|
||||
- Update to version 2.25.92:
|
||||
+ General:
|
||||
|
Loading…
Reference in New Issue
Block a user