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

Jan de Groot jgc at archlinux.org
Sat Nov 17 14:38:55 UTC 2012


    Date: Saturday, November 17, 2012 @ 09:38:54
  Author: jgc
Revision: 171431

upgpkg: colord 0.1.24-3

Add vala bindings, recent versions do not auto-include this anymore. Fixes FS#32727

Modified:
  colord/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-17 14:28:35 UTC (rev 171430)
+++ PKGBUILD	2012-11-17 14:38:54 UTC (rev 171431)
@@ -4,7 +4,7 @@
 
 pkgname=colord
 pkgver=0.1.24
-pkgrel=2
+pkgrel=3
 pkgdesc="System daemon for managing color devices"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/software/colord"
@@ -24,7 +24,8 @@
   ./configure --prefix=/usr \
     --sysconfdir=/etc --libexecdir=/usr/lib/colord \
     --localstatedir=/var --disable-static \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --enable-vala
   make
 }
 




More information about the arch-commits mailing list