summaryrefslogtreecommitdiff
path: root/community/redshift/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/redshift/PKGBUILD')
-rw-r--r--community/redshift/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/redshift/PKGBUILD b/community/redshift/PKGBUILD
index fa0210aba..b20a13e2a 100644
--- a/community/redshift/PKGBUILD
+++ b/community/redshift/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109308 2014-04-13 08:35:54Z lfleischer $
+# $Id: PKGBUILD 109421 2014-04-14 19:00:06Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Geoffrey Teale <tealeg@stop-squark>
# Contributor: Mark, Huo Mian <markhuomian[at]gmail[dot]com>
@@ -7,13 +7,13 @@
pkgname=redshift
pkgver=1.9
-pkgrel=2
+pkgrel=3
pkgdesc='Adjusts the color temperature of your screen according to your surroundings.'
arch=('i686' 'x86_64')
url='http://jonls.dk/redshift/'
license=('GPL3')
depends=('geoclue' 'libdrm' 'libxcb' 'libxxf86vm')
-optdepends=('pygtk: for redshift-gtk'
+optdepends=('python-gobject: for redshift-gtk'
'python-xdg: for redshift-gtk'
'librsvg: for redshift-gtk')
makedepends=('python')
@@ -24,7 +24,8 @@ md5sums=('9640218cd9ba88f6d10b347b2277c415')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode --enable-geoclue
+ ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode --enable-geoclue \
+ --with-systemduserunitdir=/usr/lib/systemd/user
make
}