rpms/compiz/devel compiz-0.7.8-gnome-terminal.patch, NONE, 1.1 compiz.spec, 1.153, 1.154

Adel Gadllah drago01 at fedoraproject.org
Tue Jan 27 21:16:43 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/compiz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6543

Modified Files:
	compiz.spec 
Added Files:
	compiz-0.7.8-gnome-terminal.patch 
Log Message:
Make the terminal keybinding work (RH #439665)

compiz-0.7.8-gnome-terminal.patch:

--- NEW FILE compiz-0.7.8-gnome-terminal.patch ---
diff -upNr compiz-0.7.8.orign/metadata/core.xml.in compiz-0.7.8/metadata/core.xml.in
--- compiz-0.7.8.orign/metadata/core.xml.in	2008-08-28 13:34:41.000000000 +0200
+++ compiz-0.7.8/metadata/core.xml.in	2009-01-27 22:11:55.000000000 +0100
@@ -315,7 +315,7 @@
 	    <option name="command_terminal" type="string">
 		<_short>Terminal command line</_short>
 		<_long>Terminal command line</_long>
-		<default></default>
+		<default>gnome-terminal</default>
 	    </option>
 	    <option name="run_command_terminal_key" type="key">
 		<_short>Open a terminal</_short>


Index: compiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz.spec,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- compiz.spec	18 Dec 2008 18:35:26 -0000	1.153
+++ compiz.spec	27 Jan 2009 21:16:13 -0000	1.154
@@ -14,7 +14,7 @@
 License:        GPLv2+ and LGPLv2+ and MIT
 Group:          User Interface/Desktops
 Version:        0.7.8
-Release:        10%{?dist}
+Release:        11%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -77,6 +77,9 @@
 # Memory leak fixes from upstream
 Patch124: compiz-0.7.8-mem-leak-fixes.patch
 
+# Make the terminal keybinding work (RH #439665)
+Patch125: compiz-0.7.8-gnome-terminal.patch
+
 %description
 Compiz is one of the first OpenGL-accelerated compositing window
 managers for the X Window System. The integration allows it to perform
@@ -160,6 +163,7 @@
 %patch122 -p1 -b .fullscreen-top
 %patch123 -p1 -b .initial-plugins
 %patch124 -p1 -b .mem-leaks
+%patch125 -p1 -b .terminal
 
 %build
 rm -rf $RPM_BUILD_ROOT
@@ -376,6 +380,9 @@
 
 
 %changelog
+* Tue Jan 27 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-11
+- Make the terminal keybinding work (RH #439665)
+
 * Thu Dec 18 2008 Matthias Clasen <mclasen at redhat.com> - 0.7.8-10
 - Rebuild against new gnome-desktop
 




More information about the fedora-extras-commits mailing list