summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Horwell2022-09-20 11:50:01 +0100
committerLuke Horwell2022-09-20 11:51:04 +0100
commit07a2d7e555bb9e00379356fef3e181166f4b1c12 (patch)
tree4ebfa2fdf33340576078de83869c9beef01e3e24
parent97ad9abc98f8c2026770e2c2195bfa33443e850c (diff)
downloadaur-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.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d30a998e292d..7089246075b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -100,15 +100,14 @@ pkgname = gtk3-classic
depends = libxkbcommon
depends = json-glib
depends = librsvg
- depends = wayland-protocols
depends = desktop-file-utils
depends = mesa
depends = gtk-update-icon-cache
- optdepends = libcups: printers in printing dialog
- optdepends = dconf: default GSettings backend
- optdepends = libcanberra: sounds events
optdepends = adwaita-icon-theme: default icon theme
optdepends = cantarell-fonts: default font
+ optdepends = colord: color management support
+ optdepends = dconf: default GSettings backend
+ optdepends = libcups: printer support in print dialog
pkgname = lib32-gtk3-classic
pkgdesc = GTK3 patched to provide a more classic experience (32-bit)
diff --git a/PKGBUILD b/PKGBUILD
index 92910f8321aa..809f62458269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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