rpms/compiz/F-10 compiz-0.7.8-gnome-terminal.patch, NONE, 1.1 compiz.spec, 1.143, 1.144

Adel Gadllah drago01 at fedoraproject.org
Tue Jan 27 21:19:55 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/compiz/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7066

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/F-10/compiz.spec,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- compiz.spec	8 Dec 2008 12:02:12 -0000	1.143
+++ compiz.spec	27 Jan 2009 21:19:24 -0000	1.144
@@ -14,7 +14,7 @@
 License:        GPLv2+ and LGPLv2+ and MIT
 Group:          User Interface/Desktops
 Version:        0.7.8
-Release:        4%{?dist}
+Release:        5%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -70,8 +70,13 @@
 
 # Make sure configuration plugins never get unloaded
 Patch123: compiz-0.7.8-pin-initial-plugins.patch
+
+# 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
@@ -150,6 +155,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
@@ -366,6 +372,9 @@
 
 
 %changelog
+* Tue Jan 27 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-5
+- Make the terminal keybinding work (RH #439665)
+
 * Mon Dec 08 2008 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-4
 - Remove direct rendering check for now
 




More information about the fedora-extras-commits mailing list