summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2018-04-20 08:29:16 +0200
committerTupone Alfredo <tupone@gentoo.org>2018-04-20 08:29:16 +0200
commitff764713a7e6bca5f28e331d765d1a0ab6f1d781 (patch)
tree4651685abd167b70edfee4676acb1b53591c90cf /dev-ada/gps
parentdev-lang/gnat-gpl: Fix binary install (diff)
downloadgentoo-ff764713a7e6bca5f28e331d765d1a0ab6f1d781.tar.gz
gentoo-ff764713a7e6bca5f28e331d765d1a0ab6f1d781.tar.bz2
gentoo-ff764713a7e6bca5f28e331d765d1a0ab6f1d781.zip
dev-ada/gps: Add desktop entry
Closes: https://bugs.gentoo.org/653536 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ada/gps')
-rw-r--r--dev-ada/gps/gps-2017.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ada/gps/gps-2017.ebuild b/dev-ada/gps/gps-2017.ebuild
index c33f7a002f7c..542c7879a33c 100644
--- a/dev-ada/gps/gps-2017.ebuild
+++ b/dev-ada/gps/gps-2017.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 autotools
+inherit python-single-r1 autotools desktop
MYP=${PN}-gpl-${PV}-src
@@ -74,4 +74,5 @@ src_install() {
insinto /usr/share/doc
doins -r "${WORKDIR}"/gnat-gpl-2017-x86_64-linux-bin/share/doc/gnat
fi
+ make_desktop_entry "${PN}" "GPS" "${EPREFIX}/usr/share/gps/icons/hicolor/32x32/apps/gps_32.png" "Development;IDE;"
}