Balló György pushed to branch main at Arch Linux / Packaging / Packages /
astromenace
Commits:
4076a7be by Balló György at 2026-07-04T03:59:52+02:00
upgpkg: 1.4.3-2: Fix build
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = astromenace
pkgdesc = Hardcore 3D space shooter with spaceship upgrade possibilities
pkgver = 1.4.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.viewizard.com/astromenace/index_linux.php
arch = x86_64
license = GPL-3.0-only
@@ -15,6 +15,7 @@ pkgbase = astromenace
depends = glu
depends = freetype2
depends = libxinerama
+ options = !lto
source =
astromenace-1.4.3.tar.gz::https://github.com/viewizard/astromenace/archive/v1.4.3.tar.gz
sha512sums =
10c1bbd330ee76dfa3c340582b5462bcb03b4c73732ae73af9b2126ddff7de85bfe9320d7fdd1cd9ec2e27f27d2664a63ed3db5424a9841c5d954b4a50a4be9a
=====================================
PKGBUILD
=====================================
@@ -5,11 +5,12 @@
pkgname=astromenace
pkgver=1.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="Hardcore 3D space shooter with spaceship upgrade possibilities"
arch=('x86_64')
url="http://www.viewizard.com/astromenace/index_linux.php"
license=('GPL-3.0-only')
+options=('!lto')
depends=('sdl2' 'freealut' 'libjpeg-turbo' 'libvorbis' 'glu' 'freetype2'
'libxinerama')
makedepends=('cmake' 'mesa' 'ninja')
source=("$pkgname-$pkgver".tar.gz::https://github.com/viewizard/astromenace/archive/v${pkgver}.tar.gz)
@@ -28,6 +29,7 @@ build() {
-GNinja \
-Bbuild \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DDATADIR=/usr/share/astromenace
ninja -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/astromenace/-/commit/4076a7be9dda546151e1c2633e6464a78bdf40f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/astromenace/-/commit/4076a7be9dda546151e1c2633e6464a78bdf40f7
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help