mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-util/qzdl: remove USE flags, add 20250103
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
1
games-util/qzdl/Manifest
Normal file
1
games-util/qzdl/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST qzdl-20250103.tar.gz 245223 BLAKE2B 0171676ed829ceedf815d3e21a3c4610a0fb8aece289fc458fd4b4023e1d7e4b43fafdd75eb6f45375171416c6bc58475ebe00c70cac7d02feb10fb10447a8be SHA512 2db6185d7ff5b808368bc2ff23a796226b4b9819f98ac97e8f74cdbbb6c22a511a180b57a26d2ed8e67ed5bda09e1e81166238eb0702f968e0ebebdfc214ad94
|
||||
45
games-util/qzdl/qzdl-20250103.ebuild
Normal file
45
games-util/qzdl/qzdl-20250103.ebuild
Normal file
@@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
COMMIT="a03191777152b932b9bf15f45d439bf38e8c7679"
|
||||
|
||||
inherit cmake desktop
|
||||
|
||||
DESCRIPTION="Qt version of the ZDL ZDoom launcher"
|
||||
HOMEPAGE="https://zdl.vectec.net/wiki/Main_Page"
|
||||
SRC_URI="https://github.com/qbasicer/qzdl/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
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"
|
||||
}
|
||||
@@ -11,23 +11,14 @@ EGIT_REPO_URI="https://github.com/qbasicer/qzdl.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="+qt6 qt5"
|
||||
REQUIRED_USE="|| ( qt5 qt6 )"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/inih
|
||||
qt5? (
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtwidgets:5
|
||||
)
|
||||
qt6? (
|
||||
dev-qt/qtbase:6[widgets]
|
||||
)
|
||||
dev-qt/qtbase:6[widgets]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
qt5? ( dev-qt/qtcore:5 )
|
||||
qt6? ( dev-qt/qtbase:6 )
|
||||
dev-qt/qtbase:6
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
@@ -38,6 +29,7 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user