wok rev 21838

updated redshift (1.7 -> 1.12)
author Hans-G?nter Theisgen
date Sat Sep 14 16:05:25 2019 +0100 (2019-09-14)
parents 04d1b86ab08a
children 3bae724c1e5c
files redshift/description.txt redshift/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/redshift/description.txt	Sat Sep 14 16:05:25 2019 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +Redshift adjusts the color temperature of your screen according to your surroundings.
     1.5 +This may help your eyes hurt less if you are working in front of the screen at night.
     2.1 --- a/redshift/receipt	Sat Sep 14 10:59:47 2019 +0100
     2.2 +++ b/redshift/receipt	Sat Sep 14 16:05:25 2019 +0100
     2.3 @@ -1,24 +1,27 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="redshift"
     2.7 -VERSION="1.7"
     2.8 +VERSION="1.12"
     2.9  CATEGORY="misc"
    2.10 -SHORT_DESC="Color temperature adjustement."
    2.11 +SHORT_DESC="Screen color temperature adjustement."
    2.12  MAINTAINER="pascal.bellard@slitaz.org"
    2.13  LICENSE="GPL3"
    2.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15  WEB_SITE="https://launchpad.net/redshift/"
    2.16 -WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
    2.17 +
    2.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.19 +WGET_URL="https://github.com/jonls/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    2.20  
    2.21  DEPENDS="python"
    2.22 -BUILD_DEPENDS="wget python"
    2.23 +BUILD_DEPENDS="python"
    2.24  
    2.25  # Rules to configure and make the package.
    2.26  compile_rules()
    2.27  {
    2.28 -	./configure --prefix=/usr \
    2.29 -		$CONFIGURE_ARGS && \
    2.30 -	make && make DESTDIR=$DESTDIR install
    2.31 +	./configure		\
    2.32 +		--prefix=/usr	\
    2.33 +		$CONFIGURE_ARGS &&
    2.34 +	make &&
    2.35 +	make DESTDIR=$DESTDIR install
    2.36  }
    2.37  
    2.38  # Rules to gen a SliTaz package suitable for Tazpkg.