summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/nautilus/nautilus
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-10 10:13:24 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-10 10:13:24 +0200
commitb038ad87179391284e0829b6f92b463ba961f1e1 (patch)
tree141f3835739c38e82766923e518c43b070b21d8e /meta-gnome/recipes-gnome/nautilus/nautilus
parent69fd0f67c4de99d01b643e32858565d40eaab803 (diff)
downloadmeta-openembedded-b038ad87179391284e0829b6f92b463ba961f1e1.tar.gz
nautilus: add 2.32.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/nautilus/nautilus')
-rw-r--r--meta-gnome/recipes-gnome/nautilus/nautilus/idl-sysroot.patch7
-rw-r--r--meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff28
2 files changed, 35 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus/idl-sysroot.patch b/meta-gnome/recipes-gnome/nautilus/nautilus/idl-sysroot.patch
new file mode 100644
index 000000000..0062cfb11
--- /dev/null
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus/idl-sysroot.patch
@@ -0,0 +1,7 @@
1Index: nautilus-2.24.2/add-include-prefix
2===================================================================
3--- nautilus-2.24.2.orig/add-include-prefix 2008-10-06 17:22:21.000000000 +0000
4+++ nautilus-2.24.2/add-include-prefix 2009-04-09 16:00:05.000000000 +0000
5@@ -1 +1 @@
6-sed -e 's/^/ /' -e 's/ */ /g' -e 's/ / -I /g' -e 's/ -I $//'
7+sed -e 's:^: :' -e 's: *: :g' -e 's: : -I '"$SYSROOT"':g' -e 's: -I '"$SYSROOT"'$::'
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff b/meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff
new file mode 100644
index 000000000..ccd2934b3
--- /dev/null
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus/no-try-run-strftime.diff
@@ -0,0 +1,28 @@
1--- /tmp/configure.in 2009-04-13 11:26:43.000000000 +0200
2+++ nautilus-2.26.1/configure.in 2009-04-13 11:28:37.000000000 +0200
3@@ -375,25 +375,6 @@
4
5 dnl ===========================================================================
6
7-dnl strftime checks
8-
9-AC_TRY_RUN([#include <time.h>
10- int main ()
11- {
12- char buf[100];
13- struct tm tm = {0};
14- tm.tm_year = 99;
15- if (strftime(buf, 100, "%EY", &tm) == 4 &&
16- strcmp (buf, "1999")==0)
17- return 0;
18- return 1;
19- }
20- ],
21- AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.])
22- )
23-
24-dnl ===========================================================================
25-
26 #
27 # Checks for Xft/XRender
28 #