Author: fcrozat
Date: Tue Dec 5 17:28:58 2006
New Revision: 91303
Added:
packages/cooker/libgnome2/current/SOURCES/libgnome-defaulttheme.patch
- copied, changed from r91233,
/packages/cooker/libgnome2/current/SOURCES/libgnome-2.16.0-defaulttheme.patch
packages/cooker/libgnome2/current/SOURCES/libgnome-disablea11y.patch
Removed:
packages/cooker/libgnome2/current/SOURCES/libgnome-2.16.0-defaulttheme.patch
Modified:
packages/cooker/libgnome2/current/SPECS/libgnome2.spec
Log:
- Regenerate patch4
- Patch6 : disable a11y for now (GNOME bug #382622)
Copied: packages/cooker/libgnome2/current/SOURCES/libgnome-defaulttheme.patch
(from r91233,
/packages/cooker/libgnome2/current/SOURCES/libgnome-2.16.0-defaulttheme.patch)
==============================================================================
---
/packages/cooker/libgnome2/current/SOURCES/libgnome-2.16.0-defaulttheme.patch
(original)
+++ packages/cooker/libgnome2/current/SOURCES/libgnome-defaulttheme.patch
Tue Dec 5 17:28:58 2006
@@ -1,5 +1,5 @@
---- libgnome-2.16.0/schemas/desktop_gnome_interface.schemas.in.defaulttheme
2006-09-01 12:27:54.000000000 +0200
-+++ libgnome-2.16.0/schemas/desktop_gnome_interface.schemas.in 2006-09-04
18:08:59.000000000 +0200
+--- libgnome-2.16.0/schemas/desktop_gnome_interface.schemas.in.in.defaulttheme
2006-09-01 12:27:54.000000000 +0200
++++ libgnome-2.16.0/schemas/desktop_gnome_interface.schemas.in.in
2006-09-04 18:08:59.000000000 +0200
@@ -141,7 +141,7 @@
<applyto>/desktop/gnome/interface/gtk_theme</applyto>
<owner>gnome</owner>
Added: packages/cooker/libgnome2/current/SOURCES/libgnome-disablea11y.patch
==============================================================================
--- (empty file)
+++ packages/cooker/libgnome2/current/SOURCES/libgnome-disablea11y.patch
Tue Dec 5 17:28:58 2006
@@ -0,0 +1,11 @@
+--- libgnome-2.17.1/schemas/desktop_gnome_interface.schemas.in.in.disablea11y
2006-12-05 17:10:45.000000000 +0100
++++ libgnome-2.17.1/schemas/desktop_gnome_interface.schemas.in.in
2006-12-05 17:10:57.000000000 +0100
+@@ -6,7 +6,7 @@
+ <applyto>/desktop/gnome/interface/accessibility</applyto>
+ <owner>gnome</owner>
+ <type>bool</type>
+- <default>@A11Y_ENABLED@</default>
++ <default>false</default>
+ <locale name="C">
+ <short>Enable Accessibility</short>
+ <long>Whether Applications should have accessibility support</long>
Modified: packages/cooker/libgnome2/current/SPECS/libgnome2.spec
==============================================================================
--- packages/cooker/libgnome2/current/SPECS/libgnome2.spec (original)
+++ packages/cooker/libgnome2/current/SPECS/libgnome2.spec Tue Dec 5
17:28:58 2006
@@ -10,14 +10,16 @@
Summary: GNOME libraries
Name: %{pkgname}%{api_version}
Version: 2.17.1
-Release: %mkrel 1
+Release: %mkrel 2
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
# (fc) 1.116.0-2mdk use Mdk default background
Patch1: libgnome-2.8.0-background.patch
# (fc) 2.2.0.1-2mdk Ia Ora as default theme
-Patch4: libgnome-2.16.0-defaulttheme.patch
+Patch4: libgnome-defaulttheme.patch
# (fc) 2.8.0-2mdk Stat gnome_user_private_dir before doing chmod, for SELinux
(Fedora)
Patch5: libgnome-2.15.1-stat-homedir.patch
+# (fc) 2.17.1-2mdv disable a11y by default for now (GNOME bug #382622)
+Patch6: libgnome-disablea11y.patch
License: LGPL
Group: System/Libraries
@@ -63,10 +65,12 @@
%patch1 -p1 -b .background
%patch4 -p1 -b .defaulttheme
%patch5 -p1 -b .stathome
+%patch6 -p1 -b .disablea11y
%build
%configure2_5x --enable-gtk-doc
+
%make
%install