summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/openzaurus-3.5.1.conf4
-rw-r--r--gpe-contacts/gpe-contacts_0.29.oe0
-rw-r--r--gpe-filemanager/gpe-filemanager_0.20.oe0
-rw-r--r--gsoko/gsoko-0.4.2-gpe5/fix_makefiles.patch0
-rw-r--r--gsoko/gsoko_0.4.2-gpe5.oe0
-rw-r--r--libgpewidget/libgpewidget_0.90.oe24
-rw-r--r--meta/meta-gpe.oe4
7 files changed, 28 insertions, 4 deletions
diff --git a/conf/openzaurus-3.5.1.conf b/conf/openzaurus-3.5.1.conf
index 394a80908b..c26bf2b2aa 100644
--- a/conf/openzaurus-3.5.1.conf
+++ b/conf/openzaurus-3.5.1.conf
@@ -241,7 +241,7 @@ PREFERRED_VERSION_gpe-soundserver = "0.4-1"
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"
@@ -264,7 +264,7 @@ PREFERRED_VERSION_gpe-package = "0.0.12"
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"
diff --git a/gpe-contacts/gpe-contacts_0.29.oe b/gpe-contacts/gpe-contacts_0.29.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gpe-contacts/gpe-contacts_0.29.oe
diff --git a/gpe-filemanager/gpe-filemanager_0.20.oe b/gpe-filemanager/gpe-filemanager_0.20.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gpe-filemanager/gpe-filemanager_0.20.oe
diff --git a/gsoko/gsoko-0.4.2-gpe5/fix_makefiles.patch b/gsoko/gsoko-0.4.2-gpe5/fix_makefiles.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gsoko/gsoko-0.4.2-gpe5/fix_makefiles.patch
diff --git a/gsoko/gsoko_0.4.2-gpe5.oe b/gsoko/gsoko_0.4.2-gpe5.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gsoko/gsoko_0.4.2-gpe5.oe
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
+}
+
diff --git a/meta/meta-gpe.oe b/meta/meta-gpe.oe
index 88bda7ca23..d4eb064318 100644
--- a/meta/meta-gpe.oe
+++ b/meta/meta-gpe.oe
@@ -81,7 +81,8 @@ gpe-task-games = "\
gpe-go \
gpe-lights \
gpe-othello \
- gpe-tetris"
+ gpe-tetris \
+ gsoko"
RDEPENDS_gpe-task-games := "${gpe-task-games}"
DEPENDS += " ${gpe-task-games}"
@@ -97,7 +98,6 @@ DEPENDS += " ${gpe-task-gtkapps}"
gpe-task-gnomeapps = "\
gail \
- gal \
galculator \
gnumeric \
gpdf \