# HG changeset patch # User Hans-G?nter Theisgen # Date 1568473525 -3600 # Node ID cf4b0d959281ecd45fb3844ea7f60ece871dea04 # Parent 04d1b86ab08a67254efc0a9552f831e17c959462 updated redshift (1.7 -> 1.12) diff -r 04d1b86ab08a -r cf4b0d959281 redshift/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/redshift/description.txt Sat Sep 14 16:05:25 2019 +0100 @@ -0,0 +1,2 @@ +Redshift adjusts the color temperature of your screen according to your surroundings. +This may help your eyes hurt less if you are working in front of the screen at night. diff -r 04d1b86ab08a -r cf4b0d959281 redshift/receipt --- a/redshift/receipt Sat Sep 14 10:59:47 2019 +0100 +++ b/redshift/receipt Sat Sep 14 16:05:25 2019 +0100 @@ -1,24 +1,27 @@ # SliTaz package receipt. PACKAGE="redshift" -VERSION="1.7" +VERSION="1.12" CATEGORY="misc" -SHORT_DESC="Color temperature adjustement." +SHORT_DESC="Screen color temperature adjustement." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" -TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://launchpad.net/redshift/" -WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL" + +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://github.com/jonls/$PACKAGE/releases/download/v$VERSION/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="wget python" +BUILD_DEPENDS="python" # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ - $CONFIGURE_ARGS && \ - make && make DESTDIR=$DESTDIR install + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.