Skip to content
Snippets Groups Projects
Commit 384265c1 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/kde-gtk-config: depend on xsettingsd

Used to configure various GTK things:
- theme
- font aliasing/hinting
- UI sound effects
parent f1be01b5
No related branches found
No related tags found
1 merge request!72804community/kde-gtk-config: depend on xsettingsd
Pipeline #262245 skipped
......@@ -5,13 +5,18 @@
# group=kde-plasma
pkgname=kde-gtk-config
pkgver=6.1.5
pkgrel=0
pkgrel=1
pkgdesc="GTK2 and GTK3 Configurator for KDE"
# armhf blocked by qt6-qtdeclarative
arch="all !armhf"
# s390x blocked by xsettingsd
arch="all !armhf !s390x"
url="https://invent.kde.org/plasma/kde-gtk-config"
license="GPL-2.0 AND LGPL-2.1-only OR LGPL-3.0-only"
depends="gsettings-desktop-schemas"
depends="
gsettings-desktop-schemas
xdg-desktop-portal-gtk
xsettingsd
"
makedepends="
extra-cmake-modules
gsettings-desktop-schemas-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment