diff options
author | Ted Alff | 2025-04-02 10:45:06 -0400 |
---|---|---|
committer | Ted Alff | 2025-04-02 10:45:06 -0400 |
commit | 6924ee76f1dcb9c06589f74a0fddd34e3ae434a8 (patch) | |
tree | 839e69f42cb700d7da70331f8d6cf16bbe80ae2c /PKGBUILD | |
parent | 1a0b1ed3907647ad13f59cd5a2e58c30f48871e5 (diff) | |
download | aur-xfce4-settings-devel.tar.gz |
Add additional optdepends from official PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,10 @@ depends=('garcon' 'libxfce4ui>=4.21.0' 'xfconf' 'libnotify' 'libcanberra' 'colord' 'libxklavier' 'adwaita-icon-theme' 'gnome-themes-extra' 'wayland' 'gtk-layer-shell') makedepends=('meson' 'xfce4-dev-tools' 'xf86-input-libinput' 'glib2-devel') -optdepends=('python: xfce4-compose-mail -- "mailto:" URI handling') +optdepends=('python: xfce4-compose-mail -- "mailto:" URI handling' + 'xiccd: for displays support in xfce4-color-settings' + 'cups: for printers support in xfce4-color-settings' + 'sane: for scanners support in xfce4-color-settings') provides=("${_pkgname}=${pkgver}") conflicts=("${_pkgname}") source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz" |