Commit f05f47b3 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated colord to 1.4.4

parent 336e5f27
......@@ -21,12 +21,12 @@ all:
ln -sv /data/etc/shadow /etc/shadow
mv -v /etc/gshadow /data/etc/gshadow
ln -sv /data/etc/gshadow /etc/gshadow
tar xf colord-1.4.3.tar.xz
cd colord-1.4.3 && mv po/fur.po po/ur.po
cd colord-1.4.3 && sed -i 's/fur/ur/' po/LINGUAS
mkdir -p colord-1.4.3/build
cd colord-1.4.3/build && meson --prefix=/usr --sysconfdir=/etc --localstatedir=/var -Ddaemon_user=colord -Dvapi=true -Dsystemd=true -Dlibcolordcompat=true -Dargyllcms_sensor=false -Dbash_completion=false -Ddocs=false -Dman=false ..
cd colord-1.4.3/build && ninja
cd colord-1.4.3/build && ninja install
cd colord-1.4.3/build && ninja test
rm -rf colord-1.4.3
tar xf colord-1.4.4.tar.xz
cd colord-1.4.4 && mv po/fur.po po/ur.po
cd colord-1.4.4 && sed -i 's/fur/ur/' po/LINGUAS
mkdir -p colord-1.4.4/build
cd colord-1.4.4/build && meson --prefix=/usr --sysconfdir=/etc --localstatedir=/var -Ddaemon_user=colord -Dvapi=true -Dsystemd=true -Dlibcolordcompat=true -Dargyllcms_sensor=false -Dbash_completion=false -Ddocs=false -Dman=false ..
cd colord-1.4.4/build && ninja
cd colord-1.4.4/build && ninja install
cd colord-1.4.4/build && ninja test
rm -rf colord-1.4.4
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment