diff --git a/x11/misc/colord/actions.py b/x11/misc/colord/actions.py
index f5cfc2594b..f4b2a053b4 100644
--- a/x11/misc/colord/actions.py
+++ b/x11/misc/colord/actions.py
@@ -10,15 +10,17 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
+ shelltools.copy("po/fur.po", "po/ur.po")
+ shelltools.system("sed -i 's/fur/ur/' po/LINGUAS")
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson .. --prefix=/usr \
--sysconfdir=/etc \
- -Dwith-daemon-user=colord \
- -Denable-systemd=false \
- -Denable-docs=false \
- -Denable-libcolordcompat=true \
- -Denable-man=false")
+ -Ddaemon_user=colord \
+ -Dsystemd=false \
+ -Ddocs=false \
+ -Dlibcolordcompat=true \
+ -Dman=false")
def build():
diff --git a/x11/misc/colord/pspec.xml b/x11/misc/colord/pspec.xml
index dfe87059ec..8d8ecfefd4 100644
--- a/x11/misc/colord/pspec.xml
+++ b/x11/misc/colord/pspec.xml
@@ -12,7 +12,7 @@
library
Colord is a system activated daemon that maps devices to color profiles
Colord is a system activated daemon that maps devices to color profiles. It is used by GNOME Color Manager for system integration and use when there are no users logged in.
- https://www.freedesktop.org/software/colord/releases/colord-1.4.1.tar.xz
+ https://www.freedesktop.org/software/colord/releases/colord-1.4.3.tar.xz
meson
valgrind
@@ -39,7 +39,7 @@
gobject-introspection-devel
- 0001-Make-cd_color_get_blackbody_rgb_full-safer.patch
+
@@ -107,6 +107,13 @@
+
+ 2018-11-08
+ 1.4.3
+ Version bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-07-30
1.4.1