From c09b3695de6bffc150d6b01d7f7b62402ef78136 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Fri, 23 Dec 2016 13:40:57 +0100 Subject: [PATCH] f2fs-tools: update to 1.7.0 --- srcpkgs/f2fs-tools/template | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template index 31a373c2b44..0bf72b4d83c 100644 --- a/srcpkgs/f2fs-tools/template +++ b/srcpkgs/f2fs-tools/template @@ -1,6 +1,6 @@ # Template file for 'f2fs-tools' pkgname=f2fs-tools -version=1.6.1 +version=1.7.0 revision=1 build_style=gnu-configure configure_args="--sbindir=/usr/bin --disable-static ac_cv_file__git=yes" @@ -10,16 +10,15 @@ makedepends="libuuid-devel" short_desc="Tools for the Linux Flash-Friendly File System (F2FS)" maintainer="Juan RP " license="GPL-2" -homepage="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git" +homepage="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git" +distfiles=" + https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/${pkgname}-${version}.tar.gz + https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/patch/?id=b0a2386089fd6efade6b89094325ed8a9f8c6fff>f2fs-tools-allow-to-build-without-libselinux.patch" +checksum=" + 33d454c2e95aabef5659949c4fff15f6c9877b48349e64411de502bc62b0cbd4 + 4ac1dcf67c0b9b4dbca12602cd9d2180363d67e721a667bf14ad4147f0bbf4f6" -do_fetch() { - git clone -b v${version} git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git ${pkgname}-${version} - case "$XBPS_TARGET_MACHINE" in - *-musl) - mkdir -p ${pkgname}-${version}/include/sys - cp ${FILESDIR}/queue.h ${pkgname}-${version}/include/sys - esac -} pre_configure() { + patch -Np1 < ../f2fs-tools-allow-to-build-without-libselinux.patch autoreconf -fi }