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:
parent
02c6fec0fc
commit
ed0e9bd3c4
1
PKGBUILD
1
PKGBUILD
|
|
@ -41,6 +41,7 @@ makedepends=(
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'python-systemd: Adds journald logging'
|
'python-systemd: Adds journald logging'
|
||||||
|
'materia-gtk-theme: theming for GTK-based desktop environments'
|
||||||
)
|
)
|
||||||
provides=(python-archinstall archinstall)
|
provides=(python-archinstall archinstall)
|
||||||
conflicts=(python-archinstall archinstall-git)
|
conflicts=(python-archinstall archinstall-git)
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ class BudgieProfile(XorgProfile):
|
||||||
@override
|
@override
|
||||||
def packages(self) -> list[str]:
|
def packages(self) -> list[str]:
|
||||||
return [
|
return [
|
||||||
"arc-gtk-theme",
|
"materia-gtk-theme",
|
||||||
"budgie",
|
"budgie",
|
||||||
"mate-terminal",
|
"mate-terminal",
|
||||||
"nemo",
|
"nemo",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue