diff options
Diffstat (limited to 'micropeak')
| -rw-r--r-- | micropeak/Makefile.am | 4 | ||||
| -rw-r--r-- | micropeak/altusmetrum-micropeak.desktop.in (renamed from micropeak/micropeak.desktop.in) | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/micropeak/Makefile.am b/micropeak/Makefile.am index 1e09e523..37d5ca63 100644 --- a/micropeak/Makefile.am +++ b/micropeak/Makefile.am @@ -75,7 +75,7 @@ WINDOWS_ICON=$(ICONDIR)/micro-peak.ico $(ICONDIR)/micro-peak.exe  MACOSX_ICON=$(ICONDIR)/MicroPeak.icns  desktopdir = $(datadir)/applications -desktop_file = micropeak.desktop +desktop_file = altusmetrum-micropeak.desktop  desktop_SCRIPTS = $(desktop_file)  all-local: micropeak-test micropeak-jdb $(JAR) @@ -92,7 +92,7 @@ clean-local:  EXTRA_DIST = $(desktop_file).in  $(desktop_file): $(desktop_file).in -	sed -e 's#%bindir%#@bindir@#' -e 's#%icondir%#$(datadir)/icons/hicolor/scalable/apps#' ${srcdir}/micropeak.desktop.in > $@ +	sed -e 's#%bindir%#@bindir@#' -e 's#%icondir%#$(datadir)/icons/hicolor/scalable/apps#' ${srcdir}/$(desktop_file).in > $@  	chmod +x $@  LINUX_DIST=MicroPeak-Linux-$(VERSION).tar.bz2 diff --git a/micropeak/micropeak.desktop.in b/micropeak/altusmetrum-micropeak.desktop.in index abdf286f..f7d258ec 100644 --- a/micropeak/micropeak.desktop.in +++ b/micropeak/altusmetrum-micropeak.desktop.in @@ -1,10 +1,10 @@  [Desktop Entry]  Type=Application  Name=MicroPeak -GenericName=MicroPeak download and analysis +GenericName=MicroPeak Download and Analysis  Comment=View and log data from MicroPeak altimeters  Icon=%icondir%/micropeak.svg  Exec=%bindir%/micropeak %f  Terminal=false -MimeType=text/plain; +MimeType=application/vnd.altusmetrum.micropeak  Categories=Education;Electronics;Science; | 
