summaryrefslogtreecommitdiff
path: root/opie-textedit
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-23 20:27:28 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-23 20:27:28 +0000
commiteea255b6c9aa81ce169c992e12db73dbcc08b5b7 (patch)
treec0dc53c7e18f6c03491f22e452b2649c023fbe4e /opie-textedit
parent69079013455c574f1a5abb3dc470f7d80f2f349c (diff)
fix include.pro and let opie-textedit make use of the new,
slightly more powerful opie.oeclass BKrev: 40897c30rOKjbTTWOVIpQtXnS539Ug
Diffstat (limited to 'opie-textedit')
-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/
}