rpms/metacity/F-12 workspaces.patch, NONE, 1.1 metacity.spec, 1.203, 1.204

Matthias Clasen mclasen at fedoraproject.org
Thu Oct 15 17:28:01 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/metacity/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19214

Modified Files:
	metacity.spec 
Added Files:
	workspaces.patch 
Log Message:
Tweak default configuration


workspaces.patch:
 metacity.schemas.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE workspaces.patch ---
diff -up metacity-2.28.0/src/metacity.schemas.in.workspaces metacity-2.28.0/src/metacity.schemas.in
--- metacity-2.28.0/src/metacity.schemas.in.workspaces	2009-10-15 13:23:14.909411794 -0400
+++ metacity-2.28.0/src/metacity.schemas.in	2009-10-15 13:23:51.218400104 -0400
@@ -295,7 +295,7 @@
       <applyto>/apps/metacity/general/num_workspaces</applyto>      
       <owner>metacity</owner>
       <type>int</type>
-      <default>4</default>
+      <default>2</default>
       <locale name="C">
         <short>Number of workspaces</short>
         <long>


Index: metacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/metacity/F-12/metacity.spec,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -p -r1.203 -r1.204
--- metacity.spec	22 Sep 2009 19:45:40 -0000	1.203
+++ metacity.spec	15 Oct 2009 17:28:01 -0000	1.204
@@ -1,7 +1,7 @@
 Summary: Unobtrusive window manager
 Name: metacity
 Version: 2.28.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://download.gnome.org/sources/metacity/
 Source0: http://download.gnome.org/sources/metacity/2.28/metacity-%{version}.tar.bz2
 # http://bugzilla.gnome.org/show_bug.cgi?id=558723
@@ -17,6 +17,9 @@ Patch8: 0001-sound-ask-libcanberra-to-ca
 # http://bugzilla.gnome.org/show_bug.cgi?id=593358
 Patch9: 0001-tooltip-set-window-type-hint-for-self-drawn-tooltips.patch
 
+# fedora specific patches
+Patch10: workspaces.patch
+
 License: GPLv2+
 Group: User Interface/Desktops
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -81,6 +84,7 @@ API. This package exists purely for tech
 %patch7 -p1 -b .bell
 %patch8 -p1 -b .sound-cache
 %patch9 -p1 -b .tooltip
+%patch10 -p1 -b .workspaces
 
 # force regeneration
 rm src/metacity.schemas
@@ -188,6 +192,9 @@ fi
 %{_mandir}/man1/metacity-window-demo.1.gz
 
 %changelog
+* Thu Oct 15 2009 Matthias Clasen <mclasen at redhat.cm> - 2.28.0-2
+- Tweak the default number of workspaces
+
 * Tue Sep 22 2009 Matthias Clasen <mclasen at redhat.cm> - 2.28.0-1
 - Update to 2.28.0
 




More information about the fedora-extras-commits mailing list