clean up the various opie packages
authorMichael Lauer <mickey@vanille-media.de>
Sun, 18 Apr 2004 16:02:45 +0000 (16:02 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 18 Apr 2004 16:02:45 +0000 (16:02 +0000)
please use one of these as template for further packages
opie stuff inherits from opie.oeclass now, we will
take care about quicklaunch/non-quicklaunch there

BKrev: 4082a6a5vfRk3mA_-Or5Ll-U-gXhMw

irk/irk_0.11.0.oe
opie-aboutapplet/opie-aboutapplet_cvs.oe
opie-alarm/opie-alarm_cvs.oe
opie-calibrate/opie-calibrate_cvs.oe
opie-helpbrowser/opie-helpbrowser_cvs.oe
opie-login/opie-login_cvs.oe
opie-qcop/opie-qcop_cvs.oe
opie-quicklauncher/opie-quicklauncher_cvs.oe
opie-taskbar/opie-taskbar_cvs.oe
opie-textedit/opie-textedit_cvs.oe

index e69de29..e62b38b 100644 (file)
@@ -0,0 +1,26 @@
+DESCRIPTION = "IRK provides a Qtopia/Opie Input Method plugin that allows you to use external infrared keyboards with the Zaurus."
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl lirc"
+
+SRC_URI = "http://angela1.data-uncertain.co.uk/~zaurus/irk-${PV}.tgz"
+S = "${WORKDIR}/irk"
+
+inherit palmtop
+
+EXTRA_QMAKEVARS_POST = "CONFIG-=qtopia"
+
+do_install() {
+       install -d ${D}/${sysconfdir}
+       install -d ${D}${palmtopdir}/plugins/inputmethods/
+       install -d ${D}/home/root/Settings/
+
+       install chicony.conf ${D}/${sysconfdir}/lircd.conf
+       install IRK.conf ${D}/${sysconfdir}
+       oe_soinstall libirk.so.1.0.0 ${D}${palmtopdir}/plugins/inputmethods/
+}
+
+FILES_irk_append=" /etc /home/root"
+
index 8f7ace6..d60d061 100644 (file)
@@ -3,15 +3,13 @@ SECTION = "opie/applets"
 PRIORITY = "optional"
 MAINTAINER = "Rajko Albrecht <alwin@handhelds.org>"
 LICENSE = "GPL"
-DEPENDS = "virtual/libc libqpe-opie"
+DEPENDS = "virtual/libc"
 PV = "1.1.3-cvs-${CVSDATE}"
 
 SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/applets/aboutapplet"
 S = "${WORKDIR}/aboutapplet"
 
-inherit palmtop
-
-EXTRA_QMAKEVARS_POST = "DESTDIR=."
+inherit opie
 
 do_install() {
        install -d ${D}/${palmtopdir}/plugins/applets/
index e69de29..586954a 100644 (file)
@@ -0,0 +1,24 @@
+DESCRIPTION = "Opie Alarm"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/opiealarm"
+S = "${WORKDIR}/opiealarm"
+
+inherit opie
+
+do_configure() {
+}
+do_compile() {
+       oe_runmake
+
+}
+
+do_install() {
+       install -d ${D}/${palmtopdir}/bin/
+       install -m 0755 ${S}/opiealarm ${D}/${palmtopdir}/bin/
+}
index e69de29..418f07a 100644 (file)
@@ -0,0 +1,18 @@
+DESCRIPTION = "Opie Calibrate"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Opie Team <opie@handhelds.org>"
+LICENSE = "GPL"
+RDEPENDS = "libqpe1"
+DEPENDS = "virtual/libc"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/calibrate"
+S = "${WORKDIR}/calibrate"
+
+inherit opie
+
+do_install() {
+       install -d ${D}/${palmtopdir}/bin/
+       install -m 0755 calibrate ${D}/${palmtopdir}/bin/
+}
index e69de29..565af20 100644 (file)
@@ -0,0 +1,23 @@
+DESCRIPTION = "Opie Help Browser"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Opie Team <opie@handhelds.org>"
+LICENSE = "GPL"
+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"
+
+S = "${WORKDIR}/helpbrowser"
+
+inherit opie
+
+do_install() {
+    install -d ${D}/${palmtopdir}/bin/
+    install -d ${D}/${palmtopdir}/pics/
+    install -d ${D}/${palmtopdir}/pics/helpbrowser/
+    install -m 0755 libhelpbrowser.so* ${D}/${palmtopdir}/plugins/application/
+    ln -sf ${D}/${palmtopdir}/bin/quicklaunch ${D}/${palmtopdir}/bin/helpbrowser
+    install -m 0644 ${WORKDIR}/pics/helpbrowser/*.png ${D}/${palmtopdir}/pics/helpbrowser/
+}
index e69de29..ee75b91 100644 (file)
@@ -0,0 +1,17 @@
+DESCRIPTION = "Opie Login Manager (similar to gdm, xdm or kdm)"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc libopie2"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/opie-login"
+S = "${WORKDIR}/opie-login"
+
+inherit opie
+
+do_install() {
+       install -d ${D}/${palmtopdir}/bin/
+       install -m 0755 opie-login ${D}/${palmtopdir}/bin/
+}
index 36287bd..eed93ed 100644 (file)
@@ -3,7 +3,6 @@ SECTION = "opie/base"
 PRIORITY = "optional"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 LICENSE = "GPL"
-RDEPENDS = "libqpe1"
 DEPENDS = "virtual/libc libqpe-opie"
 PV = "1.1.3-cvs-${CVSDATE}"
 
index e69de29..1efc5df 100644 (file)
@@ -0,0 +1,18 @@
+DESCRIPTION = "Opie Quick Launcher"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/tools/quicklauncher"
+S="${WORKDIR}/quicklauncher"
+
+inherit opie
+
+do_install() {
+       mkdir -p ${D}/${palmtopdir}/bin/
+       install -m 755 quicklauncher ${D}/${palmtopdir}/bin/
+
+}
index 7129c76..853ea39 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "opie/base"
 PRIORITY = "optional"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 LICENSE = "GPL"
-DEPENDS = "virtual/libc libopie2 libqpe-opie"
+DEPENDS = "virtual/libc libopie2"
 PV = "1.1.3-cvs-${CVSDATE}"
 
 SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/calibrate;date=${CVSDATE} \
@@ -16,8 +16,7 @@ SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/calibra
 
 S = "${WORKDIR}/launcher"
 
-inherit palmtop
-
+inherit opie
 
 do_configure_prepend() {
        ln -s ${WORKDIR}/rsync ${S}/rsync
index e69de29..86a4d0b 100644 (file)
@@ -0,0 +1,21 @@
+DESCRIPTION = "Opie Text Editor"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Opie Team <opie@handhelds.org>"
+LICENSE = "GPL"
+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"
+S = "${WORKDIR}/textedit"
+
+inherit opie
+
+do_install() {
+    install -d ${D}/${palmtopdir}/bin/
+    install -d ${D}/${palmtopdir}/pics/textedit/
+    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/
+}