move desktop file to data/
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Sun, 2 May 2010 19:22:08 +0000 (21:22 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Sun, 2 May 2010 19:22:08 +0000 (21:22 +0200)
.gitignore
configure.ac
data/Makefile.am
data/cpazimuth.desktop.in [new file with mode: 0644]
src/Makefile.am
src/cpazimuth.desktop.in [deleted file]

index 90455c7..37da98c 100644 (file)
@@ -37,9 +37,9 @@ stamp-h1
 status
 
 src/azimuth
-src/cpazimuth.desktop
 
 data/azimuth.schemas
+data/cpazimuth.desktop
 
 debian/azimuth.postinst.debhelper
 debian/azimuth.postrm.debhelper
index 79bc1e9..b82c7ab 100644 (file)
@@ -102,7 +102,7 @@ fi
 AC_OUTPUT([
        Makefile
        src/Makefile
-       src/cpazimuth.desktop
        data/Makefile
        data/azimuth.schemas
+       data/cpazimuth.desktop
 ])
index 32551f0..f7e1e6f 100644 (file)
@@ -13,6 +13,8 @@ else
 install-data-local:
 endif
 
+hildoncpdesktopentry_DATA = cpazimuth.desktop
+
 EXTRA_DIST = \
   $(schemas_in_files) \
   $(schemas_DATA)
diff --git a/data/cpazimuth.desktop.in b/data/cpazimuth.desktop.in
new file mode 100644 (file)
index 0000000..e9a4396
--- /dev/null
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Azimuth
+Comment=Publish my location
+Type=HildonControlPanelPlugin
+Icon=gps_location
+Categories=connectivity
+X-control-panel-plugin=libcpazimuth.so
+X-Text-Domain=hildon-control-panel
index 41bf042..6e4305b 100644 (file)
@@ -30,9 +30,6 @@ azimuth_SOURCES = \
        connection-watcher.c \
        position-publisher.c
 
-
-hildoncpdesktopentry_DATA = cpazimuth.desktop
-
 cpazimuth_LTLIBRARIES = libcpazimuth.la
 
 libcpazimuth_la_LIBADD = $(HILDON_LIBS) $(GCONF_LIBS) \
diff --git a/src/cpazimuth.desktop.in b/src/cpazimuth.desktop.in
deleted file mode 100644 (file)
index e9a4396..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Azimuth
-Comment=Publish my location
-Type=HildonControlPanelPlugin
-Icon=gps_location
-Categories=connectivity
-X-control-panel-plugin=libcpazimuth.so
-X-Text-Domain=hildon-control-panel