openmoko-gps: Update to SVNR9
authorMatthias Hentges <oe@hentges.net>
Sat, 5 Jan 2008 13:26:39 +0000 (13:26 +0000)
committerMatthias Hentges <oe@hentges.net>
Sat, 5 Jan 2008 13:26:39 +0000 (13:26 +0000)
packages/openmoko-apps/files/openmoko-gps.desktop [deleted file]
packages/openmoko-apps/openmoko-gps_0.0.1+svnr9.bb [moved from packages/openmoko-apps/openmoko-gps_0.0.1+svnr6.bb with 79% similarity]

diff --git a/packages/openmoko-apps/files/openmoko-gps.desktop b/packages/openmoko-apps/files/openmoko-gps.desktop
deleted file mode 100644 (file)
index 8273b81..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=GPS
-Comment=Display GPS coordinates
-Exec=gps_reader.py
-Icon=openmoko-gps2
-Terminal=false
-Type=Application
-Categories=GTK;Application;Utilities;
-MimeType=text/x-vcard;
-SingleInstance=true
-StartupNotify=true
@@ -14,12 +14,11 @@ LICENSE = "GPL"
 
 RDEPENDS = "python-pygtk"
 
-PR = "r1
+PR = "r0
 
 ######################################################################################
 
-SRC_URI = "svn://forge.bearstech.com/bearforge/openmoko;module=gps;rev=6 \
-          file://openmoko-gps.desktop"
+SRC_URI = "svn://forge.bearstech.com/bearforge/openmoko;module=gps;rev=9"
 
 S = "${WORKDIR}/gps"
 
@@ -29,6 +28,6 @@ do_install() {
        install -d ${D}/usr/share/pixmaps/
        
        install -m 0755 ${S}/gps_reader.py ${D}/usr/bin
-       install -m 0644 ${WORKDIR}/openmoko-gps.desktop ${D}/usr/share/applications/
-       install -m 0644 ${S}/icon.png ${D}/usr/share/pixmaps/openmoko-gps2.png
+       install -m 0644 ${S}/openmoko-gps.desktop ${D}/usr/share/applications/
+       install -m 0644 ${S}/*.png ${D}/usr/share/pixmaps/
 }