From c3872dd7167dbd15b7aac2d200369f864b74e759 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 11 Dec 2017 16:27:40 +0100 Subject: [PATCH] colord: Update version from 0.1.19 to 1.3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, updating to GTK+ 3.22.26, the GTK+ printer dialog doesn’t list any printers. ``` (evince:7186): Gtk-WARNING **: libcolord.so.2: cannot open shared object file: No such file or directory ``` So, update colord. Do not use colord 1.4.1 as that requires Meson. --- colord.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colord.be0 b/colord.be0 index 6dd2778cd..3b47305d4 100755 --- a/colord.be0 +++ b/colord.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION colord-0.1.19-0 +# BEE_VERSION colord-1.3.5-0 SRCURL[0]="https://www.freedesktop.org/software/colord/releases/colord-${PKGVERSION}.tar.xz"