Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/xfreecell/
Date: Tue, 29 Mar 2016 16:59:23
Message-Id: 1459270746.4a77d3442afbd30769a7b8f3ba0ad239f11d236d.mr_bones_@gentoo
1 commit: 4a77d3442afbd30769a7b8f3ba0ad239f11d236d
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 16:58:48 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 16:59:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a77d344
7
8 games-board/xfreecell: make sure media-fonts/font-misc-misc is installed (bug #577178)
9
10 Package-Manager: portage-2.2.26
11
12 games-board/xfreecell/xfreecell-1.0.5b.ebuild | 11 +++++++++--
13 1 file changed, 9 insertions(+), 2 deletions(-)
14
15 diff --git a/games-board/xfreecell/xfreecell-1.0.5b.ebuild b/games-board/xfreecell/xfreecell-1.0.5b.ebuild
16 index ed49c80..02af2cc 100644
17 --- a/games-board/xfreecell/xfreecell-1.0.5b.ebuild
18 +++ b/games-board/xfreecell/xfreecell-1.0.5b.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,7 +15,8 @@ SLOT="0"
26 KEYWORDS="amd64 ~ppc ppc64 x86"
27 IUSE=""
28
29 -RDEPEND="x11-libs/libXext"
30 +RDEPEND="x11-libs/libXext
31 + media-fonts/font-misc-misc"
32 DEPEND="${RDEPEND}
33 x11-proto/xextproto"
34
35 @@ -33,5 +34,11 @@ src_install() {
36 doins "${WORKDIR}"/MSNumbers
37 dodoc CHANGES README mshuffle.txt
38 doman xfreecell.6
39 + make_desktop_entry xfreecell XFreecell
40 prepgamesdirs
41 }
42 +
43 +pkg_postinst() {
44 + games_pkg_postinst
45 + einfo "Remember to restart X if this is the first time you've installed media-fonts/font-misc-misc"
46 +}