summaryrefslogtreecommitdiff
path: root/games-action
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-09-15 18:59:29 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-09-15 18:59:29 +0000
commit459468f49c11794ed867d2ad7055bb716a14c6b2 (patch)
tree56a8ecbd06925156061b23225a438a664d7dafb1 /games-action
parent37f3a4a21f3ac9c85846c3abeb389206a079e3ef (diff)
downloadbaldeagleos-repo-459468f49c11794ed867d2ad7055bb716a14c6b2.tar.gz
baldeagleos-repo-459468f49c11794ed867d2ad7055bb716a14c6b2.tar.xz
baldeagleos-repo-459468f49c11794ed867d2ad7055bb716a14c6b2.zip
Adding metadata
Diffstat (limited to 'games-action')
-rw-r--r--games-action/armagetronad/Manifest1
-rw-r--r--games-action/armagetronad/armagetronad-0.2.9.2.3-r2.ebuild (renamed from games-action/armagetronad/armagetronad-0.2.9.2.3-r1.ebuild)8
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/armagetronad/Manifest b/games-action/armagetronad/Manifest
index bf493c1b8248..d413caa61971 100644
--- a/games-action/armagetronad/Manifest
+++ b/games-action/armagetronad/Manifest
@@ -1 +1,2 @@
+DIST armagetronad-0.2.9.2.3-libxml2-2.14.patch.xz 10516 BLAKE2B d01595479ad60706533e5848c055e2a998f56b204a95cb0c0abcbc0a173ed4dd5afbc75fcc8762baaaf01821943fe3e6f0f8d14f70e753ea774804352c420725 SHA512 8e79c6676814164f034f33f11e274fc59bb0fcdaf4bed5b138cb2f582683766792b1a0429b84b7c36b4831bdd2d5857d0ddd5de7f33278165a60ee89965aad0d
DIST armagetronad-0.2.9.2.3.tbz 1834233 BLAKE2B 9b7d09ca7952ffe67a50be01c44adef81640e8cf222158477f66487ea89c7b25e1675bb9308ba71023ce045a4ea739891ce2273d5aa017cef2fa81128c71774c SHA512 813911a75fa1b3a90d99d62c0c38e9b325166623280c0d6a8217f8ca905b4a4617401db12bda898d82aa086a1bd673b31741b95b60b0f1247e6a5677a48c98eb
diff --git a/games-action/armagetronad/armagetronad-0.2.9.2.3-r1.ebuild b/games-action/armagetronad/armagetronad-0.2.9.2.3-r2.ebuild
index 33cf9e844d64..4682dd01a71e 100644
--- a/games-action/armagetronad/armagetronad-0.2.9.2.3-r1.ebuild
+++ b/games-action/armagetronad/armagetronad-0.2.9.2.3-r2.ebuild
@@ -7,15 +7,17 @@ inherit autotools desktop
DESCRIPTION="Fast-paced 3D lightcycle game based on Tron"
HOMEPAGE="https://www.armagetronad.org/"
-SRC_URI="https://launchpad.net/armagetronad/$(ver_cut 1-3)/${PV}/+download/armagetronad-${PV}.tbz"
+SRC_URI="https://launchpad.net/armagetronad/$(ver_cut 1-3)/${PV}/+download/${P}.tbz
+ https://dev.gentoo.org/~asturm/distfiles/${P}-libxml2-2.14.patch.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated sound"
+REQUIRED_USE="sound? ( !dedicated )"
RDEPEND="
- dev-libs/libxml2:=
+ net-misc/curl
!dedicated? (
media-libs/libpng:0=
media-libs/libsdl[X,opengl,video,sound?]
@@ -28,11 +30,11 @@ DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-0.2.9.1.0-AR.patch
+ "${WORKDIR}"/${P}-libxml2-2.14.patch # bug #955800, git master
)
src_prepare() {
default
-
eautoreconf
}