diff options
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" +} |