diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 06:18:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:32:25 +0000 |
commit | 3d33e36955e3f51bb144b0db86620db2b28e4758 (patch) | |
tree | faeffc0e6ca7e16cf070767f77986c7321596263 /games-board | |
parent | ames-board/chessx: desktop.eclass-- (diff) | |
download | gentoo-3d33e36955e3f51bb144b0db86620db2b28e4758.tar.gz gentoo-3d33e36955e3f51bb144b0db86620db2b28e4758.tar.bz2 gentoo-3d33e36955e3f51bb144b0db86620db2b28e4758.zip |
games-board/blokish: eutils->desktop
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/blokish/blokish-0.9.4-r3.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games-board/blokish/blokish-0.9.4-r3.ebuild b/games-board/blokish/blokish-0.9.4-r3.ebuild index e45372c8a487..a932e887ce6a 100644 --- a/games-board/blokish/blokish-0.9.4-r3.ebuild +++ b/games-board/blokish/blokish-0.9.4-r3.ebuild @@ -1,27 +1,26 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 WX_GTK_VER="3.0" -inherit eutils autotools wxwidgets +inherit autotools desktop wxwidgets MY_P="${PN}_v${PV}" DESCRIPTION="Open source clone of the four-player board game Blokus" HOMEPAGE="https://sourceforge.net/projects/blokish/" SRC_URI="mirror://sourceforge/blokish/${MY_P}.tgz" +S="${WORKDIR}"/${PN} LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] +DEPEND=" + x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] virtual/glu virtual/opengl" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${PN} +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gcc43.patch |