From b8f04dc3983c4d5ead83bd8e1b19b293f63be3bb Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 14 Mar 2025 17:09:22 -0400 Subject: [PATCH] isync: update to 1.5.1, run more tests, add license --- srcpkgs/isync/template | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/srcpkgs/isync/template b/srcpkgs/isync/template index 8eade0b9954..4b4052c188a 100644 --- a/srcpkgs/isync/template +++ b/srcpkgs/isync/template @@ -1,20 +1,27 @@ # Template file for 'isync' pkgname=isync -version=1.5.0 +version=1.5.1 revision=1 build_style=gnu-configure hostmakedepends="perl pkg-config" makedepends="openssl-devel libsasl-devel db-devel zlib-devel" depends="ca-certificates" +checkdepends="perl perl-Clone perl-enum" short_desc="IMAP and MailDir mailbox synchronizer" maintainer="Leah Neukirchen " -license="GPL-2.0-or-later" +license="GPL-2.0-or-later WITH custom:LicenseRef-isync-GPL-exception" homepage="http://isync.sourceforge.net/" changelog="https://sourceforge.net/p/isync/isync/ci/master/tree/NEWS?format=raw" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=a0c81e109387bf279da161453103399e77946afecf5c51f9413c5e773557f78d +checksum=28cc90288036aa5b6f5307bfc7178a397799003b96f7fd6e4bd2478265bb22fa + +do_check() { + make check + cd src && perl ./run-tests.pl +} post_install() { vsconf src/mbsyncrc.sample rm -rf ${DESTDIR}/usr/share/doc/isync + vlicense LICENSES/LicenseRef-isync-GPL-exception.txt }