summaryrefslogtreecommitdiff
path: root/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild')
-rw-r--r--sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild b/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild
index 68975bc30884..64683646638f 100644
--- a/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild
+++ b/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit desktop
+
DESCRIPTION="An application for viewing, editing and converting GPS data."
HOMEPAGE="http://activityworkshop.net/software/gpsprune/index.html"
SRC_URI="http://activityworkshop.net/software/gpsprune/gpsprune_${PV}.jar"
@@ -61,6 +63,5 @@ src_install()
doins "icons/${size}/gpsprune.png"
done
- insinto /usr/share/applications
- doins gpsprune.desktop
+ domenu gpsprune.desktop
}