summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-10-16 00:08:49 +0000
committerMatthias Hentges <oe@hentges.net>2004-10-16 00:08:49 +0000
commitfe162b66adf2f5ed6f3c9333f12f054415451213 (patch)
treed48dc8d3ba6a41d4dcc184a740155dd932bc7605
parentde3232405894343922af2791c674de2107f91109 (diff)
Merge
2004/10/16 01:56:46+02:00 handhelds.org!CoreDump Prepares the coming split of opie-18n packages into seperate files BKrev: 4170669185jcgmO-qEF7FAi9W2xNJg
-rw-r--r--libopie/libopie2_1.1.6.oe3
-rw-r--r--libopie/libopie2_cvs.oe2
-rw-r--r--libopietooth/libopietooth1_1.1.6.oe26
-rw-r--r--libopietooth/libopietooth1_cvs.oe4
-rw-r--r--opie-bartender/opie-bartender_1.1.6.oe26
-rw-r--r--opie-camera/opie-camera_1.0.1.oe6
-rw-r--r--opie-cardmon/opie-cardmon_1.1.6.oe41
-rw-r--r--opie-cardmon/opie-cardmon_cvs.oe1
-rw-r--r--opie-dagger/opie-dagger_1.1.6.oe4
-rw-r--r--opie-ftp/opie-ftp_1.1.6.oe26
-rw-r--r--opie-ftp/opie-ftp_cvs.oe1
-rw-r--r--opie-ftplib/opie-ftplib_1.1.6.oe27
-rw-r--r--opie-ftplib/opie-ftplib_cvs.oe3
-rw-r--r--opie-gutenbrowser/opie-gutenbrowser_1.1.6.oe27
-rw-r--r--opie-irc/opie-irc_1.1.6.oe29
-rw-r--r--opie-irc/opie-irc_cvs.oe1
-rw-r--r--opie-libqrsync/opie-libqrsync_1.1.6.oe18
-rw-r--r--opie-rdesktop/opie-rdesktop_1.1.6.oe27
-rw-r--r--opie-rdesktop/opie-rdesktop_cvs.oe1
-rw-r--r--opie-restartapplet2/opie-restartapplet2_1.1.6.oe23
-rw-r--r--opie-restartapplet2/opie-restartapplet2_cvs.oe1
-rw-r--r--opie-vmemo/opie-vmemo_1.1.6.oe36
-rw-r--r--opie-vmemo/opie-vmemo_cvs.oe1
-rw-r--r--opie-wellenreiter/opie-wellenreiter_1.0.3.oe4
24 files changed, 333 insertions, 5 deletions
diff --git a/libopie/libopie2_1.1.6.oe b/libopie/libopie2_1.1.6.oe
index 69b93ecc33..b24f64736b 100644
--- a/libopie/libopie2_1.1.6.oe
+++ b/libopie/libopie2_1.1.6.oe
@@ -3,9 +3,10 @@ HOMEPAGE = "http://opie.handhelds.org"
SECTION = "opie/libs"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "LGPL"
+I18N_FILES = "libopiecore2.ts"
DEPENDS = "libqpe-opie sqlite libpcap-0.7.2 virtual/kernel"
PROVIDES = "libopiecore2 libopiedb2 libopiemm2 libopiesecurity2 libopienet2 libopiepim2 libopieui2 "
-PR = "r0"
+PR = "r1"
TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/libopie2 \
diff --git a/libopie/libopie2_cvs.oe b/libopie/libopie2_cvs.oe
index 6974045264..56a46a639b 100644
--- a/libopie/libopie2_cvs.oe
+++ b/libopie/libopie2_cvs.oe
@@ -3,7 +3,9 @@ HOMEPAGE = "http://opie.handhelds.org"
SECTION = "opie/libs"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "LGPL"
+I18N_FILES = "libopiecore2.ts"
DEPENDS = "libqpe-opie sqlite libpcap-0.7.2 virtual/kernel"
+PR = "r3"
PROVIDES = "libopiecore2 libopiedb2 libopiemm2 libopiesecurity2 libopienet2 libopiepim2 libopieui2"
PV = "1.1.6+cvs-${CVSDATE}"
diff --git a/libopietooth/libopietooth1_1.1.6.oe b/libopietooth/libopietooth1_1.1.6.oe
index e69de29bb2..3636fa33ed 100644
--- a/libopietooth/libopietooth1_1.1.6.oe
+++ b/libopietooth/libopietooth1_1.1.6.oe
@@ -0,0 +1,26 @@
+DESCRIPTION = "Opie Bluetooth library"
+SECTION = "opie/libs"
+PRIORITY = "optional"
+DEPENDS = "libopie2"
+MAINTAINER = "Team Opie <opie@handhelds.org>
+LICENSE = "LGPL"
+PR = "r2"
+
+CVSDATE = "20041015"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/net/opietooth/lib"
+
+inherit opie
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+S = "${WORKDIR}/lib"
+
+do_stage() {
+ install -m 0644 *.h ${STAGING_INCDIR}/
+ oe_libinstall -so libopietooth1 ${STAGING_LIBDIR}/
+}
+
+do_install() {
+ oe_libinstall -so libopietooth1 ${D}/${palmtopdir}/lib
+}
+
diff --git a/libopietooth/libopietooth1_cvs.oe b/libopietooth/libopietooth1_cvs.oe
index c38f2bc20f..0dc27f5b15 100644
--- a/libopietooth/libopietooth1_cvs.oe
+++ b/libopietooth/libopietooth1_cvs.oe
@@ -4,11 +4,13 @@ PRIORITY = "optional"
DEPENDS = "libopie2"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "LGPL"
+PR = "r1"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opietooth/lib"
PV = "1.1.6+cvs-${CVSDATE}"
inherit opie
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opietooth/lib"
S = "${WORKDIR}/lib"
do_stage() {
diff --git a/opie-bartender/opie-bartender_1.1.6.oe b/opie-bartender/opie-bartender_1.1.6.oe
index e69de29bb2..57772b0047 100644
--- a/opie-bartender/opie-bartender_1.1.6.oe
+++ b/opie-bartender/opie-bartender_1.1.6.oe
@@ -0,0 +1,26 @@
+DESCRIPTION = "Bartender drink receipe database"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+
+APPNAME = "bartender"
+APPTYPE = "binary"
+
+CVSDATE = "20041015"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/apps/opie-bartender \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+
+S = "${WORKDIR}/opie-bartender"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -d ${D}${palmtopdir}/etc/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 db/drinkdb.txt ${D}${palmtopdir}/etc/${APPNAME}/
+}
diff --git a/opie-camera/opie-camera_1.0.1.oe b/opie-camera/opie-camera_1.0.1.oe
index 78199c2e20..b2b5a59dbb 100644
--- a/opie-camera/opie-camera_1.0.1.oe
+++ b/opie-camera/opie-camera_1.0.1.oe
@@ -6,7 +6,11 @@ LICENSE = "GPL"
RDEPENDS = "sharp-camera-support"
APPNAME = "camera"
APPTYPE = "binary"
-PR = "r1"
+
+CVSDATE = "20041015"
+
+PR = "r2"
+
TAG = "v1_1_6"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/multimedia/${APPNAME} \
diff --git a/opie-cardmon/opie-cardmon_1.1.6.oe b/opie-cardmon/opie-cardmon_1.1.6.oe
index e69de29bb2..8ee09e5335 100644
--- a/opie-cardmon/opie-cardmon_1.1.6.oe
+++ b/opie-cardmon/opie-cardmon_1.1.6.oe
@@ -0,0 +1,41 @@
+DESCRIPTION = "CF/PCMCIA Card Monitor applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+
+I18N_FILES = "libcardmonapplet.ts"
+APPNAME = "cardmonapplet"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/core/applets/cardmon \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/sounds \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+
+S = "${WORKDIR}/cardmon"
+
+inherit opie
+
+pkg_postinst() {
+#!/bin/sh
+if pidof -s qpe >/dev/null; then
+ /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
+fi
+ if [ -n "$D" ]; then false; fi
+}
+
+pkg_postrm() {
+#!/bin/sh
+/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
+ if [ -n "$D" ]; then false; fi
+}
+
+# FILES plugins/applets/libcardmonapplet.so* pics/cardmon/*.png sounds/cardmon/*.wav
+do_install() {
+ install -d ${D}${palmtopdir}/pics/cardmon/
+ install -d ${D}${palmtopdir}/sounds/cardmon/
+ install -m 0644 ${WORKDIR}/pics/cardmon/*.png ${D}${palmtopdir}/pics/cardmon/
+ install -m 0644 ${WORKDIR}/sounds/cardmon/*.wav ${D}${palmtopdir}/sounds/cardmon/
+}
+
diff --git a/opie-cardmon/opie-cardmon_cvs.oe b/opie-cardmon/opie-cardmon_cvs.oe
index 259c3597e8..3795e5a461 100644
--- a/opie-cardmon/opie-cardmon_cvs.oe
+++ b/opie-cardmon/opie-cardmon_cvs.oe
@@ -5,6 +5,7 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
PV = "1.1.6+cvs-${CVSDATE}"
APPNAME = "cardmonapplet"
+I18N_FILES = "libcardmonapplet.ts"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/applets/cardmon \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
diff --git a/opie-dagger/opie-dagger_1.1.6.oe b/opie-dagger/opie-dagger_1.1.6.oe
index ff26326651..bde9809c4f 100644
--- a/opie-dagger/opie-dagger_1.1.6.oe
+++ b/opie-dagger/opie-dagger_1.1.6.oe
@@ -5,7 +5,9 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "libopiecore2 libopieui2 sword"
APPNAME = "dagger"
-PR = "r1"
+PR = "r2"
+
+CVSDATE = "20041015"
EXTRA_QMAKEVARS_PRE = "LIBSWORD_INC_DIR=${STAGING_INCDIR}/sword"
diff --git a/opie-ftp/opie-ftp_1.1.6.oe b/opie-ftp/opie-ftp_1.1.6.oe
index e69de29bb2..70bfd54bde 100644
--- a/opie-ftp/opie-ftp_1.1.6.oe
+++ b/opie-ftp/opie-ftp_1.1.6.oe
@@ -0,0 +1,26 @@
+DESCRIPTION = "Opie-Ftp"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "libopiecore2 opie-ftplib"
+I18N_FILES = "opieftp.ts"
+
+APPNAME = "opieftp"
+APPTYPE = "binary"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/net/opieftp \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libopieftp.so* bin/opieftp pics/opieftp apps/Applications/opieftp.desktop
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+}
+
diff --git a/opie-ftp/opie-ftp_cvs.oe b/opie-ftp/opie-ftp_cvs.oe
index 167f1fa8eb..e5c049cdd8 100644
--- a/opie-ftp/opie-ftp_cvs.oe
+++ b/opie-ftp/opie-ftp_cvs.oe
@@ -7,6 +7,7 @@ DEPENDS = "libopiecore2 opie-ftplib"
PV = "1.1.6+cvs-${CVSDATE}"
APPNAME = "opieftp"
APPTYPE = "binary"
+I18N_FILES = "opieftp.ts"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opieftp \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
diff --git a/opie-ftplib/opie-ftplib_1.1.6.oe b/opie-ftplib/opie-ftplib_1.1.6.oe
index e69de29bb2..72ace97d7b 100644
--- a/opie-ftplib/opie-ftplib_1.1.6.oe
+++ b/opie-ftplib/opie-ftplib_1.1.6.oe
@@ -0,0 +1,27 @@
+DESCRIPTION = "Opie FTP Library"
+SECTION = "opie/libs"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PROVIDES = "libftplib1"
+I18N_FILES = "libftplib.ts"
+
+PR = "r1"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/net/ftplib"
+S = "${WORKDIR}/ftplib"
+
+inherit palmtop
+inherit opie_i18n
+
+EXTRA_QMAKEVARS_POST = "DESTDIR=${S}"
+
+do_stage () {
+ install -m 0664 ${S}/ftplib.h ${STAGING_INCDIR}/
+ oe_libinstall -so libftplib ${STAGING_LIBDIR}
+}
+
+do_install() {
+ oe_libinstall -so libftplib ${D}/${palmtopdir}/lib
+}
diff --git a/opie-ftplib/opie-ftplib_cvs.oe b/opie-ftplib/opie-ftplib_cvs.oe
index a4287147e1..0f541610f0 100644
--- a/opie-ftplib/opie-ftplib_cvs.oe
+++ b/opie-ftplib/opie-ftplib_cvs.oe
@@ -4,12 +4,15 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
PRIORITY = "optional"
LICENSE = "GPL"
PROVIDES = "libftplib1"
+I18N_FILES = "libftplib.ts"
+
PV = "1.1.6+cvs-${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/ftplib"
S = "${WORKDIR}/ftplib"
inherit palmtop
+inherit opie_i18n
EXTRA_QMAKEVARS_POST = "DESTDIR=${S}"
diff --git a/opie-gutenbrowser/opie-gutenbrowser_1.1.6.oe b/opie-gutenbrowser/opie-gutenbrowser_1.1.6.oe
index e69de29bb2..d38886b80f 100644
--- a/opie-gutenbrowser/opie-gutenbrowser_1.1.6.oe
+++ b/opie-gutenbrowser/opie-gutenbrowser_1.1.6.oe
@@ -0,0 +1,27 @@
+DESCRIPTION = "Etext reader for the Project Gutenberg."
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = " opie-ftplib"
+
+APPNAME = "gutenbrowser"
+
+CVSDATE = "20041015"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/apps/opie-gutenbrowser \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/etc"
+
+S = "${WORKDIR}/opie-gutenbrowser"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+ install -d ${D}${palmtopdir}/etc/gutenbrowser/
+ install -m 0644 ${WORKDIR}/etc/gutenbrowser/ftpList ${WORKDIR}/etc/gutenbrowser/GUTINDEX.ALL ${D}${palmtopdir}/etc/gutenbrowser/
+}
diff --git a/opie-irc/opie-irc_1.1.6.oe b/opie-irc/opie-irc_1.1.6.oe
index e69de29bb2..cbedd1e827 100644
--- a/opie-irc/opie-irc_1.1.6.oe
+++ b/opie-irc/opie-irc_1.1.6.oe
@@ -0,0 +1,29 @@
+DESCRIPTION = "The Opie IRC client lets you chat on your favorite IRC server using your handheld computer"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+I18N_FILES = "opieirc.ts"
+DEPENDS = "libqtaux2"
+
+APPNAME = "opieirc"
+#APPTYPE = "binary"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/net/opieirc \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/help \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libopieirc.so* bin/opieirc pics/opieirc apps/Applications/opieirc.desktop help/en/html/opieirc.html help/en/html/opieirc
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+ install -d ${D}${palmtopdir}/help/en/html/
+ install -m 0644 ${WORKDIR}/help/en/html/opieirc.html ${D}${palmtopdir}/help/en/html/
+}
+
diff --git a/opie-irc/opie-irc_cvs.oe b/opie-irc/opie-irc_cvs.oe
index cb2c2ac94a..7cd0b5ccc9 100644
--- a/opie-irc/opie-irc_cvs.oe
+++ b/opie-irc/opie-irc_cvs.oe
@@ -3,6 +3,7 @@ SECTION = "opie/applications"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
+I18N_FILES = "opieirc.ts"
DEPENDS = "libqtaux2"
PV = "1.1.6+cvs-${CVSDATE}"
APPNAME = "opieirc"
diff --git a/opie-libqrsync/opie-libqrsync_1.1.6.oe b/opie-libqrsync/opie-libqrsync_1.1.6.oe
index e69de29bb2..3ffea23aec 100644
--- a/opie-libqrsync/opie-libqrsync_1.1.6.oe
+++ b/opie-libqrsync/opie-libqrsync_1.1.6.oe
@@ -0,0 +1,18 @@
+DESCRIPTION = "Qt wrapper for librsync"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+
+CVSDATE = "20041015"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/rsync"
+S = "${WORKDIR}/rsync"
+
+inherit opie
+
+do_stage() {
+ oe_libinstall -a libqrsync ${STAGING_LIBDIR}/
+ install -m 0644 qrsync.h ${STAGING_INCDIR}/
+}
diff --git a/opie-rdesktop/opie-rdesktop_1.1.6.oe b/opie-rdesktop/opie-rdesktop_1.1.6.oe
index e69de29bb2..4fcad249c9 100644
--- a/opie-rdesktop/opie-rdesktop_1.1.6.oe
+++ b/opie-rdesktop/opie-rdesktop_1.1.6.oe
@@ -0,0 +1,27 @@
+DESCRIPTION = "Remote Desktop Protocol (RDP) Client"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+I18N_FILES = "ordesktop.ts"
+DEPENDS = "openssl"
+
+APPNAME = "ordesktop"
+APPTYPE = "binary"
+
+PR = "r1"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/net/opierdesktop \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics"
+
+S = "${WORKDIR}/opierdesktop"
+
+inherit opie
+
+# FILES bin/ordesktop pics/opierdesktop apps/Applications/opierdesktop.desktop
+do_install() {
+ install -d ${D}${palmtopdir}/pics/opierdesktop/
+ install -m 0644 ${WORKDIR}/pics/opierdesktop/*.png ${D}${palmtopdir}/pics/opierdesktop/
+}
diff --git a/opie-rdesktop/opie-rdesktop_cvs.oe b/opie-rdesktop/opie-rdesktop_cvs.oe
index d6285f1fce..970f623565 100644
--- a/opie-rdesktop/opie-rdesktop_cvs.oe
+++ b/opie-rdesktop/opie-rdesktop_cvs.oe
@@ -4,6 +4,7 @@ PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "openssl"
+I18N_FILES = "ordesktop.ts"
PV = "1.1.6+cvs-${CVSDATE}"
APPNAME = "ordesktop"
APPTYPE = "binary"
diff --git a/opie-restartapplet2/opie-restartapplet2_1.1.6.oe b/opie-restartapplet2/opie-restartapplet2_1.1.6.oe
index e69de29bb2..49f3e6d6ab 100644
--- a/opie-restartapplet2/opie-restartapplet2_1.1.6.oe
+++ b/opie-restartapplet2/opie-restartapplet2_1.1.6.oe
@@ -0,0 +1,23 @@
+DESCRIPTION = "Restart Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+
+APPNAME = "restartapplet"
+I18N_FILES = "librestartapplet.ts"
+
+PR = "r1"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/core/applets/restartapplet2 \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+
+S = "${WORKDIR}/restartapplet2"
+
+inherit opie
+
+# FILES plugins/applets/librestartapplet.so*
+do_install() {
+}
+
diff --git a/opie-restartapplet2/opie-restartapplet2_cvs.oe b/opie-restartapplet2/opie-restartapplet2_cvs.oe
index 31fc75a987..e43581b0e9 100644
--- a/opie-restartapplet2/opie-restartapplet2_cvs.oe
+++ b/opie-restartapplet2/opie-restartapplet2_cvs.oe
@@ -5,6 +5,7 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
PV = "1.1.6+cvs-${CVSDATE}"
APPNAME = "restartapplet"
+I18N_FILES = "librestartapplet.ts"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/applets/restartapplet2 \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps"
diff --git a/opie-vmemo/opie-vmemo_1.1.6.oe b/opie-vmemo/opie-vmemo_1.1.6.oe
index e69de29bb2..28bf676027 100644
--- a/opie-vmemo/opie-vmemo_1.1.6.oe
+++ b/opie-vmemo/opie-vmemo_1.1.6.oe
@@ -0,0 +1,36 @@
+DESCRIPTION = "Voice Memo Recorder Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+RDEPENDS = "opie-vmemo-settings"
+I18N_FILES = "libvmemoapplet.ts"
+
+APPNAME = "vmemoapplet"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/core/applets/vmemo \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+
+S = "${WORKDIR}/vmemo"
+
+inherit opie
+
+pkg_postinst() {
+#!/bin/sh
+if pidof -s qpe >/dev/null; then
+ /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
+fi
+ if [ -n "$D" ]; then exit 1; fi
+}
+
+pkg_postrm() {
+#!/bin/sh
+/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
+ if [ -n "$D" ]; then exit 1; fi
+}
+
+# FILES plugins/applets/libvmemoapplet.so*
+do_install() {
+}
+
diff --git a/opie-vmemo/opie-vmemo_cvs.oe b/opie-vmemo/opie-vmemo_cvs.oe
index b928575407..592c72c4a9 100644
--- a/opie-vmemo/opie-vmemo_cvs.oe
+++ b/opie-vmemo/opie-vmemo_cvs.oe
@@ -5,6 +5,7 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
RDEPENDS = "opie-vmemo-settings"
PV = "1.1.6+cvs-${CVSDATE}"
+I18N_FILES = "libvmemoapplet.ts"
APPNAME = "vmemoapplet"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/applets/vmemo \
diff --git a/opie-wellenreiter/opie-wellenreiter_1.0.3.oe b/opie-wellenreiter/opie-wellenreiter_1.0.3.oe
index 2bf7411c2c..9d226fd9be 100644
--- a/opie-wellenreiter/opie-wellenreiter_1.0.3.oe
+++ b/opie-wellenreiter/opie-wellenreiter_1.0.3.oe
@@ -4,11 +4,13 @@ PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
RRECOMMENDS = "manufacturers"
-PR = "r2"
+PR = "r3"
APPNAME = "wellenreiter"
APPTYPE = "binary"
+CVSDATE = "20041015"
+
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/wellenreiter;date=20040504 \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=20040504 \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=20040504"