games-util/dfarc - 3.14 (gentoo)

Search

Install

Install this version:

emerge -a =games-util/dfarc-3.14

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

autounmask =games-util/dfarc-3.14

Or alternatively:

emerge --autounmask-write -a =games-util/dfarc-3.14

Package Information

Description:
Frontend and .dmod installer for GNU FreeDink
Homepage:
http://www.gnu.org/software/freedink/
License:
GPL-3 BZIP2

Ebuild Details

Version EAPI Keywords Slot
3.14 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 wxwidgets xdg

DESCRIPTION="Frontend and .dmod installer for GNU FreeDink"
HOMEPAGE="http://www.gnu.org/software/freedink/"
SRC_URI="mirror://gnu/freedink/${P}.tar.gz"

LICENSE="GPL-3 BZIP2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"

RDEPEND="
	app-arch/bzip2
	x11-misc/xdg-utils
	x11-libs/wxGTK:${WX_GTK_VER}=[X]
"
DEPEND="${RDEPEND}"
BDEPEND="nls? ( dev-util/intltool )"

PATCHES=(
	"${FILESDIR}"/${PN}-3.12-nowindres.patch
	# From OpenSuSE
	"${FILESDIR}"/${P}-wxString.patch
)

src_configure() {
	setup-wxwidgets
	econf \
		$(use_enable nls) \
		--disable-desktopfiles \
		--with-wx-config="${WX_CONFIG}"
}

src_install() {
	default
	dodoc TRANSLATIONS.txt
}

USE Flags

Manage flags for this package: euse -i <flag> -p games-util/dfarc | euse -E <flag> -p games-util/dfarc | euse -D <flag> -p games-util/dfarc

Global/Standard Flags

nls

Inherited Eclasses

xdg

Applicable Mirrors

Mirror Name URLs
gnu

Dependencies

DEPEND

	app-arch/bzip2
	x11-misc/xdg-utils
	x11-libs/wxGTK:3.2-gtk3=[X]

RDEPEND

	app-arch/bzip2
	x11-misc/xdg-utils
	x11-libs/wxGTK:3.2-gtk3=[X]

BDEPEND

nls? ( dev-util/intltool )

Manifest for 3.14

Type File Size Source URLs
DIST dfarc-3.14.tar.gz 336910 bytes mirror://gnu/freedink/dfarc-3.14.tar.gz