diff options
author | Chris Lord <chris@openedhand.com> | 2004-09-20 19:30:33 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-09-20 19:30:33 +0000 |
commit | ef67562ff8ac0f6e36ca0818dfc93a22757181f2 (patch) | |
tree | 3ced86aff3c296729ab3a2e0a659222a2dbd10fb /libgpewidget/libgpewidget_0.90.oe | |
parent | 0cd31debe05848366e463779b03f21ec89cd98f7 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages
2004/09/20 20:28:32+01:00 (none)!cwiiis
* Update gpe-contacts (0.29)
* Update gpe-filemanager (0.20)
* Add gsoko (0.4.2-gpe5)
* Add the above packages to meta-gpe and remove gal
* Make openzaurus-3.5.1 prefer updated gpe-contacts and gpe-filemanager
2004/09/20 14:43:25+01:00 (none)!cwiiis
* Fix libgpewidget headers
* Add gpe-filemanager 0.20
* Add gpe-contacts 0.29
BKrev: 414f2fd9sQBB8ymZ4mjb4FCKVNWE1Q
Diffstat (limited to 'libgpewidget/libgpewidget_0.90.oe')
-rw-r--r-- | libgpewidget/libgpewidget_0.90.oe | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libgpewidget/libgpewidget_0.90.oe b/libgpewidget/libgpewidget_0.90.oe index e69de29bb2..3cd1a1bf06 100644 --- a/libgpewidget/libgpewidget_0.90.oe +++ b/libgpewidget/libgpewidget_0.90.oe @@ -0,0 +1,24 @@ +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 libxrender" + +inherit pkgconfig gpe + +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 gpeiconlistitem.h gpeclockface.h infoprint.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 +} + +do_install_append () { + oe_runmake PREFIX='${prefix}' DESTDIR='${D}' install-devel +} + |