From 1570a01fa3ceb616151c89f7973f73889ad53332 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 16 May 2023 23:29:50 -0400 Subject: [PATCH] jdupes: update to 1.23.0, adopt --- srcpkgs/jdupes/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template index 15a749997c4..df162703bb7 100644 --- a/srcpkgs/jdupes/template +++ b/srcpkgs/jdupes/template @@ -1,23 +1,23 @@ # Template file for 'jdupes' pkgname=jdupes -version=1.21.3 +version=1.23.0 revision=1 build_style=gnu-makefile -make_build_args="ENABLE_BTRFS=1" +make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1" +make_use_env=yes +makedepends="libjodycode-devel" short_desc="Powerful duplicate file finder and an enhanced fork of fdupes" -maintainer="Orphaned " +maintainer="cinerea0 " license="MIT" homepage="https://github.com/jbruchon/jdupes" changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES" distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz" -checksum=8992d0ff1fe135c685063ce3c9d69d54f1f19f1b32845e84441f888218063cc0 - -CFLAGS="-DENABLE_DEDUPE" +checksum=5fdf7646518a26fefc322d7c9a5953c61db72d96626120ffa7f18197b59153d1 post_install() { vlicense LICENSE } do_check() { - ./jdupes -v | grep 'Compile-time extensions:.*fsdedup' + ./jdupes -v | grep 'Compile-time feature flags:.*dedup' }