[arch-commits] Commit in lib32-colord/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Jan 6 21:04:57 UTC 2017


    Date: Friday, January 6, 2017 @ 21:04:56
  Author: alucryd
Revision: 205822

upgpkg: lib32-colord 1.3.4-1

Modified:
  lib32-colord/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-06 20:07:05 UTC (rev 205821)
+++ PKGBUILD	2017-01-06 21:04:56 UTC (rev 205822)
@@ -6,7 +6,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=lib32-colord
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc='System daemon for managing color devices'
 arch=('x86_64')
@@ -14,10 +14,10 @@
 license=('GPL2')
 depends=('colord' 'lib32-dconf' 'lib32-libgudev' 'lib32-libgusb' 'lib32-lcms2'
          'lib32-polkit' 'lib32-sqlite')
-makedepends=('argyllcms' 'gcc-multilib' 'gobject-introspection' 'intltool'
-             'python2' 'sane' 'vala')
+makedepends=('argyllcms' 'gcc-multilib' 'gobject-introspection' 'gnome-common'
+             'intltool' 'python2' 'sane' 'vala')
 source=("https://www.freedesktop.org/software/colord/releases/colord-${pkgver}.tar.xz")
-sha256sums=('d1848e797106a036b0d6ebed99a789a6ae07d60f1d9cc59be5b257efe7ec31a4')
+sha256sums=('7e79ba022148900da7c72033f8232eefeab8373da25768f4b32f5aeba53b2238')
 
 build() {
   cd colord-${pkgver}
@@ -32,14 +32,15 @@
     --libexecdir='/usr/lib32/colord' \
     --localstatedir='/var' \
     --sysconfdir='/etc' \
+    --enable-libcolordcompat \
     --enable-vala \
     --disable-bash-completion \
+    --disable-sane \
     --disable-static \
-    --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
+  PATH="${srcdir}/path:$PATH" make
 }
 
 package() {



More information about the arch-commits mailing list