From edd85822d0cd0a93d4035f6dcbdd82aa56e61724 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 20 Apr 2023 22:04:07 -0400 Subject: [PATCH 1/2] New package: libjodycode-1.1 --- common/shlibs | 1 + srcpkgs/libjodycode/template | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 srcpkgs/libjodycode/template diff --git a/common/shlibs b/common/shlibs index 0b05cd99d6b3..d23f0ef52005 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4244,3 +4244,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1 +libjodycode.so.1 libjodycode-1.1_1 diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template new file mode 100644 index 000000000000..a2de08201de8 --- /dev/null +++ b/srcpkgs/libjodycode/template @@ -0,0 +1,26 @@ +# Template file for 'libjodycode' +pkgname=libjodycode +version=1.1 +revision=1 +build_style=gnu-makefile +make_use_env=yes +short_desc="Shared code used by several utilities written by Jody Bruchon" +maintainer="cinerea0 " +license="MIT" +homepage="https://github.com/jbruchon/libjodycode" +changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES" +distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz" +checksum=c4b5dbc20f39800bd774afb6b5d709ce90fe4482a44ea19ff24a2e27466729c8 + +post_install() { + vlicense LICENSE +} + +libjodycode-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.a" + } +} From 15ee1473749e72b803c056271152c90e5a3f94a5 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 20 Apr 2023 22:04:32 -0400 Subject: [PATCH 2/2] jdupes: update to 1.22.0, adopt --- srcpkgs/jdupes/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template index 15a749997c40..ab64aa4cc1d6 100644 --- a/srcpkgs/jdupes/template +++ b/srcpkgs/jdupes/template @@ -1,18 +1,18 @@ # Template file for 'jdupes' pkgname=jdupes -version=1.21.3 +version=1.22.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=945b69f1570d058b70c40d144c5dfa9d5769f43e9488e8ac4f47bbb9ac973df7 post_install() { vlicense LICENSE