summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/dia/.mtn2git_empty0
-rw-r--r--packages/dia/dia_0.94+0.95pre3.bb14
-rw-r--r--packages/libgpewidget/libgpewidget_0.110.bb26
-rw-r--r--packages/linux/linux-openzaurus_2.6.15.bb5
4 files changed, 43 insertions, 2 deletions
diff --git a/packages/dia/.mtn2git_empty b/packages/dia/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/dia/.mtn2git_empty
diff --git a/packages/dia/dia_0.94+0.95pre3.bb b/packages/dia/dia_0.94+0.95pre3.bb
new file mode 100644
index 0000000000..922ab8cc23
--- /dev/null
+++ b/packages/dia/dia_0.94+0.95pre3.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Dia is a gtk+ based diagram creation program released under the GPL license."
+LICENSE = "GPL"
+DEPENDS = "libpng cairo zlib gtk+ libxml2"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+
+
+inherit autotools pkgconfig
+
+SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/dia/0.95/dia-0.95-pre3.tar.gz"
+
+S = "${WORKDIR}/${PN}-0.95-pre3"
+LDFLAGS += "-lxml2 -lgthread-2.0 -lglib-2.0"
+
+
diff --git a/packages/libgpewidget/libgpewidget_0.110.bb b/packages/libgpewidget/libgpewidget_0.110.bb
new file mode 100644
index 0000000000..780d1e920b
--- /dev/null
+++ b/packages/libgpewidget/libgpewidget_0.110.bb
@@ -0,0 +1,26 @@
+LICENSE = "LGPL"
+DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "gtk+ cairo libxrender gtk-doc"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+PR = "r0"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpe pkgconfig autotools
+
+SRC_URI += "file://pkgconfig.patch;patch=1;pnum=0"
+
+PACKAGES =+ "libgpewidget-bin"
+FILES_libgpewidget-bin = "${bindir}"
+
+EXTRA_OECONF = "--enable-cairo"
+
+PARALLEL_MAKE = ""
+
+LDFLAGS += " -L${STAGING_LIBDIR}"
+
+do_stage () {
+ autotools_stage_all
+}
+
diff --git a/packages/linux/linux-openzaurus_2.6.15.bb b/packages/linux/linux-openzaurus_2.6.15.bb
index 25e4b5e77d..360bce4d87 100644
--- a/packages/linux/linux-openzaurus_2.6.15.bb
+++ b/packages/linux/linux-openzaurus_2.6.15.bb
@@ -1,6 +1,6 @@
include linux-openzaurus.inc
-PR = "r9"
+PR = "r10"
# Handy URLs
# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
@@ -65,6 +65,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \
${RPSRC}/usb_pxa27x_udc-r0.patch;patch=1 \
${RPSRC}/usb_add_epalloc-r1.patch;patch=1 \
${RPSRC}/alsa/asoc-0.10rc2.diff.bz2;patch=1 \
+ ${RPSRC}/alsa/asoc-v0.10rc2-rc3.patch;patch=1 \
${RPSRC}/misc_fix1-r0.patch;patch=1 \
${RPSRC}/zaurus_keyboard_tweak-r0.patch;patch=1 \
${RPSRC}/corgi_bl_cleanup-r2.patch;patch=1 \
@@ -72,7 +73,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \
${RPSRC}/pxafb_tweaks-r0.patch;patch=1 \
${RPSRC}/pm_changes-r0.patch;patch=1 \
${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \
- ${RPSRC}/headphone_switch-r2.patch;patch=1 \
+ ${RPSRC}/headphone_switch-r3.patch;patch=1 \
${RPSRC}/backport_i2c_asoc_fix-r0.patch;patch=1 \
${RPSRC}/integrator_rtc-r0.patch;patch=1 \
${DOSRC}/kexec-arm-r0.patch;patch=1 \