summaryrefslogtreecommitdiff
path: root/gnome-unstable/colord
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-03 23:14:38 +0000
committerroot <root@rshg054.dnsready.net>2011-09-03 23:14:38 +0000
commit3b18be1752c9fd9fa74eb1314ca97dd61e9ce912 (patch)
tree695198e2351a85f6c3a8fe7ba53ba5e4a4ec2bdd /gnome-unstable/colord
parentb37ee9de1a430956d9e5958ebd9d7e0dbfc79327 (diff)
Sat Sep 3 23:14:38 UTC 2011
Diffstat (limited to 'gnome-unstable/colord')
-rw-r--r--gnome-unstable/colord/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-unstable/colord/PKGBUILD b/gnome-unstable/colord/PKGBUILD
index 20587226d..307286006 100644
--- a/gnome-unstable/colord/PKGBUILD
+++ b/gnome-unstable/colord/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 136591 2011-08-30 17:45:54Z ibiru $
+# $Id: PKGBUILD 136856 2011-09-02 13:05:04Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=colord
pkgver=0.1.12
-pkgrel=1
+pkgrel=2
pkgdesc="Color daemon"
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/software/colord/"
license=('GPL2')
-depends=('lcms2' 'sqlite3' 'polkit' 'udev')
+depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
source=($url/releases/$pkgname-$pkgver.tar.xz)
options=('!libtool')
@@ -16,7 +16,7 @@ sha1sums=(9bc0c4193c0f790702923e0a783962f0f26487e6)
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/colord \
- --localstatedir=/var --disable-static
+ --localstatedir=/var --disable-static --enable-sane
make
}