diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-15 13:55:36 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-15 13:55:36 +0000 |
commit | e1d6e08879dcda1166d03a2a675ac961e16da2a6 (patch) | |
tree | ec5ddbb28091d67094fc14ad0bd843df36e0a7ba /libgpewidget | |
parent | bbb0ad6038964810895e4f4b5b795bbf73da1f9b (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/06/15 14:55:04+01:00 nexus.co.uk!pb
libgpewidget_0.83.oe:
add patch for missing header in staging
header.diff:
new file
BKrev: 40ceffd8ilSrIxaeOlEBXKArJnfdzQ
Diffstat (limited to 'libgpewidget')
-rw-r--r-- | libgpewidget/libgpewidget-0.83/header.diff | 0 | ||||
-rw-r--r-- | libgpewidget/libgpewidget_0.83.oe | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/libgpewidget/libgpewidget-0.83/header.diff b/libgpewidget/libgpewidget-0.83/header.diff new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libgpewidget/libgpewidget-0.83/header.diff diff --git a/libgpewidget/libgpewidget_0.83.oe b/libgpewidget/libgpewidget_0.83.oe index e69de29bb2..3137bb5217 100644 --- a/libgpewidget/libgpewidget_0.83.oe +++ b/libgpewidget/libgpewidget_0.83.oe @@ -0,0 +1,22 @@ +PR = "r1" +DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." +SECTION = "gpe/libs" +PRIORITY = "optional" +MAINTAINER = "Philip Blundell <pb@handhelds.org>" +DEPENDS = "gtk+ cairo xrender" + +inherit pkgconfig gpe + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz + file://header.patch;patch=1" + +headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h" + +do_stage () { + oe_libinstall -so libgpewidget ${STAGING_LIBDIR} + + mkdir -p ${STAGING_INCDIR}/gpe + for h in ${headers}; do + install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h + done +} |