mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nomacs: update to 3.12.
This commit is contained in:
parent
1e222dd75c
commit
1f48372301
1 changed files with 6 additions and 16 deletions
|
@ -1,26 +1,16 @@
|
||||||
# Template file for 'nomacs'
|
# Template file for 'nomacs'
|
||||||
pkgname=nomacs
|
pkgname=nomacs
|
||||||
version=3.10.2
|
version=3.12
|
||||||
revision=4
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_wrksrc=ImageLounge
|
build_wrksrc=ImageLounge
|
||||||
configure_args="-DUSE_SYSTEM_QUAZIP=1"
|
configure_args="-DUSE_SYSTEM_QUAZIP=1"
|
||||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools quazip-devel"
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools quazip-devel"
|
||||||
makedepends="qt5-tools-devel qt5-svg-devel exiv2-devel libopencv-devel libraw-devel
|
makedepends="qt5-tools-devel qt5-svg-devel exiv2-devel libopencv-devel
|
||||||
quazip-devel"
|
libraw-devel quazip-devel"
|
||||||
short_desc="Simple yet powerful Qt imageviewer"
|
short_desc="Simple yet powerful Qt imageviewer"
|
||||||
maintainer="Kharlamov Alexey <der@2-47.ru>"
|
maintainer="Kharlamov Alexey <der@2-47.ru>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://nomacs.org/"
|
homepage="https://nomacs.org/"
|
||||||
distfiles="https://github.com/nomacs/nomacs/archive/${version}.tar.gz"
|
distfiles="https://github.com/nomacs/nomacs/archive/${version}.tar.gz"
|
||||||
checksum=ced900a1548be6fecef5d18e6ed5bdbc9b3eb749edf623c523327798a74a4ec0
|
checksum=f4a32169e6c0cb939971da2732e4d67c6e2e649506da1b55bfc94963a26280ff
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
# fix build with quazip-qt5
|
|
||||||
sed -i 's/find_package(QuaZIP/find_package(QuaZip5/' cmake/Unix.cmake
|
|
||||||
sed -e 's/include <quazip/&5/' \
|
|
||||||
-i src/DkCore/DkImageLoader.cpp \
|
|
||||||
-i src/DkCore/DkImageContainer.cpp \
|
|
||||||
-i src/DkCore/DkBasicLoader.cpp \
|
|
||||||
-i src/DkGui/DkDialog.cpp
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue