diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-10-03 10:31:26 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-10-03 10:31:26 +0000 |
commit | a9092917b2e3d8d97bc2c3a1eaa6e8862b6fad48 (patch) | |
tree | 6a5609ba6996ea31761ba6ace838586f5eba0527 | |
parent | 9c92fde12032401f9d153900b9b4165335a7d134 (diff) |
flexis-zaurus, portabase, qpegps, qplot: fixed SECTION, oelint fixes
BKrev: 415fd4feHugmKEGuRbmC4fc3lw9_0A
-rw-r--r-- | flexis-zaurus/flexis-zaurus_1.0.0.oe | 3 | ||||
-rw-r--r-- | portabase/portabase_1.9.oe | 6 | ||||
-rw-r--r-- | qpegps/qpegps_0.9.1+cvs-20040817.oe | 36 | ||||
-rw-r--r-- | qplot/qplot_2.0.1+cvs20020420.oe | 29 |
4 files changed, 71 insertions, 3 deletions
diff --git a/flexis-zaurus/flexis-zaurus_1.0.0.oe b/flexis-zaurus/flexis-zaurus_1.0.0.oe index 677f4366a2..8ef8d4c1e0 100644 --- a/flexis-zaurus/flexis-zaurus_1.0.0.oe +++ b/flexis-zaurus/flexis-zaurus_1.0.0.oe @@ -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" diff --git a/portabase/portabase_1.9.oe b/portabase/portabase_1.9.oe index 1986d693b0..e6a583e192 100644 --- a/portabase/portabase_1.9.oe +++ b/portabase/portabase_1.9.oe @@ -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" diff --git a/qpegps/qpegps_0.9.1+cvs-20040817.oe b/qpegps/qpegps_0.9.1+cvs-20040817.oe index e69de29bb2..729fa809c3 100644 --- a/qpegps/qpegps_0.9.1+cvs-20040817.oe +++ b/qpegps/qpegps_0.9.1+cvs-20040817.oe @@ -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/ +} diff --git a/qplot/qplot_2.0.1+cvs20020420.oe b/qplot/qplot_2.0.1+cvs20020420.oe index e69de29bb2..dabb201c4b 100644 --- a/qplot/qplot_2.0.1+cvs20020420.oe +++ b/qplot/qplot_2.0.1+cvs20020420.oe @@ -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 +} |