diff options
Diffstat (limited to 'opie-brightnessapplet/opie-brightnessapplet_1.1.7.oe')
-rw-r--r-- | opie-brightnessapplet/opie-brightnessapplet_1.1.7.oe | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/opie-brightnessapplet/opie-brightnessapplet_1.1.7.oe b/opie-brightnessapplet/opie-brightnessapplet_1.1.7.oe deleted file mode 100644 index fdb4cf2886..0000000000 --- a/opie-brightnessapplet/opie-brightnessapplet_1.1.7.oe +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "Brightness Applet" -SECTION = "opie/applets" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" - -APPNAME = "brightnessapplet" - - -TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/applets/brightnessapplet \ - ${HANDHELDS_CVS};tag=${TAG};module=opie/pics" -S = "${WORKDIR}/${APPNAME}" - -inherit opie - -do_install() { - install -d ${D}/${palmtopdir}/pics/${APPNAME} - install -m 0655 ${WORKDIR}/pics/${APPNAME}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ -} - -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()" -} - |