parent
24da9e875e
commit
c710852c3b
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'SIR'
|
# Template file for 'SIR'
|
||||||
pkgname=SIR
|
pkgname=SIR
|
||||||
version=3.2
|
version=3.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="exiv2-devel qt5-svg-devel qt5-tools-devel"
|
makedepends="exiv2-devel qt5-svg-devel qt5-tools-devel"
|
||||||
depends="dcraw qt5-imageformats"
|
depends="dcraw qt5-imageformats"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
||||||
short_desc="Simple Image Resizer using Qt5 and exiv2"
|
short_desc="Simple Image Resizer using Qt5 and exiv2"
|
||||||
homepage="http://marek629.github.io/SIR/"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://marek629.github.io/SIR/"
|
||||||
distfiles="https://github.com/marek629/SIR/archive/v${version}.tar.gz"
|
distfiles="https://github.com/marek629/SIR/archive/v${version}.tar.gz"
|
||||||
checksum=a39090df1f4dfdf15583d6c591a9e55cfcee80142c275e631bd12fbc46a7ba97
|
checksum=a39090df1f4dfdf15583d6c591a9e55cfcee80142c275e631bd12fbc46a7ba97
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue