1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Display a multi-line message large, fullscreen, black on white"
9 HOMEPAGE="http://www.joachim-breitner.de/projects#screen-message"
10 SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz"
14 KEYWORDS="~amd64 ~x86"
17 DEPEND="x11-libs/gtk+:3
19 >=x11-libs/pango-1.16"
25 # It's not a game so let's make it *not* end up /usr/games
27 mv "${D}"/usr/{games,bin}/sm || die
28 rmdir "${D}"/usr/games || die
29 sed 's|^Exec=/usr/games/sm|Exec=/usr/bin/sm|' \
30 -i "${D}"/usr/share/applications/sm.desktop || die