fix: re-add calamares to CI, fix empty local repo db, wire in CMAKE_DISTRIBUTION_NAME='Antergos NeXT', enable services-openrc module

This commit is contained in:
2026-06-25 16:16:43 +02:00
parent e6402ab57d
commit 9ccb997314
7 changed files with 31 additions and 43 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
_pkgname="calamares"
pkgname="$_pkgname"
pkgver=3.4.2
pkgrel=3
pkgrel=5
pkgdesc="Distribution-independent installer framework"
url="https://codeberg.org/Calamares/calamares"
license=("GPL-3.0-or-later")
@@ -41,7 +41,6 @@ build() {
initramfscfg
interactiveterminal
packagechooser
services-openrc
)
local _pkgsrc_dir="$srcdir/$_pkgname-$pkgver"
@@ -70,6 +69,7 @@ build() {
-DKDE_INSTALL_MANDIR=/usr/share/man
-DKDE_INSTALL_INFODIR=/usr/share/info
-DKDE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_DISTRIBUTION_NAME="Antergos NeXT"
-Wno-dev
)