]> code.ossystems Code Review - openembedded-core.git/commitdiff
libfm: Upgrade to 0.1.16
authorZhai Edwin <edwin.zhai@intel.com>
Sun, 9 Oct 2011 08:17:29 +0000 (16:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Oct 2011 11:53:32 +0000 (12:53 +0100)
Remove obsolete use_deprecate_func.patch, and add configure_fix.patch to update
configure.ac

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
meta/recipes-support/libfm/libfm-0.1.14/use_deprecate_func.patch [deleted file]
meta/recipes-support/libfm/libfm-0.1.16/configure_fix.patch [new file with mode: 0644]
meta/recipes-support/libfm/libfm_0.1.16.bb [moved from meta/recipes-support/libfm/libfm_0.1.14.bb with 73% similarity]

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 (file)
index 79fc9ce..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-diff -ruN libfm-0.1.14-orig//src/Makefile.am libfm-0.1.14/src/Makefile.am
---- libfm-0.1.14-orig//src/Makefile.am 2011-04-26 10:01:44.297664993 +0800
-+++ libfm-0.1.14/src/Makefile.am       2011-04-26 10:02:10.637665004 +0800
-@@ -285,7 +285,6 @@
-       $(GIO_CFLAGS) \
-       -DGIO_MODULE_DIR=\"$(giomodulesdir)\"   \
-       -DGVFS_LOCALEDIR=\""$(localedir)"\"     \
--      -DG_DISABLE_DEPRECATED \
-       $(NULL)
- 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 (file)
index 0000000..351e6e7
--- /dev/null
@@ -0,0 +1,19 @@
+Update configure.ac after docs removed in 0.1.16
+
+Upstream-Status: Pending
+
+Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
+Index: libfm-0.1.16/configure.ac
+===================================================================
+--- libfm-0.1.16.orig/configure.ac     2011-10-10 15:13:21.000000000 +0800
++++ libfm-0.1.16/configure.ac  2011-10-10 15:13:30.000000000 +0800
+@@ -153,9 +153,6 @@
+     data/Makefile
+     data/ui/Makefile
+     po/Makefile.in
+-    docs/Makefile
+-    docs/reference/Makefile
+-    docs/reference/libfm/Makefile
+     libfm.pc
+     libfm-gtk.pc
+ ])
similarity index 73%
rename from meta/recipes-support/libfm/libfm_0.1.14.bb
rename to meta/recipes-support/libfm/libfm_0.1.16.bb
index 38f1d7322d3c1e8ddf2fce68befae8e9869cc7ae..293937f5e5a5ae3dd930431c25d6991c448f4816 100644 (file)
@@ -10,12 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
 SECTION = "x11/libs"
 DEPENDS = "gtk+ menu-cache intltool-native"
 
-PR = "r3"
+PR = "r0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \
-           file://use_deprecate_func.patch"
+           file://configure_fix.patch"
 
-SRC_URI[md5sum] = "d55e51dced6bb9ef46665243b079761f"
-SRC_URI[sha256sum] = "e97bf3f9ed4f33b9f0be73e67d360b89337cccf816361faacd8422722269806b"
+SRC_URI[md5sum] = "c09bce415ff6dc2dd835e28aeddeabe3"
+SRC_URI[sha256sum] = "ed49365319b941757c155b3790a2adf73f5072227c578d9bcba7329c6f9fcd3b"
 
 inherit autotools pkgconfig