release: 2026.08.16 Arranxo (semi-hotfix) + fix CI dinit deps
New KDE Plasma (Minimal) entry makes this a semi-hotfix release: - os-release: 2026.08.16 Arranxo (antergos-release pkgrel 4) - branding: versionedName updated in branding.desc (pkgrel 4) - CI: build in base-dinit container so makepkg dep-check can resolve dinit without conflicting with openrc (fixes cosmic-greeter-dinit build)
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: artixlinux/artixlinux:base-openrc
|
image: artixlinux/artixlinux:base-dinit
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=antergos-release
|
pkgname=antergos-release
|
||||||
pkgver=2026.08
|
pkgver=2026.08
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc='Antergos NeXT release file'
|
pkgdesc='Antergos NeXT release file'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/Antergos-NeXT"
|
url="https://github.com/Antergos-NeXT"
|
||||||
@@ -16,11 +16,11 @@ package() {
|
|||||||
install -dm755 $pkgdir/etc
|
install -dm755 $pkgdir/etc
|
||||||
cat > $pkgdir/usr/lib/os-release << EOF
|
cat > $pkgdir/usr/lib/os-release << EOF
|
||||||
NAME="Antergos NeXT"
|
NAME="Antergos NeXT"
|
||||||
PRETTY_NAME="Antergos NeXT 2026.08.11 Xeitoso"
|
PRETTY_NAME="Antergos NeXT 2026.08.16 Arranxo"
|
||||||
ID=antergos
|
ID=antergos
|
||||||
ID_LIKE=artix
|
ID_LIKE=artix
|
||||||
VERSION_ID=2026.08.11
|
VERSION_ID=2026.08.16
|
||||||
VERSION_CODENAME=xeitoso
|
VERSION_CODENAME=arranxo
|
||||||
BUILD_ID=rolling
|
BUILD_ID=rolling
|
||||||
ANSI_COLOR="38;2;0;136;204"
|
ANSI_COLOR="38;2;0;136;204"
|
||||||
HOME_URL="https://github.com/Antergos-NeXT"
|
HOME_URL="https://github.com/Antergos-NeXT"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=calamares-branding-antergos-next
|
pkgname=calamares-branding-antergos-next
|
||||||
pkgver=2.0
|
pkgver=2.0
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Calamares branding for Antergos NeXT online installer"
|
pkgdesc="Calamares branding for Antergos NeXT online installer"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/Antergos-NeXT"
|
url="https://github.com/Antergos-NeXT"
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ navigation: qml,bottom
|
|||||||
strings:
|
strings:
|
||||||
productName: "Antergos NeXT"
|
productName: "Antergos NeXT"
|
||||||
shortProductName: "Antergos NeXT"
|
shortProductName: "Antergos NeXT"
|
||||||
version: "2026.08.11 Xeitoso"
|
version: "2026.08.16 Arranxo"
|
||||||
shortVersion: "2026.08.11"
|
shortVersion: "2026.08.16"
|
||||||
versionedName: "Antergos NeXT 2026.08.11 Xeitoso"
|
versionedName: "Antergos NeXT 2026.08.16 Arranxo"
|
||||||
shortVersionedName: "Antergos NeXT 2026.08.11"
|
shortVersionedName: "Antergos NeXT 2026.08.16"
|
||||||
bootloaderEntryName: "Antergos NeXT"
|
bootloaderEntryName: "Antergos NeXT"
|
||||||
productUrl: "https://github.com/Antergos-NeXT"
|
productUrl: "https://github.com/Antergos-NeXT"
|
||||||
supportUrl: "https://github.com/Antergos-NeXT"
|
supportUrl: "https://github.com/Antergos-NeXT"
|
||||||
|
|||||||
Reference in New Issue
Block a user