diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-12-21 10:21:06 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-12-21 10:21:06 -0500 |
commit | 7f2fe7b124a1ae4222ed322e9719a62a47b1ea18 (patch) | |
tree | a04b513064af20216075826e1d86daaa866b198f /sci-geosciences | |
parent | sci-mathematics/lcalc: new upstream v2.0.5. (diff) | |
download | gentoo-7f2fe7b124a1ae4222ed322e9719a62a47b1ea18.tar.gz gentoo-7f2fe7b124a1ae4222ed322e9719a62a47b1ea18.tar.bz2 gentoo-7f2fe7b124a1ae4222ed322e9719a62a47b1ea18.zip |
sci-geosciences/gpsprune-bin: fix qa warning
DeprecatedInsinto
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild | 5 |
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 } |