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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Sun Apr 13 08:35:42 UTC 2014


    Date: Sunday, April 13, 2014 @ 10:35:41
  Author: lfleischer
Revision: 109307

upgpkg: redshift 1.9-2

* Add new dependencies libdrm and libxcb.
* Remove gconf from dependencies.
* gtk-redshift is now called redshift-gtk.
* Add explicit ./configure options.

Modified:
  redshift/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-13 07:27:36 UTC (rev 109306)
+++ PKGBUILD	2014-04-13 08:35:41 UTC (rev 109307)
@@ -3,18 +3,19 @@
 # Contributor: Geoffrey Teale <tealeg at 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 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  PYTHON=/usr/bin/python ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode --enable-geoclue
   make
 }
 




More information about the arch-commits mailing list