From ce34930a04e783323d0a92208729b9e5fa1994c5 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 29 Dec 2013 03:37:35 +0000 Subject: Sun Dec 29 03:35:02 UTC 2013 --- community/redshift/PKGBUILD | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'community/redshift/PKGBUILD') diff --git a/community/redshift/PKGBUILD b/community/redshift/PKGBUILD index 1826118d3..d75a6c2c2 100644 --- a/community/redshift/PKGBUILD +++ b/community/redshift/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 95564 2013-08-14 09:35:51Z lfleischer $ +# $Id: PKGBUILD 103169 2013-12-28 17:00:30Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Geoffrey Teale # Contributor: Mark, Huo Mian # Contributor: Biginoz pkgname=redshift -pkgver=1.7 -pkgrel=7 +pkgver=1.8 +pkgrel=1 pkgdesc='Adjusts the color temperature of your screen according to your surroundings.' arch=('i686' 'x86_64') url='http://jonls.dk/redshift/' @@ -17,18 +17,12 @@ optdepends=('pygtk: for gtk-redshift' 'librsvg: for gtk-redshift') makedepends=('python2') install='redshift.install' -source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2" - '165_164.diff') -md5sums=('c56512afa292b5a94b715ed4a1841d4c' - 'eaafcdc62a47d725c256cd5473f4efa1') +source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2") +md5sums=('a05c34bc7b8fbb4f5d546a0b5cca5d6f') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i 's/python/python2/' src/gtk-redshift/gtk-redshift - - # fix GTK UI segmentation fault (fixes FS#33412) - patch -p0 -i ../165_164.diff + sed -i 's/python/python2/' src/redshift-gtk/redshift-gtk } build() { -- cgit v1.2.3-54-g00ecf