summaryrefslogtreecommitdiff
path: root/packages/openmoko-apps
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2008-01-03 23:28:27 +0000
committerMatthias Hentges <oe@hentges.net>2008-01-03 23:28:27 +0000
commitc5c78c3746fa20932160ff585b3e4c53f4e6c69d (patch)
tree741222dea8630ec06ba0ed3541859a58272a77d6 /packages/openmoko-apps
parentcd06d19972831142dfcdbaf12cb47594a6f682ea (diff)
openmoko-apps: openmoko-gps: Fix icon name
Diffstat (limited to 'packages/openmoko-apps')
-rw-r--r--packages/openmoko-apps/files/openmoko-gps.desktop2
-rw-r--r--packages/openmoko-apps/openmoko-gps_0.0.1+svnr6.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/openmoko-apps/files/openmoko-gps.desktop b/packages/openmoko-apps/files/openmoko-gps.desktop
index a496745da4..8273b8183d 100644
--- a/packages/openmoko-apps/files/openmoko-gps.desktop
+++ b/packages/openmoko-apps/files/openmoko-gps.desktop
@@ -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;
diff --git a/packages/openmoko-apps/openmoko-gps_0.0.1+svnr6.bb b/packages/openmoko-apps/openmoko-gps_0.0.1+svnr6.bb
index 1d00b6a78d..9028393b4e 100644
--- a/packages/openmoko-apps/openmoko-gps_0.0.1+svnr6.bb
+++ b/packages/openmoko-apps/openmoko-gps_0.0.1+svnr6.bb
@@ -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
}