games-util/qzdl - 99999999 (guru)

Search

Install

Install this version:

emerge -a =games-util/qzdl-99999999

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

autounmask =games-util/qzdl-99999999

Or alternatively:

emerge --autounmask-write -a =games-util/qzdl-99999999

Package Information

Description:
Qt version of the ZDL ZDoom launcher
Homepage:
https://zdl.vectec.net/wiki/Main_Page
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit cmake desktop git-r3

DESCRIPTION="Qt version of the ZDL ZDoom launcher"
HOMEPAGE="https://zdl.vectec.net/wiki/Main_Page"
EGIT_REPO_URI="https://github.com/qbasicer/qzdl.git"
PROPERTIES="live"

LICENSE="GPL-3"
SLOT="0"

DEPEND="
	dev-libs/inih
	dev-qt/qtbase:6[widgets]
"
RDEPEND="${DEPEND}"
BDEPEND="
	dev-qt/qtbase:6
"

PATCHES=(
	"${FILESDIR}"/${PN}-cmake.patch
)

src_configure() {
	local mycmakeargs=(
		-DCMAKE_BUILD_TYPE=Release
	)

	cmake_src_configure
}

src_install() {
	dobin "${BUILD_DIR}/zdl"

	doicon -s scalable res/zdl3.svg

	make_desktop_entry zdl "ZDL" zdl3 "Game;ActionGame"
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/inih
	dev-qt/qtbase:6[widgets]

RDEPEND

	dev-libs/inih
	dev-qt/qtbase:6[widgets]

BDEPEND

	dev-qt/qtbase:6