feat: make Layan rice fully optional — move SDDM conf + fastfetch (new ANSI art logo) into euri-desktop-settings, rice deps pulled by layan pkg, netinstall gains optional 'Euri Rice' group
Build Packages / build (push) Failing after 38s
Build Packages / build (push) Failing after 38s
This commit is contained in:
@@ -82,6 +82,21 @@
|
|||||||
- power-profiles-daemon-dinit
|
- power-profiles-daemon-dinit
|
||||||
- ntp-dinit
|
- ntp-dinit
|
||||||
|
|
||||||
|
- name: "Euri Rice (Layan)"
|
||||||
|
description: "Optional eye-candy: Layan/Kvantum theming, plasmoids, SDDM dark theme, shell prompt. Purely cosmetic — fully optional."
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- euri-layan-theme
|
||||||
|
- tela-circle-icon-theme-git
|
||||||
|
- kwin-zones
|
||||||
|
- oh-my-posh-bin
|
||||||
|
- cava
|
||||||
|
- python-websockets
|
||||||
|
- qt6-websockets
|
||||||
|
- kvantum
|
||||||
|
- yakuake
|
||||||
|
- mpv
|
||||||
|
|
||||||
- name: "Utilities"
|
- name: "Utilities"
|
||||||
description: "System Utilities"
|
description: "System Utilities"
|
||||||
selected: true
|
selected: true
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=euri-desktop-settings
|
pkgname=euri-desktop-settings
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Euri Linux desktop settings, theme, and color scheme"
|
pkgdesc="Euri Linux desktop settings, theme, and color scheme"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages"
|
url="https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages"
|
||||||
@@ -30,6 +30,12 @@ source=(
|
|||||||
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
|
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
# System configs (SDDM) + skel (fastfetch) — required, not part of optional rice
|
||||||
|
mkdir -p "${pkgdir}/etc"
|
||||||
|
cp -a "${srcdir}/Configs/System/etc/." "${pkgdir}/etc/"
|
||||||
|
mkdir -p "${pkgdir}/etc/skel"
|
||||||
|
cp -a "${srcdir}/Configs/Home/." "${pkgdir}/etc/skel/"
|
||||||
|
|
||||||
# Custom GTK theme
|
# Custom GTK theme
|
||||||
install -dm755 "${pkgdir}/usr/share/themes/Euri/gtk-3.0"
|
install -dm755 "${pkgdir}/usr/share/themes/Euri/gtk-3.0"
|
||||||
install -dm755 "${pkgdir}/usr/share/themes/Euri/gtk-4.0"
|
install -dm755 "${pkgdir}/usr/share/themes/Euri/gtk-4.0"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
@@ -9,12 +9,12 @@
|
|||||||
|
|
||||||
pkgname=euri-layan-theme
|
pkgname=euri-layan-theme
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc='Euri Linux Layan theme suite - KDE configs, Kvantum, SDDM theme, and plasmoids'
|
pkgdesc='Euri Linux Layan theme suite - KDE configs, Kvantum, SDDM theme, and plasmoids'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages"
|
url="https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('kvantum' 'yakuake' 'euri-wallpapers' 'mpv')
|
depends=('kvantum' 'yakuake' 'euri-wallpapers' 'mpv' 'tela-circle-icon-theme-git' 'kwin-zones' 'oh-my-posh-bin')
|
||||||
optdepends=('sddm: EuriDark-Layan SDDM theme - without this, the pixie theme files ship but will not activate'
|
optdepends=('sddm: EuriDark-Layan SDDM theme - without this, the pixie theme files ship but will not activate'
|
||||||
'cava: audio visualizer data source for Kurve'
|
'cava: audio visualizer data source for Kurve'
|
||||||
'python-websockets: Kurve audio visualizer WebSocket fallback'
|
'python-websockets: Kurve audio visualizer WebSocket fallback'
|
||||||
|
|||||||
Reference in New Issue
Block a user