Date: Sunday, April 10, 2016 @ 19:10:33 Author: alucryd Revision: 170149
upgpkg: lib32-colord 1.3.2-1 Modified: lib32-colord/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-10 17:10:31 UTC (rev 170148) +++ PKGBUILD 2016-04-10 17:10:33 UTC (rev 170149) @@ -6,7 +6,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=lib32-colord -pkgver=1.2.12 +pkgver=1.3.2 pkgrel=1 pkgdesc='System daemon for managing color devices' arch=('x86_64') @@ -17,7 +17,7 @@ makedepends=('argyllcms' 'gcc-multilib' 'gobject-introspection' 'intltool' 'python2' 'sane' 'vala') source=("http://www.freedesktop.org/software/colord/releases/colord-${pkgver}.tar.xz") -sha256sums=('d5241864c16a37f9e40d38d5009255456495a67f170ce0dc9250774442d68c3a') +sha256sums=('d4ab3f11ec5e98d1079242fda7ad0a84a51da93572405561362a6ce2c274b8f5') build() { cd colord-${pkgver} @@ -38,6 +38,7 @@ --disable-volume-search \ --with-daemon-user='colord' \ --with-systemdsystemunitdir='/usr/lib/systemd/system' + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
