replace GTK theme package for Budgie build with an active one (#3327)

* replace GTK theme package with an active one

* add gtk theme to optdepends
This commit is contained in:
EK 2025-04-02 03:54:17 -04:00 committed by GitHub
parent 02c6fec0fc
commit ed0e9bd3c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ makedepends=(
)
optdepends=(
'python-systemd: Adds journald logging'
'materia-gtk-theme: theming for GTK-based desktop environments'
)
provides=(python-archinstall archinstall)
conflicts=(python-archinstall archinstall-git)

View File

@ -12,7 +12,7 @@ class BudgieProfile(XorgProfile):
@override
def packages(self) -> list[str]:
return [
"arc-gtk-theme",
"materia-gtk-theme",
"budgie",
"mate-terminal",
"nemo",