aboutsummaryrefslogtreecommitdiffstats
path: root/opie-textedit/opie-textedit_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-textedit/opie-textedit_cvs.oe')
-rw-r--r--opie-textedit/opie-textedit_cvs.oe14
1 files changed, 3 insertions, 11 deletions
diff --git a/opie-textedit/opie-textedit_cvs.oe b/opie-textedit/opie-textedit_cvs.oe
index 326fea219e..0964846171 100644
--- a/opie-textedit/opie-textedit_cvs.oe
+++ b/opie-textedit/opie-textedit_cvs.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Opie Text Editor"
-SECTION = "opie/applications"
+SECTION = "opie/pim"
PRIORITY = "optional"
MAINTAINER = "Opie Team <opie@handhelds.org>"
LICENSE = "GPL"
@@ -12,17 +12,9 @@ SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/textedi
S = "${WORKDIR}/textedit"
inherit opie
+APPNAME = "textedit"
do_install() {
- install -d ${D}/${palmtopdir}/bin/
- install -d ${D}/${palmtopdir}/pics/textedit/
- install -d ${D}/${palmtopdir}/apps/1Pim/
- if [ -f ${S}/libtextedit.so.1.0.0 ]; then
- install -m 0755 libtextedit.so* ${D}/${palmtopdir}/plugins/application/
- ln -sf ${D}/${palmtopdir}/bin/quicklaunch ${D}/${palmtopdir}/bin/textedit
- else
- install -m 0755 ${S}/textedit ${D}/${palmtopdir}/bin/textedit
- fi
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}
install -m 0644 ${WORKDIR}/pics/textedit/*.png ${D}/${palmtopdir}/pics/textedit/
- install -m 0644 ${WORKDIR}/apps/1Pim/textedit.desktop ${D}/${palmtopdir}/apps/1Pim/
}