summaryrefslogtreecommitdiff
path: root/opie-textedit
diff options
context:
space:
mode:
authorral@home <ral@home>2004-04-23 15:44:01 +0000
committerral@home <ral@home>2004-04-23 15:44:01 +0000
commit569566350fa9c2338bf8ab029252813a87e294b7 (patch)
treeeff571e56bb4d251e5d163c2b5671c1a53fe5891 /opie-textedit
parent4284606570805310e4ef4156147af9435ecbb251 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into alwin.at.home:/home/ral/progs/Zaurus/oe/oe/packages 2004/04/23 17:43:42+02:00 home!ral fixed some missing stuff BKrev: 408939c1dRPhb5agD35dvJWmI0-kMQ
Diffstat (limited to 'opie-textedit')
-rw-r--r--opie-textedit/opie-textedit_cvs.oe5
1 files changed, 4 insertions, 1 deletions
diff --git a/opie-textedit/opie-textedit_cvs.oe b/opie-textedit/opie-textedit_cvs.oe
index 86a4d0b187..1b5af1cb6d 100644
--- a/opie-textedit/opie-textedit_cvs.oe
+++ b/opie-textedit/opie-textedit_cvs.oe
@@ -7,7 +7,8 @@ DEPENDS = "virtual/libc libopie2"
PV = "1.1.3-cvs-${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/textedit \
- cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics"
+ cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics \
+ cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/apps"
S = "${WORKDIR}/textedit"
inherit opie
@@ -15,7 +16,9 @@ inherit opie
do_install() {
install -d ${D}/${palmtopdir}/bin/
install -d ${D}/${palmtopdir}/pics/textedit/
+ install -d ${D}/${palmtopdir}/apps/1Pim/
install -m 0755 libtextedit.so* ${D}/${palmtopdir}/plugins/application/
ln -sf ${D}/${palmtopdir}/bin/quicklaunch ${D}/${palmtopdir}/bin/textedit
install -m 0644 ${WORKDIR}/pics/textedit/*.png ${D}/${palmtopdir}/pics/textedit/
+ install -m 0644 ${WORKDIR}/apps/1Pim/textedit.desktop ${D}/${palmtopdir}/apps/1Pim/
}