aboutsummaryrefslogtreecommitdiffstats
path: root/opie-irdaapplet/opie-irdaapplet_1.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-irdaapplet/opie-irdaapplet_1.1.7.oe')
-rw-r--r--opie-irdaapplet/opie-irdaapplet_1.1.7.oe40
1 files changed, 0 insertions, 40 deletions
diff --git a/opie-irdaapplet/opie-irdaapplet_1.1.7.oe b/opie-irdaapplet/opie-irdaapplet_1.1.7.oe
deleted file mode 100644
index 4b3bffaa04..0000000000
--- a/opie-irdaapplet/opie-irdaapplet_1.1.7.oe
+++ /dev/null
@@ -1,40 +0,0 @@
-DESCRIPTION = "IrDA Applet"
-SECTION = "opie/applets"
-PRIORITY = "optional"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
-LICENSE = "GPL"
-
-APPNAME = "irdaapplet"
-
-TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
-SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/irdaapplet \
- ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
- ${HANDHELDS_CVS};tag=${TAG};module=opie/sounds \
- ${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
-
-S = "${WORKDIR}/${APPNAME}"
-
-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/libirdaapplet.so* pics/irdaapplet/* sounds/irdaapplet/*.wav
-do_install() {
- install -d ${D}${palmtopdir}/pics/${APPNAME}/
- install -d ${D}${palmtopdir}/sounds/${APPNAME}/
- install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
- install -m 0644 ${WORKDIR}/sounds/${APPNAME}/*.wav ${D}${palmtopdir}/sounds/${APPNAME}/
-}
-