qpegps: set correct version and rename
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 15 Sep 2004 14:01:31 +0000 (14:01 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 15 Sep 2004 14:01:31 +0000 (14:01 +0000)
BKrev: 41484b3b7GzIZw0hdacjX9St0OyJ_Q

qpegps/qpegps-0.9.1+cvs-20040817/gpsd-fix.patch [new file with mode: 0644]
qpegps/qpegps-0.9.1+cvs-20040817/qpegps.desktop [new file with mode: 0644]
qpegps/qpegps-0.9.1+cvs-20040817/qpegps.png [new file with mode: 0644]
qpegps/qpegps-cvs/gpsd-fix.patch [deleted file]
qpegps/qpegps-cvs/qpegps.desktop [deleted file]
qpegps/qpegps-cvs/qpegps.png [deleted file]
qpegps/qpegps_0.9.1+cvs-20040817.oe [new file with mode: 0644]
qpegps/qpegps_cvs.oe [deleted file]

diff --git a/qpegps/qpegps-0.9.1+cvs-20040817/gpsd-fix.patch b/qpegps/qpegps-0.9.1+cvs-20040817/gpsd-fix.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qpegps/qpegps-0.9.1+cvs-20040817/qpegps.desktop b/qpegps/qpegps-0.9.1+cvs-20040817/qpegps.desktop
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qpegps/qpegps-0.9.1+cvs-20040817/qpegps.png b/qpegps/qpegps-0.9.1+cvs-20040817/qpegps.png
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qpegps/qpegps-cvs/gpsd-fix.patch b/qpegps/qpegps-cvs/gpsd-fix.patch
deleted file mode 100644 (file)
index 0b15166..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- qpegps/client.cpp~gpss-fix
-+++ qpegps/client.cpp
-@@ -301,6 +301,7 @@
-       dataPos = dataStr.find('=')-1;
-     }
-   }
-+  while( socket->getch()>0){;}
-   if(positionChanged)
-   {
-     gpsData->adjustDatum();
diff --git a/qpegps/qpegps-cvs/qpegps.desktop b/qpegps/qpegps-cvs/qpegps.desktop
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/qpegps/qpegps-cvs/qpegps.png b/qpegps/qpegps-cvs/qpegps.png
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/qpegps/qpegps_0.9.1+cvs-20040817.oe b/qpegps/qpegps_0.9.1+cvs-20040817.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qpegps/qpegps_cvs.oe b/qpegps/qpegps_cvs.oe
deleted file mode 100644 (file)
index 40f5bf8..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "Navigation application for use with GPS adapters"
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-CVSDATE = 20040817
-
-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/
-}