summaryrefslogtreecommitdiffstats
path: root/meta/packages/leafpad
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/leafpad
parent915d91845f762bffe28e4ef3af600bec62cd9dc5 (diff)
downloadpoky-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/leafpad')
-rw-r--r--meta/packages/leafpad/files/owl-menu.patch2
-rw-r--r--meta/packages/leafpad/leafpad_0.8.9.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/leafpad/files/owl-menu.patch b/meta/packages/leafpad/files/owl-menu.patch
index bcb5917440..acfc880307 100644
--- a/meta/packages/leafpad/files/owl-menu.patch
+++ b/meta/packages/leafpad/files/owl-menu.patch
@@ -16,7 +16,7 @@
16 */ 16 */
17 17
18 #include "leafpad.h" 18 #include "leafpad.h"
19+#include "owlwindowmenu.h" 19+#include <libowl/owlwindowmenu.h>
20+ 20+
21 /* 21 /*
22 static void cb_scroll_event(GtkAdjustment *adj, GtkWidget *view) 22 static void cb_scroll_event(GtkAdjustment *adj, GtkWidget *view)
diff --git a/meta/packages/leafpad/leafpad_0.8.9.bb b/meta/packages/leafpad/leafpad_0.8.9.bb
index c5f63aa839..f99fa0acfa 100644
--- a/meta/packages/leafpad/leafpad_0.8.9.bb
+++ b/meta/packages/leafpad/leafpad_0.8.9.bb
@@ -3,7 +3,7 @@ DEPENDS = "gtk+ intltool-native libowl"
3SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ 3SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
4 file://owl-menu.patch;patch=1 \ 4 file://owl-menu.patch;patch=1 \
5 file://leafpad.desktop" 5 file://leafpad.desktop"
6PR = "r7" 6PR = "r8"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9