diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-14 03:52:55 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-14 03:52:55 +0000 |
commit | 7c266ff5a9e1f533fd8bd8c2fbbcc05df350dcd3 (patch) | |
tree | a65448ff1236d65a3fea9015e7cd01e6483eb282 /community/redshift | |
parent | 3d6877ee9ee7bba813a4b6be30a11d2b1942c656 (diff) |
Mon Apr 14 03:47:31 UTC 2014
Diffstat (limited to 'community/redshift')
-rw-r--r-- | community/redshift/PKGBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/community/redshift/PKGBUILD b/community/redshift/PKGBUILD index aff73c9fd..fa0210aba 100644 --- a/community/redshift/PKGBUILD +++ b/community/redshift/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 109293 2014-04-12 21:39:07Z lfleischer $ +# $Id: PKGBUILD 109308 2014-04-13 08:35:54Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Geoffrey Teale <tealeg@stop-squark> # Contributor: Mark, Huo Mian <markhuomian[at]gmail[dot]com> # Contributor: Biginoz <biginoz a free dot fr> +# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=redshift pkgver=1.9 -pkgrel=1 +pkgrel=2 pkgdesc='Adjusts the color temperature of your screen according to your surroundings.' arch=('i686' 'x86_64') url='http://jonls.dk/redshift/' license=('GPL3') -depends=('gconf' 'geoclue' 'libxxf86vm') -optdepends=('pygtk: for gtk-redshift' - 'python-xdg: for gtk-redshift' - 'librsvg: for gtk-redshift') +depends=('geoclue' 'libdrm' 'libxcb' 'libxxf86vm') +optdepends=('pygtk: for redshift-gtk' + 'python-xdg: for redshift-gtk' + 'librsvg: for redshift-gtk') makedepends=('python') install='redshift.install' source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz") @@ -23,7 +24,7 @@ md5sums=('9640218cd9ba88f6d10b347b2277c415') build() { cd "${srcdir}/${pkgname}-${pkgver}" - PYTHON=/usr/bin/python ./configure --prefix=/usr + ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode --enable-geoclue make } |