# HG changeset patch # User Pascal Bellard # Date 1563092927 -7200 # Node ID 97b8cb8c268b2a3d4685dd4acee33dd2dd623093 # Parent b32203f09af809defd390bff78abc2d5da1105c8 cookutils: take care of stuff update dates diff -r b32203f09af8 -r 97b8cb8c268b cookutils/receipt --- a/cookutils/receipt Thu Jul 11 16:53:39 2019 +0200 +++ b/cookutils/receipt Sun Jul 14 10:28:47 2019 +0200 @@ -22,6 +22,7 @@ sed -i 's|\. receipt|. ./receipt|' cook patch -p1 -i $stuff/pkgdb-absolute.patch patch -p1 -i $stuff/pkgdb-no-parallel.patch + patch -p1 -i $stuff/cook-newest.patch mkdir -p $DESTDIR/usr/bin $DESTDIR/etc/slitaz make DESTDIR=$DESTDIR install } diff -r b32203f09af8 -r 97b8cb8c268b cookutils/stuff/cook-newest.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cookutils/stuff/cook-newest.patch Sun Jul 14 10:28:47 2019 +0200 @@ -0,0 +1,14 @@ +Force the date of the last produced file to the newest package source file. +Take care or receipt *and* stuff +--- a/cook ++++ b/cook +@@ -879,7 +879,8 @@ + + # Build cpio archives. + action 'Compressing the FS...' +- find fs -newer $receipt -exec touch -hr $receipt {} \; ++ newest="$(find receipt stuff 2>/dev/null | xargs ls -td | sed q)" ++ find fs -newer $newest -exec touch -hr $newest {} \; + find fs | cpio -o -H newc --quiet | lzma e fs.cpio.lzma -si + rm -rf fs + status diff -r b32203f09af8 -r 97b8cb8c268b python-six/receipt --- a/python-six/receipt Thu Jul 11 16:53:39 2019 +0200 +++ b/python-six/receipt Sun Jul 14 10:28:47 2019 +0200 @@ -8,7 +8,7 @@ MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://packages.python.org/six/" +WEB_SITE="https://github.com/benjaminp/six" WGET_URL="https://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" HOST_ARCH="i486 arm"