PREFERRED_VERSION_gpe-todo = "0.48"
PREFERRED_VERSION_gpe-calendar = "0.56"
PREFERRED_VERSION_gpe-sketchbox = "0.2.8"
-PREFERRED_VERSION_gpe-contacts = "0.28"
+PREFERRED_VERSION_gpe-contacts = "0.29"
PREFERRED_VERSION_gpe-today = "0.08"
PREFERRED_VERSION_matchbox-panel-manager = "0.1"
PREFERRED_VERSION_dbus = "0.21"
PREFERRED_VERSION_gpe-terminal = "1.1"
PREFERRED_VERSION_gpe-watch = "0.10"
PREFERRED_VERSION_gpe-what = "0.31"
-PREFERRED_VERSION_gpe-filemanager = "0.17"
+PREFERRED_VERSION_gpe-filemanager = "0.20"
PREFERRED_VERSION_gpe-go = "0.05"
PREFERRED_VERSION_gpe-irc = "0.07"
PREFERRED_VERSION_gpe-lights = "0.12"
+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
+}
+