games-board/openyahtzee - 1.9.3 (gentoo)

Search

Install

Install this version:

emerge -a =games-board/openyahtzee-1.9.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-board/openyahtzee-1.9.3

Or alternatively:

emerge --autounmask-write -a =games-board/openyahtzee-1.9.3

Package Information

Description:
Full-featured wxWidgets version of the classic dice game Yahtzee
Homepage:
https://openyahtzee.sourceforge.net/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.9.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

WX_GTK_VER="3.2-gtk3"
inherit flag-o-matic wxwidgets

DESCRIPTION="Full-featured wxWidgets version of the classic dice game Yahtzee"
HOMEPAGE="https://openyahtzee.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/openyahtzee/${P}.tar.xz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}=[X]"
DEPEND="
	${RDEPEND}
	dev-libs/boost
"

PATCHES=( "${FILESDIR}"/${P}-wx32.patch )

src_configure() {
	append-cxxflags -std=c++11
	setup-wxwidgets
	econf --datadir=/usr/share
}

Inherited Eclasses

Dependencies

DEPEND

	x11-libs/wxGTK:3.2-gtk3=[X]
	dev-libs/boost

RDEPEND

x11-libs/wxGTK:3.2-gtk3=[X]

Manifest for 1.9.3

Type File Size Source URLs
DIST openyahtzee-1.9.3.tar.xz 178868 bytes https://downloads.sourceforge.net/openyahtzee/openyahtzee-1.9.3.tar.xz