openmoko-apps: openmoko-gps: Fix icon name
authorMatthias Hentges <oe@hentges.net>
Thu, 3 Jan 2008 23:28:27 +0000 (23:28 +0000)
committerMatthias Hentges <oe@hentges.net>
Thu, 3 Jan 2008 23:28:27 +0000 (23:28 +0000)
packages/openmoko-apps/files/openmoko-gps.desktop
packages/openmoko-apps/openmoko-gps_0.0.1+svnr6.bb

index a496745..8273b81 100644 (file)
@@ -3,7 +3,7 @@ Encoding=UTF-8
 Name=GPS
 Comment=Display GPS coordinates
 Exec=gps_reader.py
-Icon=openmoko-gps
+Icon=openmoko-gps2
 Terminal=false
 Type=Application
 Categories=GTK;Application;Utilities;
index 1d00b6a..9028393 100644 (file)
@@ -14,7 +14,7 @@ LICENSE = "GPL"
 
 RDEPENDS = "python-pygtk"
 
-PR = "r0
+PR = "r1
 
 ######################################################################################
 
@@ -30,5 +30,5 @@ do_install() {
        
        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-gps.png
+       install -m 0644 ${S}/icon.png ${D}/usr/share/pixmaps/openmoko-gps2.png
 }