From 9409c7c43c9d87b789828a22bd277ac777445ea8 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Wed, 18 Oct 2023 19:18:39 +0100 Subject: [PATCH] nomacs: update to 3.17.2287. --- srcpkgs/nomacs/template | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nomacs/template b/srcpkgs/nomacs/template index c52cd54e294..956bd21ebb1 100644 --- a/srcpkgs/nomacs/template +++ b/srcpkgs/nomacs/template @@ -1,7 +1,8 @@ # Template file for 'nomacs' pkgname=nomacs -version=3.16.224 -revision=5 +version=3.17.2287 +revision=1 +_plugins_ver=3.17.2285 build_wrksrc=ImageLounge build_style=cmake configure_args="-DCMAKE_BUILD_TYPE=None -DENABLE_TRANSLATIONS=1 @@ -13,5 +14,13 @@ short_desc="Simple yet powerful Qt imageviewer" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/nomacs/nomacs" -distfiles="https://github.com/nomacs/nomacs/archive/${version}.tar.gz" -checksum=bbc7e9048026ef9e0d2b64902c88050f17a679ef3d3c009de2c3b7de5d1d217c +distfiles="https://github.com/nomacs/nomacs/archive/${version}.tar.gz + https://github.com/novomesk/nomacs-plugins/archive/refs/tags/${_plugins_ver}.tar.gz>plugins.tar.gz" +checksum="6905ea615358f84a0c83d5b1b7077871dea0526ec667500a1951448cb845a92c + 946b2d754be9ecca5cb155f7ecc5dcafb164f6c3dcc7bf5c3c0610d3b47774aa" +skip_extraction="plugins.tar.gz" + +post_extract() { + cd ${build_wrksrc} + vsrcextract -C plugins "plugins.tar.gz" +}