# $Id: PKGBUILD 31256 2010-10-28 22:51:59Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Geoffrey Teale # Contributor: Mark, Huo Mian # Contributor: Biginoz pkgname=redshift pkgver=1.6 pkgrel=6 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' 'libxxf86vm') optdepends=('pyxdg: for gtk-redshift') makedepends=('python2') install='redshift.install' source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2") md5sums=('bd75b317b8ee492a4483e91a94f2b0c1') build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's/python/python2/' src/gtk-redshift/gtk-redshift PYTHON=/usr/bin/python2 ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }