Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
warzone2100
Commits:
1861acfe by Laurent Carlier at 2023-12-13T18:07:27+01:00
upgpkg: 4.4.2-2: fix conflicting files
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = warzone2100
pkgdesc = 3D realtime strategy game on a future Earth
pkgver = 4.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://wz2100.net/
arch = x86_64
license = GPL
@@ -23,6 +23,7 @@ pkgbase = warzone2100
depends = sqlite
depends = freetype2
depends = opus
+ depends = fmt
source =
warzone2100-4.4.2_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/4.4.2/warzone2100_src.tar.xz
sha256sums =
3b962ac6aa75bca62bf2ebc067549db08fe4a1c3b38342910a2ac2aaabcbacde
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=warzone2100
pkgver=4.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="3D realtime strategy game on a future Earth"
url="https://wz2100.net/"
arch=('x86_64')
license=('GPL')
-depends=('sdl2' 'openal' 'libvorbis' 'libtheora' 'libsodium' 'physfs' 'sqlite'
'freetype2' 'opus')
+depends=('sdl2' 'openal' 'libvorbis' 'libtheora' 'libsodium' 'physfs' 'sqlite'
'freetype2' 'opus' 'fmt')
makedepends=('zip' 'unzip' 'libzip' 'asciidoc' 'mesa' 'vulkan-headers'
'shaderc' 'cmake' 'ninja')
source=(${pkgname}-${pkgver}_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/${pkgver}/${pkgname}_src.tar.xz)
sha256sums=('3b962ac6aa75bca62bf2ebc067549db08fe4a1c3b38342910a2ac2aaabcbacde')
@@ -35,4 +35,8 @@ build() {
package() {
DESTDIR="${pkgdir}" cmake --install build
+
+ # why is this installed ? Just remove it !
+ rm -rfv ${pkgdir}/usr/include
+ rm -rfv ${pkgdir}/usr/lib
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warzone2100/-/commit/1861acfef1af916f693b7fe78a98793354c83191
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warzone2100/-/commit/1861acfef1af916f693b7fe78a98793354c83191
You're receiving this email because of your account on gitlab.archlinux.org.