diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-03-29 12:58:48 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-03-29 12:59:06 -0400 |
commit | 4a77d3442afbd30769a7b8f3ba0ad239f11d236d (patch) | |
tree | f7f31b7d58bb44b4eee153ee888ab0745c54b4ef /games-board | |
parent | x11-wm/lumina: fixes for bug #57320. (diff) | |
download | gentoo-4a77d3442afbd30769a7b8f3ba0ad239f11d236d.tar.gz gentoo-4a77d3442afbd30769a7b8f3ba0ad239f11d236d.tar.bz2 gentoo-4a77d3442afbd30769a7b8f3ba0ad239f11d236d.zip |
games-board/xfreecell: make sure media-fonts/font-misc-misc is installed (bug #577178)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xfreecell/xfreecell-1.0.5b.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/games-board/xfreecell/xfreecell-1.0.5b.ebuild b/games-board/xfreecell/xfreecell-1.0.5b.ebuild index ed49c806ef66..02af2cc4e379 100644 --- a/games-board/xfreecell/xfreecell-1.0.5b.ebuild +++ b/games-board/xfreecell/xfreecell-1.0.5b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="" -RDEPEND="x11-libs/libXext" +RDEPEND="x11-libs/libXext + media-fonts/font-misc-misc" DEPEND="${RDEPEND} x11-proto/xextproto" @@ -33,5 +34,11 @@ src_install() { doins "${WORKDIR}"/MSNumbers dodoc CHANGES README mshuffle.txt doman xfreecell.6 + make_desktop_entry xfreecell XFreecell prepgamesdirs } + +pkg_postinst() { + games_pkg_postinst + einfo "Remember to restart X if this is the first time you've installed media-fonts/font-misc-misc" +} |