diff options
author | Luke Horwell | 2022-09-20 11:50:01 +0100 |
---|---|---|
committer | Luke Horwell | 2022-09-20 11:51:04 +0100 |
commit | 07a2d7e555bb9e00379356fef3e181166f4b1c12 (patch) | |
tree | 4ebfa2fdf33340576078de83869c9beef01e3e24 /PKGBUILD | |
parent | 97ad9abc98f8c2026770e2c2195bfa33443e850c (diff) | |
download | aur-07a2d7e555bb9e00379356fef3e181166f4b1c12.tar.gz |
Update optional dependencies
According to the gtk3 package, and if deemed non-essential:
- Sort alphabetically.
- Remove "libcanberra" as not used in gtk3 package.
- Add "colord" as it is optionally built.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -97,11 +97,11 @@ package_gtk3-classic() json-glib librsvg desktop-file-utils mesa gtk-update-icon-cache ) optdepends=( - 'libcups: printers in printing dialog' - 'dconf: default GSettings backend' - 'libcanberra: sounds events' 'adwaita-icon-theme: default icon theme' 'cantarell-fonts: default font' + 'colord: color management support' + 'dconf: default GSettings backend' + 'libcups: printer support in print dialog' ) DESTDIR="$pkgdir" meson install -C build |