From: Michael Lauer Date: Tue, 13 Jul 2004 17:58:42 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18235 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3f2c8fd74be1c2b25b14c154456eb597991d65;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages 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 --- diff --git a/libopietooth/libopietooth_cvs.oe b/libopietooth/libopietooth_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/opie-taskbar/opie-taskbar/corgi/qpe.conf b/opie-taskbar/opie-taskbar/corgi/qpe.conf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/opie-taskbar/opie-taskbar/husky/qpe.conf b/opie-taskbar/opie-taskbar/husky/qpe.conf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/opie-taskbar/opie-taskbar/qpe.conf b/opie-taskbar/opie-taskbar/qpe.conf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/opie-taskbar/opie-taskbar/shepherd/qpe.conf b/opie-taskbar/opie-taskbar/shepherd/qpe.conf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/opie-wirelessapplet/opie-wirelessapplet_cvs.oe b/opie-wirelessapplet/opie-wirelessapplet_cvs.oe index e69de29bb2..05b1da3447 100644 --- a/opie-wirelessapplet/opie-wirelessapplet_cvs.oe +++ b/opie-wirelessapplet/opie-wirelessapplet_cvs.oe @@ -0,0 +1,34 @@ +DESCRIPTION = "Wireless Applet" +SECTION = "opie/applets" +PRIORITY = "optional" +MAINTAINER = "Open Embedded " +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() { +} +