Merge bk://openembedded@openembedded.bkbits.net/packages
authorral@home <ral@home>
Fri, 23 Apr 2004 18:54:44 +0000 (18:54 +0000)
committerral@home <ral@home>
Fri, 23 Apr 2004 18:54:44 +0000 (18:54 +0000)
into alwin.at.home:/home/ral/progs/Zaurus/oe/oe/packages

2004/04/23 20:54:26+02:00 home!ral
added some opie packages

BKrev: 40896674eLKKgxqdJEEy2OZEyZsa5w

opie-advancedfm/opie-advancedfm_cvs.oe [new file with mode: 0644]
opie-checkbook/opie-checkbook_cvs.oe [new file with mode: 0644]
opie-console/opie-console_cvs.oe [new file with mode: 0644]
opie-embeddedkonsole/opie-embeddedkonsole_cvs.oe
opie-helpbrowser/opie-helpbrowser_cvs.oe
opie-oxygen/opie-oxygen_cvs.oe [new file with mode: 0644]
opie-textedit/opie-textedit_cvs.oe
opie-write/opie-write_cvs.oe [new file with mode: 0644]

diff --git a/opie-advancedfm/opie-advancedfm_cvs.oe b/opie-advancedfm/opie-advancedfm_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/opie-checkbook/opie-checkbook_cvs.oe b/opie-checkbook/opie-checkbook_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/opie-console/opie-console_cvs.oe b/opie-console/opie-console_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
index 79de7b3..c006e23 100644 (file)
@@ -15,10 +15,14 @@ inherit opie
 
 do_install() {
     install -d ${D}/${palmtopdir}/bin/
-    install -d ${D}/${palmtopdir}/pics/embeddedkonsole/
+    install -d ${D}/${palmtopdir}/pics/konsole/
     install -d ${D}/${palmtopdir}/apps/Applications/
-    install -m 0755 libembeddedkonsole.so* ${D}/${palmtopdir}/plugins/application/
-    ln -sf ${D}/${palmtopdir}/bin/quicklaunch ${D}/${palmtopdir}/bin/embeddedkonsole
-    install -m 0644 ${WORKDIR}/pics/embeddedkonsole/*.png ${D}/${palmtopdir}/pics/embeddedkonsole/
+    if [ -f ${S}/libembeddedkonsole.so.1.0.0 ]; then
+     install -m 0755 libembeddedkonsole.so* ${D}/${palmtopdir}/plugins/application/
+     ln -sf ${D}/${palmtopdir}/bin/quicklaunch ${D}/${palmtopdir}/bin/embeddedkonsole
+    else 
+     install -m 0755 ${S}/embeddedkonsole ${D}/${palmtopdir}/bin/embeddedkonsole
+    fi
+    install -m 0644 ${WORKDIR}/pics/konsole/*.png ${D}/${palmtopdir}/pics/konsole/
     install -m 0644 ${WORKDIR}/apps/Applications/embeddedkonsole.desktop ${D}/${palmtopdir}/apps/Applications/
 }
index 8c957ee..0010394 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libc libopie2"
 PV = "1.1.3-cvs-${CVSDATE}"
 
 SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/helpbrowser \
-           cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics/helpbrowser \
+           cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics \
            cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/apps"
 
 S = "${WORKDIR}/helpbrowser"
@@ -19,8 +19,12 @@ do_install() {
     install -d ${D}/${palmtopdir}/pics/
     install -d ${D}/${palmtopdir}/pics/helpbrowser/
     install -d ${D}/${palmtopdir}/apps/Applications/
-    install -m 0755 libhelpbrowser.so* ${D}/${palmtopdir}/plugins/application/
-    ln -sf ${D}/${palmtopdir}/bin/quicklaunch ${D}/${palmtopdir}/bin/helpbrowser
+    if [ -f ${S}/libembeddedkonsole.so.1.0.0 ]; then
+     install -m 0755 libhelpbrowser.so* ${D}/${palmtopdir}/plugins/application/
+     ln -sf ${D}/${palmtopdir}/bin/quicklaunch ${D}/${palmtopdir}/bin/helpbrowser
+    else
+     install -m 0755 ${S}/helpbrowser ${D}/${palmtopdir}/bin/helpbrowser
+    fi
     install -m 0644 ${WORKDIR}/pics/helpbrowser/*.png ${D}/${palmtopdir}/pics/helpbrowser/
     install -m 0644 ${WORKDIR}/apps/Applications/helpbrowser.desktop ${D}/${palmtopdir}/apps/Applications/
 }
diff --git a/opie-oxygen/opie-oxygen_cvs.oe b/opie-oxygen/opie-oxygen_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
index 1b5af1c..326fea2 100644 (file)
@@ -17,8 +17,12 @@ 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
+    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 -m 0644 ${WORKDIR}/pics/textedit/*.png ${D}/${palmtopdir}/pics/textedit/
     install -m 0644 ${WORKDIR}/apps/1Pim/textedit.desktop ${D}/${palmtopdir}/apps/1Pim/
 }
diff --git a/opie-write/opie-write_cvs.oe b/opie-write/opie-write_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29