diff options
author | 2014-09-20 06:59:28 +0000 | |
---|---|---|
committer | 2014-09-20 06:59:28 +0000 | |
commit | e3c3e79bb6eb16c0be742ec1a50b883be901bd3b (patch) | |
tree | c93d3228ae6b90e185345efc3d08049070fce1f9 /games-board/xmahjongg | |
parent | EAPI=5; tidy (diff) | |
download | gentoo-2-e3c3e79bb6eb16c0be742ec1a50b883be901bd3b.tar.gz gentoo-2-e3c3e79bb6eb16c0be742ec1a50b883be901bd3b.tar.bz2 gentoo-2-e3c3e79bb6eb16c0be742ec1a50b883be901bd3b.zip |
EAPI=5; tidy
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board/xmahjongg')
-rw-r--r-- | games-board/xmahjongg/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/xmahjongg/xmahjongg-3.7.ebuild | 18 |
2 files changed, 16 insertions, 9 deletions
diff --git a/games-board/xmahjongg/ChangeLog b/games-board/xmahjongg/ChangeLog index 054e6218bf7e..d4e2707fd43a 100644 --- a/games-board/xmahjongg/ChangeLog +++ b/games-board/xmahjongg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/xmahjongg -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xmahjongg/ChangeLog,v 1.13 2010/01/03 11:46:07 fauli Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/xmahjongg/ChangeLog,v 1.14 2014/09/20 06:59:28 mr_bones_ Exp $ + + 20 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> xmahjongg-3.7.ebuild: + EAPI=5; tidy 03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> xmahjongg-3.7.ebuild: Transfer Prefix keywords diff --git a/games-board/xmahjongg/xmahjongg-3.7.ebuild b/games-board/xmahjongg/xmahjongg-3.7.ebuild index 940bf86635ae..91fb06eca893 100644 --- a/games-board/xmahjongg/xmahjongg-3.7.ebuild +++ b/games-board/xmahjongg/xmahjongg-3.7.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xmahjongg/xmahjongg-3.7.ebuild,v 1.8 2010/01/03 11:46:07 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xmahjongg/xmahjongg-3.7.ebuild,v 1.9 2014/09/20 06:59:28 mr_bones_ Exp $ +EAPI=5 inherit eutils games DESCRIPTION="friendly GUI version of xmahjongg" @@ -13,15 +14,18 @@ SLOT="0" KEYWORDS="amd64 ~mips ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" -RDEPEND="x11-libs/libSM - x11-libs/libX11 - media-libs/libpng - sys-libs/zlib" +RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND} x11-libs/libXt" +src_prepare() { + sed -i \ + -e '/X_PRE_LIBS/s:-lSM -lICE::' \ + configure || die +} + src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default newicon share/tiles/small.gif ${PN}.gif make_desktop_entry xmahjongg "Xmahjongg" /usr/share/pixmaps/${PN}.gif prepgamesdirs |