fix build

This commit is contained in:
Matthias Clasen 2011-12-21 00:02:24 -05:00
parent f2b08c889a
commit 956313aafc
2 changed files with 14 additions and 0 deletions

11
nautilus-gmodule.patch Normal file
View File

@ -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
])

View File

@ -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