* update colord to 1.4.7-2

This commit is contained in:
Alexander Baldeck 2024-03-08 03:34:34 +01:00
parent a085229c66
commit 7c86b84019

View File

@ -9,7 +9,7 @@ pkgname=(
libcolord
)
pkgver=1.4.7
pkgrel=1
pkgrel=2
pkgdesc="System daemon for managing color devices"
url="https://www.freedesktop.org/software/colord"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -51,6 +51,13 @@ pkgver() {
prepare() {
cd colord
# Fix writing to database
git cherry-pick -n 08a32b2379fb5582f4312e59bf51a2823df56276
# Fix colord-sane with hplip
# https://gitlab.archlinux.org/archlinux/packaging/packages/colord/-/issues/3
git cherry-pick -n 9283abd9c00468edb94d2a06d6fa3681cae2700d
}
build() {