Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
0ad
Commits:
78eda528 by Sven-Hendrik Haase at 2026-02-21T13:44:44+01:00
upgpkg: 0.28.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = 0ad
pkgdesc = Cross-platform, 3D and historically-based real-time strategy
game
- pkgver = a28.0
+ pkgver = 0.28.0
pkgrel = 1
url = http://play0ad.com/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = 0ad
makedepends = llvm
makedepends = cbindgen
makedepends = premake
- depends = 0ad-data
+ depends = 0ad-data=0.28.0
depends = binutils
depends = boost-libs
depends = curl
=====================================
PKGBUILD
=====================================
@@ -2,25 +2,24 @@
# Contributor: t3ddy <t3ddy1988 "at" gmail {dot} com>
# Contributor: Adrián Chaves Fernández (Gallaecio) <[email protected]>
pkgname=0ad
-pkgver=a28.0
-_pkgver=0.28.0
+pkgver=0.28.0
pkgrel=1
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
arch=('x86_64')
url="http://play0ad.com/"
license=('GPL-2.0-or-later')
-depends=('0ad-data' 'binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng'
'libvorbis'
+depends=("0ad-data=$pkgver" 'binutils' 'boost-libs' 'curl' 'enet' 'libogg'
'libpng' 'libvorbis'
'libxml2' 'openal' 'sdl2' 'wxwidgets-gtk3' 'zlib' 'libgl' 'glu' 'fmt'
'js128'
'gloox' 'miniupnpc' 'libminiupnpc.so' 'icu' 'nspr' 'libsodium'
'which')
makedepends=('boost' 'cmake' 'mesa' 'zip' 'libsm' 'rust' 'git' 'python' 'llvm'
'cbindgen'
'premake')
options=('!lto') # breaks spidermonkey linking (https://bugs.gentoo.org/746947)
-source=("https://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz")
+source=("https://releases.wildfiregames.com/$pkgname-$pkgver-unix-build.tar.xz")
validpgpkeys=('A035C8C19219BA821ECEA86B64E628F8D684696D') # Pablo Galindo
Salgado <[email protected]>
sha512sums=('6b5d7893d27d5fa71ce4cad1b424a7d4b36e8bc438c590cbd86d9872148d5051cd3215f8f8f4b817e48d4fe386d8902ecc0dcd612ca779306ef35dfa2898a878')
build() {
- cd "$pkgname-$_pkgver"
+ cd "$pkgname-$pkgver"
# If buidling the included spidermonkey, we need to
# a compile error: https://gitea.wildfiregames.com/0ad/0ad/issues/8571
@@ -46,7 +45,7 @@ build() {
}
package() {
- cd "$pkgname-$_pkgver"
+ cd "$pkgname-$pkgver"
install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/0ad/-/commit/78eda5288bc3a7a5c481c29acaddb9a6c969a712
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/0ad/-/commit/78eda5288bc3a7a5c481c29acaddb9a6c969a712
You're receiving this email because of your account on gitlab.archlinux.org.