mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
nomacs: update to 3.17.2287.
This commit is contained in:
parent
62a63f714a
commit
9409c7c43c
1 changed files with 13 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue