Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Tue, 13 Jul 2004 17:58:42 +0000 (17:58 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 13 Jul 2004 17:58:42 +0000 (17:58 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/07/13 19:58:36+02:00 uni-frankfurt.de!mickey
add libopietooth courtesy Thomas Themel - thanks.

BKrev: 40f422d2tXD2mjt60Xayt30_IdH04g

libopietooth/libopietooth_cvs.oe [new file with mode: 0644]
opie-taskbar/opie-taskbar/corgi/qpe.conf [new file with mode: 0644]
opie-taskbar/opie-taskbar/husky/qpe.conf [new file with mode: 0644]
opie-taskbar/opie-taskbar/qpe.conf [new file with mode: 0644]
opie-taskbar/opie-taskbar/shepherd/qpe.conf [new file with mode: 0644]
opie-wirelessapplet/opie-wirelessapplet_cvs.oe

diff --git a/libopietooth/libopietooth_cvs.oe b/libopietooth/libopietooth_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/opie-taskbar/opie-taskbar/corgi/qpe.conf b/opie-taskbar/opie-taskbar/corgi/qpe.conf
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/opie-taskbar/opie-taskbar/husky/qpe.conf b/opie-taskbar/opie-taskbar/husky/qpe.conf
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/opie-taskbar/opie-taskbar/qpe.conf b/opie-taskbar/opie-taskbar/qpe.conf
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/opie-taskbar/opie-taskbar/shepherd/qpe.conf b/opie-taskbar/opie-taskbar/shepherd/qpe.conf
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..05b1da3 100644 (file)
@@ -0,0 +1,34 @@
+DESCRIPTION = "Wireless Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+PV = "1.1.4-cvs-${CVSDATE}"
+APPNAME = "wirelessapplet"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/applets/wirelessapplet;date=${CVSDATE}"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+pkg_postinst() {
+#!/bin/sh
+if [ -n "$D" ]; then exit 1; fi
+if pidof -s qpe >/dev/null; then
+  /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
+else
+  exit 0
+fi
+}
+
+pkg_postrm() {
+#!/bin/sh
+if [ -n "$D" ]; then exit 1; fi
+/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
+}
+
+# FILES plugins/applets/libwirelessapplet.so*
+do_install() {
+}
+