nomacs: update to 3.17.2287.

This commit is contained in:
Mohammed Anas 2023-10-18 19:18:39 +01:00 committed by classabbyamp
parent 62a63f714a
commit 9409c7c43c

View file

@ -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 <orphan@voidlinux.org>"
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"
}