flexis-zaurus, portabase, qpegps, qplot: fixed SECTION, oelint fixes
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 3 Oct 2004 10:31:26 +0000 (10:31 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 3 Oct 2004 10:31:26 +0000 (10:31 +0000)
BKrev: 415fd4feHugmKEGuRbmC4fc3lw9_0A

flexis-zaurus/flexis-zaurus_1.0.0.oe
portabase/portabase_1.9.oe
qpegps/qpegps_0.9.1+cvs-20040817.oe
qplot/qplot_2.0.1+cvs20020420.oe

index 677f436..8ef8d4c 100644 (file)
@@ -1,8 +1,9 @@
 DESCRIPTION = "A Qtopia/Opie Input Method plugin for the Flexis FX100 Keyboard."
-SECTION = "base"
+SECTION = "opie/inputmethods"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
+PR = "r1"
 
 SRC_URI = "http://www.Vanille.de/mirror/flexis-zaurus-${PV}.tar.bz2"
 S = "${WORKDIR}/flexis-zaurus"
index 1986d69..e6a583e 100644 (file)
@@ -1,5 +1,7 @@
-DESCRIPTION = "Portabase is a small database program for creating, browsing, and editing custom tables of data."
-LICENCE = "GPL"
+DESCRIPTION = "Portabase is a small database program for creating, browsing, \
+and editing custom tables of data."
+SECTION = "opie/applications"
+LICENSE = "GPL"
 HOMEPAGE = "http://portabase.sourceforge.net/"
 DEPENDS = "metakit beecrypt"
 APPNAME = "portabase"
index e69de29..729fa80 100644 (file)
@@ -0,0 +1,36 @@
+DESCRIPTION = "Navigation application for use with GPS adapters"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+HOMEPAGE = "http://qpegps.sourceforge.net/"
+CVSDATE = 20040817
+PV = "0.9.1+cvs-${CVSDATE}"
+PR = "r1"
+
+SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/qpegps;module=qpegps \
+           file://gpsd-fix.patch;patch=1 \
+           file://qpegps.desktop \
+           file://qpegps.png"
+S = "${WORKDIR}/qpegps"
+
+inherit palmtop
+
+QMAKE_PROFILES = "qpegps.pro"
+EXTRA_QMAKEVARS_POST = "LIBS=-lqpe"
+
+do_install() {
+        install -d ${D}/${palmtopdir}/bin \
+                  ${D}/${palmtopdir}/apps/Applications \
+                  ${D}/${palmtopdir}/pics/qpegps \
+                  ${D}/${palmtopdir}/help/html/qpegps_icons \
+                  ${D}/${palmtopdir}/qpegps/maps \
+                  ${D}/${palmtopdir}/qpegps/icons \
+                  ${D}/${palmtopdir}/qpegps/tracks
+        install -m 0755 qpegps ${D}/${palmtopdir}/bin/
+        install -m 0644 ${WORKDIR}/qpegps.desktop ${D}/${palmtopdir}/apps/Applications/
+        install -m 0644 ${WORKDIR}/qpegps.png ${D}/${palmtopdir}/pics/qpegps/
+        install -m 0644 doc/qpegps.html ${D}/${palmtopdir}/help/html/
+        install -m 0644 doc/qpegps_icons/*.png ${D}/${palmtopdir}/help/html/qpegps_icons/
+        install -m 0644 icons/*.xpm ${D}/${palmtopdir}/qpegps/icons/
+}
index e69de29..dabb201 100644 (file)
@@ -0,0 +1,29 @@
+DESCRIPTION = "QPlot is an Advanced Matematical Calculator for Qt/Embedded based Palmtop Environments"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+HOMEPAGE = "http://qplot.sourceforge.net/"
+CVSDATE = 20020420
+PV = "2.0.1-cvs-${CVSDATE}"
+PR = "r1"
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/qplot;module=qplot \
+          file://gcc3.patch;patch=1"
+S = "${WORKDIR}/qplot"
+
+inherit palmtop
+
+do_install() {
+       install -d ${D}/${palmtopdir}/bin \
+                  ${D}/${palmtopdir}/apps/Applications \
+                  ${D}/${palmtopdir}/pics \
+                  ${D}/${palmtopdir}/lib \
+                  ${D}/${palmtopdir}/plugins/inputmethods
+        install -m 755 qplotmain/qplot ${D}/${palmtopdir}/bin/qplot
+        install -m 644 qplotmain/qplot.png ${D}/${palmtopdir}/pics/
+        install -m 644 qplotmain/qplot-const.b ${D}/${palmtopdir}/lib/
+        install -m 644 qplotmain/qplot-math.b ${D}/${palmtopdir}/lib/
+       oe_libinstall -so -C qplotmath libqplotmath ${D}/${palmtopdir}/plugins/inputmethods/
+        install -m 644 qplot.desktop ${D}/${palmtopdir}/apps/Applications/qplot.desktop
+}