commit: ff764713a7e6bca5f28e331d765d1a0ab6f1d781 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Apr 20 06:29:16 2018 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Apr 20 06:29:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff764713
dev-ada/gps: Add desktop entry Closes: https://bugs.gentoo.org/653536 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ada/gps/gps-2017.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ada/gps/gps-2017.ebuild b/dev-ada/gps/gps-2017.ebuild index c33f7a002f7..542c7879a33 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;" }
