diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch | 13 | ||||
-rw-r--r-- | meta/recipes-support/libfm/libfm-0.1.16/configure_fix.patch | 19 | ||||
-rw-r--r-- | meta/recipes-support/libfm/libfm_0.1.16.bb (renamed from meta/recipes-support/libfm/libfm_0.1.14.bb) | 8 |
3 files changed, 23 insertions, 17 deletions
diff --git a/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch b/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch deleted file mode 100644 index 79fc9ce3e4..0000000000 --- a/meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | diff -ruN libfm-0.1.14-orig//src/Makefile.am libfm-0.1.14/src/Makefile.am | ||
4 | --- libfm-0.1.14-orig//src/Makefile.am 2011-04-26 10:01:44.297664993 +0800 | ||
5 | +++ libfm-0.1.14/src/Makefile.am 2011-04-26 10:02:10.637665004 +0800 | ||
6 | @@ -285,7 +285,6 @@ | ||
7 | $(GIO_CFLAGS) \ | ||
8 | -DGIO_MODULE_DIR=\"$(giomodulesdir)\" \ | ||
9 | -DGVFS_LOCALEDIR=\""$(localedir)"\" \ | ||
10 | - -DG_DISABLE_DEPRECATED \ | ||
11 | $(NULL) | ||
12 | |||
13 | libgiofm_la_LDFLAGS = \ | ||
diff --git a/meta/recipes-support/libfm/libfm-0.1.16/configure_fix.patch b/meta/recipes-support/libfm/libfm-0.1.16/configure_fix.patch new file mode 100644 index 0000000000..351e6e71aa --- /dev/null +++ b/meta/recipes-support/libfm/libfm-0.1.16/configure_fix.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | Update configure.ac after docs removed in 0.1.16 | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
6 | Index: libfm-0.1.16/configure.ac | ||
7 | =================================================================== | ||
8 | --- libfm-0.1.16.orig/configure.ac 2011-10-10 15:13:21.000000000 +0800 | ||
9 | +++ libfm-0.1.16/configure.ac 2011-10-10 15:13:30.000000000 +0800 | ||
10 | @@ -153,9 +153,6 @@ | ||
11 | data/Makefile | ||
12 | data/ui/Makefile | ||
13 | po/Makefile.in | ||
14 | - docs/Makefile | ||
15 | - docs/reference/Makefile | ||
16 | - docs/reference/libfm/Makefile | ||
17 | libfm.pc | ||
18 | libfm-gtk.pc | ||
19 | ]) | ||
diff --git a/meta/recipes-support/libfm/libfm_0.1.14.bb b/meta/recipes-support/libfm/libfm_0.1.16.bb index 38f1d7322d..293937f5e5 100644 --- a/meta/recipes-support/libfm/libfm_0.1.14.bb +++ b/meta/recipes-support/libfm/libfm_0.1.16.bb | |||
@@ -10,12 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
10 | SECTION = "x11/libs" | 10 | SECTION = "x11/libs" |
11 | DEPENDS = "gtk+ menu-cache intltool-native" | 11 | DEPENDS = "gtk+ menu-cache intltool-native" |
12 | 12 | ||
13 | PR = "r3" | 13 | PR = "r0" |
14 | 14 | ||
15 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \ | 15 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \ |
16 | file://use_deprecate_func.patch" | 16 | file://configure_fix.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "d55e51dced6bb9ef46665243b079761f" | 18 | SRC_URI[md5sum] = "c09bce415ff6dc2dd835e28aeddeabe3" |
19 | SRC_URI[sha256sum] = "e97bf3f9ed4f33b9f0be73e67d360b89337cccf816361faacd8422722269806b" | 19 | SRC_URI[sha256sum] = "ed49365319b941757c155b3790a2adf73f5072227c578d9bcba7329c6f9fcd3b" |
20 | 20 | ||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |