mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
nomacs: fix build
increment revision to fix potential miscompilation
This commit is contained in:
parent
a2ae261c0e
commit
01f660fe0c
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nomacs'
|
# Template file for 'nomacs'
|
||||||
pkgname=nomacs
|
pkgname=nomacs
|
||||||
version=3.17.2287
|
version=3.17.2287
|
||||||
revision=3
|
revision=4
|
||||||
_plugins_ver=3.17.2285
|
_plugins_ver=3.17.2285
|
||||||
build_wrksrc=ImageLounge
|
build_wrksrc=ImageLounge
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -21,6 +21,11 @@ checksum="6905ea615358f84a0c83d5b1b7077871dea0526ec667500a1951448cb845a92c
|
||||||
skip_extraction="plugins.tar.gz"
|
skip_extraction="plugins.tar.gz"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
cd ${build_wrksrc}
|
cd ${build_wrksrc}
|
||||||
vsrcextract -C plugins "plugins.tar.gz"
|
vsrcextract -C plugins "plugins.tar.gz"
|
||||||
|
}
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# XXX: remove this when updating, it no longer requires git as of 3.17.2295
|
||||||
|
vsed -i -e "s/import subprocess/return '${version}'/" ../scripts/versionupdate.py
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue