From dc47b72ec1f4c93b703cfbe3120c0e4ddb206426 Mon Sep 17 00:00:00 2001 From: "Dr. Johann Pfefferl" Date: Sun, 30 May 2010 11:20:01 +0200 Subject: [PATCH 1/1] Changed name of application --- debian/changelog | 6 ++++++ debian/control | 9 ++++----- gps-tracker.c | 2 +- gps-tracker.desktop | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 276cd26..5bfc5d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gps-tracker (1.0-9) unstable; urgency=low + + * Changed name of application + + -- Dr. Johann Pfefferl Sun, 30 May 2010 11:19:32 +0200 + gps-tracker (1.0-8) unstable; urgency=low * Moved Start/Stop/Save button to bottom of screen diff --git a/debian/control b/debian/control index 6d3edb7..ef597ac 100644 --- a/debian/control +++ b/debian/control @@ -7,13 +7,12 @@ Standards-Version: 3.7.2 Package: gps-tracker Architecture: any -Depends: libhildon1 (>= 2.2.3), libhildonfm2 (>= 1:2.28.9) -#Depends: ${shlibs:Depends} -Description: A very simple GPS tracker - GPS tracker is a simple tracker without a map. It only tracks the waypoints. +Depends: ${shlibs:Depends} +Description: A simple GPS track recorder + GPS tracker is a simple track logger without a map. It only tracks the waypoints. You can save the tracked data to a gpx file. It should be energy and battery friendly. -XB-Maemo-Display-Name: GPS tracker +XB-Maemo-Display-Name: GPS Træcker XB-Maemo-Icon-26: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwEAYAAAAHkiXEAAAABmJLR0T///// //8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAwAAAAMADO diff --git a/gps-tracker.c b/gps-tracker.c index 616e4b8..90f08b7 100644 --- a/gps-tracker.c +++ b/gps-tracker.c @@ -291,7 +291,7 @@ int main (int argc, char **argv) data->working_dir = g_strdup_printf("%s" G_DIR_SEPARATOR_S "MyDocs", g_get_home_dir()); data->intermediate_gpx_data_filename = g_strdup_printf("%s" G_DIR_SEPARATOR_S ".gps-tracker.gpx", data->working_dir); data->program = hildon_program_get_instance (); - g_set_application_name("GPS tracker"); + g_set_application_name("GPS Træcker"); data->window = HILDON_WINDOW(hildon_stackable_window_new()); hildon_program_add_window (data->program, HILDON_WINDOW (data->window)); diff --git a/gps-tracker.desktop b/gps-tracker.desktop index 99aee80..41d43f8 100644 --- a/gps-tracker.desktop +++ b/gps-tracker.desktop @@ -2,7 +2,7 @@ Encoding=UTF-8 Version=1.0 Type=Application -Name=GPS tracker +Name=GPS Træcker Exec=/usr/bin/gps-tracker Icon=gps-tracker X-Window-Icon=gps-tracker -- 1.7.9.5