[nautilus] fix build

Matthias Clasen mclasen at fedoraproject.org
Wed Dec 21 05:02:34 UTC 2011


commit 956313aafcc9a5015cf16f44e2689e66e84a7caf
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Dec 21 00:02:24 2011 -0500

    fix build

 nautilus-gmodule.patch |   11 +++++++++++
 nautilus.spec          |    3 +++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/nautilus-gmodule.patch b/nautilus-gmodule.patch
new file mode 100644
index 0000000..dc2ae57
--- /dev/null
+++ b/nautilus-gmodule.patch
@@ -0,0 +1,11 @@
+diff -up nautilus-3.3.3/configure.in.gmodule nautilus-3.3.3/configure.in
+--- nautilus-3.3.3/configure.in.gmodule	2011-12-21 00:00:52.794433308 -0500
++++ nautilus-3.3.3/configure.in	2011-12-21 00:01:24.098433776 -0500
+@@ -315,6 +315,7 @@ PKG_CHECK_MODULES(NAUTILUS, [
+ 	gthread-2.0 >= glib_minver
+ 	gio-2.0 >= glib_minver
+ 	gio-unix-2.0 >= glib_minver
++        gmodule-no-export-2.0 >= glib_minver
+ 	gsettings-desktop-schemas
+ 	libnotify >= notify_minver
+ ])
diff --git a/nautilus.spec b/nautilus.spec
index de148e8..26ed22b 100644
--- a/nautilus.spec
+++ b/nautilus.spec
@@ -65,6 +65,8 @@ Provides:       eel2 = 2.26.0-3
 Patch7:         rtl-fix.patch
 #Patch8:        nautilus-2.22.1-hide-white-screen.patch
 
+Patch10:        nautilus-gmodule.patch
+
 %description
 Nautilus is the file manager and graphical shell for the GNOME desktop
 that makes it easy to manage your files and the rest of your system.
@@ -98,6 +100,7 @@ for developing nautilus extensions.
 
 #%patch4 -p1 -b .selinux
 %patch7 -p1 -b .rtl-fix
+%patch10 -p1
 
 %build
 


More information about the scm-commits mailing list