rpms/compiz/devel compiz-0.8.2-gconf-buildfix.patch, NONE, 1.1 compiz.spec, 1.177, 1.178

drago01 drago01 at fedoraproject.org
Sat Aug 22 15:30:54 UTC 2009


Author: drago01

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

Modified Files:
	compiz.spec 
Added Files:
	compiz-0.8.2-gconf-buildfix.patch 
Log Message:
fix build

compiz-0.8.2-gconf-buildfix.patch:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE compiz-0.8.2-gconf-buildfix.patch ---
diff -upNr compiz-0.8.2.orign/configure.ac compiz-0.8.2/configure.ac
--- compiz-0.8.2.orign/configure.ac	2009-03-01 13:10:46.000000000 +0100
+++ compiz-0.8.2/configure.ac	2009-08-22 17:25:51.905352173 +0200
@@ -331,7 +331,7 @@ if test "x$use_gtk" = "xyes"; then
 
     if test "x$use_gnome" = "xyes"; then
       PKG_CHECK_MODULES(GNOME_WINDOW_SETTINGS,
-			gnome-window-settings-2.0 gnome-desktop-2.0,
+			gnome-window-settings-2.0 gnome-desktop-2.0 gconf-2.0,
 			[use_gnome=yes], [use_gnome=no])
     fi
 


Index: compiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz.spec,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -p -r1.177 -r1.178
--- compiz.spec	22 Aug 2009 14:42:23 -0000	1.177
+++ compiz.spec	22 Aug 2009 15:30:54 -0000	1.178
@@ -14,7 +14,7 @@ URL:            http://www.go-compiz.org
 License:        GPLv2+ and LGPLv2+ and MIT
 Group:          User Interface/Desktops
 Version:        0.8.2
-Release:        11%{?dist}
+Release:        12%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -73,6 +73,9 @@ Patch123: compiz-0.8.2-pin-initial-plugi
 # Make the terminal keybinding work (RH #439665)
 Patch125: compiz-0.8.2-gnome-terminal.patch
 
+#Fix build
+Patch126: compiz-0.8.2-gconf-buildfix.patch
+
 %description
 Compiz is one of the first OpenGL-accelerated compositing window
 managers for the X Window System. The integration allows it to perform
@@ -149,6 +152,7 @@ popd
 %patch123 -p1 -b .initial-plugins
 %patch125 -p1 -b .gnome-terminal
 %patch108 -p1 -b .pageflip
+%patch126 -p1 -b .gconf
 
 %build
 rm -rf $RPM_BUILD_ROOT
@@ -364,6 +368,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 22 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.8.2-12
+- Fix build
+
 * Sat Aug 22 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.8.2-11
 - Fix up the compiz-gtk script
 




More information about the fedora-extras-commits mailing list