# kabc/plugins/ldap - wants ldap libs (?)
# kabc/plugins/opie - wants libopie1 (we don't plan to have it in OE)
# kmicromail - conflict with OE libetpan, libmailwrapper/OPIE
-# pwmanager - needs stdc++ and some patching
+SRC_URI_append = "file://opie-fontselector-copy.patch;patch=1"
PARALLEL_MAKE = ""
S = "${WORKDIR}/kdepim"
+++ /dev/null
-PR = "r1"
-SRC_URI = "${SOURCEFORGE_MIRROR}/kdepimpi/kdepimpi-${PV}.tar.gz "
-
-include kdepimpi-base.inc
LICENSE = "GPL"
AUTHOR = "The Vexed Development Team"
HOMEPAGE = "http://vexed.sourceforge.net/"
+PACKAGE_ARCH = "all"
+PR = "r1"
-SRC_URI = "${SOURCEFORGE_MIRROR}/vexed/vexed21Beta1.zip"
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/vexed/;module=vexed/levelpacks"
S = "${WORKDIR}"
do_install () {
install -d ${D}${palmtopdir}/etc/qpe-vexed
- cd ${WORKDIR}
- for level in *.pdb
+ for level in ${WORKDIR}/levelpacks/*.ini;
do
- cp "$level" "`basename "$level" .pdb`.lvl"
+ install -m 0664 "$level" "${D}${palmtopdir}/etc/qpe-vexed/`basename "$level" .ini`.lvl";
done
-
- install -m 0644 ${WORKDIR}/*.lvl ${D}${palmtopdir}/etc/qpe-vexed/
}
FILES_${PN} = "${palmtopdir}/etc/qpe-vexed/*.lvl"
APPNAME = "qpe-vexed"
APPTYPE = "binary"
APPDESKTOP = "${S}"
-PR = "r1"
+PR = "r2"
-SRC_URI = "http://wwwcip.informatik.uni-erlangen.de/~sialhaus/qpe-vexed_1.3_src.tar.gz"
+SRC_URI = "http://wwwcip.informatik.uni-erlangen.de/~sialhaus/qpe-vexed_1.3_src.tar.gz \
+file://vit.patch;patch=1 \
+"
S = "${WORKDIR}/qpe-vexed_arm/"