release(calamares-branding): v2.0 slideshow + DM selector rework
- bump calamares-branding-antergos-next to 2.0-1: major slideshow redesign (Manjaro space animation rework), DM packagechooser switched to netinstall-add with inline groups, default netinstall group gains network/audio/falkon so every install works regardless of DE, fix pkgdesc (offline installer buried) - remove dead calamares-branding-antergos-next-minimal package (unused everywhere); drop from packages.yaml and README - bump antergos-i3/sway/hyprland-config to 1.0-2: nerd fonts and icons back in depends so the rice actually renders, sources flattened for makepkg
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Maintainer: Celestia Ludenberg <ash8820@proton.me>
|
||||
|
||||
pkgname=calamares-branding-antergos-next
|
||||
pkgver=1.0
|
||||
pkgrel=24
|
||||
pkgdesc="Calamares branding for Antergos NeXT with offline/online installer support"
|
||||
pkgver=2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Calamares branding for Antergos NeXT online installer"
|
||||
arch=('any')
|
||||
url="https://github.com/Antergos-NeXT"
|
||||
license=('GPL3')
|
||||
|
||||
@@ -93,38 +93,4 @@
|
||||
- artools-iso
|
||||
- artools-pkg
|
||||
|
||||
- name: "SDDM"
|
||||
description: "SDDM display manager"
|
||||
selected: false
|
||||
packages:
|
||||
- sddm
|
||||
- sddm-dinit
|
||||
- pixie-sddm-git
|
||||
|
||||
- name: "LightDM"
|
||||
description: "LightDM display manager"
|
||||
selected: false
|
||||
packages:
|
||||
- lightdm
|
||||
- lightdm-dinit
|
||||
|
||||
- name: "LXDM"
|
||||
description: "LXDM display manager"
|
||||
selected: false
|
||||
packages:
|
||||
- lxdm
|
||||
- lxdm-dinit
|
||||
|
||||
- name: "greetd"
|
||||
description: "greetd display manager"
|
||||
selected: false
|
||||
packages:
|
||||
- greetd
|
||||
- greetd-dinit
|
||||
|
||||
- name: "LY"
|
||||
description: "LY display manager"
|
||||
selected: false
|
||||
packages:
|
||||
- ly
|
||||
- ly-dinit
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
mode: required
|
||||
method: netinstall-select
|
||||
method: netinstall-add
|
||||
labels:
|
||||
step: "Display Manager"
|
||||
default: SDDM
|
||||
@@ -9,19 +9,55 @@ items:
|
||||
name: "SDDM"
|
||||
description: "QML-based display manager (KDE default)"
|
||||
screenshot: ""
|
||||
netinstall:
|
||||
name: "SDDM"
|
||||
selected: true
|
||||
critical: false
|
||||
packages:
|
||||
- sddm
|
||||
- sddm-dinit
|
||||
- pixie-sddm-git
|
||||
- id: LightDM
|
||||
name: "LightDM"
|
||||
description: "Cross-desktop display manager (GTK)"
|
||||
screenshot: ""
|
||||
netinstall:
|
||||
name: "LightDM"
|
||||
selected: true
|
||||
critical: false
|
||||
packages:
|
||||
- lightdm
|
||||
- lightdm-dinit
|
||||
- id: LXDM
|
||||
name: "LXDM"
|
||||
description: "Lightweight display manager (LXDE)"
|
||||
screenshot: ""
|
||||
netinstall:
|
||||
name: "LXDM"
|
||||
selected: true
|
||||
critical: false
|
||||
packages:
|
||||
- lxdm
|
||||
- lxdm-dinit
|
||||
- id: greetd
|
||||
name: "greetd"
|
||||
description: "Minimal display manager (recommended for COSMIC)"
|
||||
screenshot: ""
|
||||
netinstall:
|
||||
name: "greetd"
|
||||
selected: true
|
||||
critical: false
|
||||
packages:
|
||||
- greetd
|
||||
- greetd-dinit
|
||||
- id: LY
|
||||
name: "LY"
|
||||
description: "Minimal TUI display manager"
|
||||
screenshot: ""
|
||||
netinstall:
|
||||
name: "LY"
|
||||
selected: true
|
||||
critical: false
|
||||
packages:
|
||||
- ly
|
||||
- ly-dinit
|
||||
|
||||
Reference in New Issue
Block a user