From 65dd7962592039947d13d0549fc5906150681f83 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 22 Jan 2020 23:11:43 +0100 Subject: sci-astronomy/celestia: Fix Exec in .desktop, provide bigger icons too Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Pacho Ramos --- sci-astronomy/celestia/celestia-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sci-astronomy/celestia') diff --git a/sci-astronomy/celestia/celestia-9999.ebuild b/sci-astronomy/celestia/celestia-9999.ebuild index 781e1cb43a98..fda29bea8547 100644 --- a/sci-astronomy/celestia/celestia-9999.ebuild +++ b/sci-astronomy/celestia/celestia-9999.ebuild @@ -88,12 +88,14 @@ src_install() { for size in 16 22 32 48 ; do newicon -s ${size} "${S}"/src/celestia/kde/data/hi${size}-app-${PN}.png ${PN}.png done + newicon -s 128 "${S}"/src/celestia/gtk/data/${PN}-logo.png ${PN}.png + doicon -s scalable "${S}"/src/celestia/gtk/data/${PN}.svg use glut && domenu ${PN}.desktop if use qt5 ; then sed \ -e "/^Name/s@\$@ (qt5 interface)@" \ - -e "/^Exec/s@${PN}@${PN}-${ui/qt5/qt}@" \ + -e "/^Exec/s@${PN}@${PN}-qt@" \ ${PN}.desktop > "${T}"/${PN}-qt5.desktop || die domenu "${T}"/${PN}-qt5.desktop fi -- cgit v1.2.3-65-gdbad