summaryrefslogtreecommitdiffstats
path: root/meta/packages/pcmanfm
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@gmail.com>2009-07-09 20:35:30 +0200
committerRichard Purdie <rpurdie@linux.intel.com>2009-07-09 21:58:47 +0100
commit86e45a8c0c7a2430da209c650947f8cff3f8cc6b (patch)
tree1b19b292f7910effd414a39073827323a92b2c08 /meta/packages/pcmanfm
parent915d91845f762bffe28e4ef3af600bec62cd9dc5 (diff)
downloadast2050-yocto-poky-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.zip
ast2050-yocto-poky-86e45a8c0c7a2430da209c650947f8cff3f8cc6b.tar.gz
libowl: Use autotools_stage instead of broken custom staging function
This patch also fixes claws-mail, leafpad, pcmanfm, pimlico and puzzles recipes using the proper include for owlwindowmenu.h Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/pcmanfm')
-rw-r--r--meta/packages/pcmanfm/files/owl-window-menu.patch2
-rw-r--r--meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/pcmanfm/files/owl-window-menu.patch b/meta/packages/pcmanfm/files/owl-window-menu.patch
index 31eba86..7db68f4 100644
--- a/meta/packages/pcmanfm/files/owl-window-menu.patch
+++ b/meta/packages/pcmanfm/files/owl-window-menu.patch
@@ -38,7 +38,7 @@ Index: pcmanfm-0.3.2-beta/src/main.c
#include "glade-support.h"
#include "settings.h"
-+#include "owlwindowmenu.h"
++#include "libowl/owlwindowmenu.h"
+
static char* init_path = NULL;
diff --git a/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb b/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb
index a62b1da..424e964 100644
--- a/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb
+++ b/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb
@@ -4,7 +4,7 @@ SECTION = "x11"
PRIORITY = "optional"
DEPENDS = "gtk+ libowl startup-notification"
-PR="r2"
+PR="r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \
file://gnome-fs-directory.png \
OpenPOWER on IntegriCloud