flameshot: add missing qt5-svg dependency.

fixes void-linux/void-packages#4767
This commit is contained in:
maxice8 2018-11-15 14:50:18 -02:00 committed by maxice8
parent 2c7e7ec05a
commit 8546db497e
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'flameshot'
pkgname=flameshot
version=0.6.0
revision=1
revision=2
build_style=qmake
configure_args="CONFIG+=packaging"
makedepends="qt5-svg-devel"
depends="desktop-file-utils"
depends="desktop-file-utils qt5-svg"
short_desc="Powerful yet simple to use screenshot software for GNU/Linux"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="GPL-3.0-or-later"
@ -13,7 +13,7 @@ homepage="https://github.com/lupoDharkael/flameshot"
distfiles="https://github.com/lupoDharkael/flameshot/archive/v${version}.tar.gz"
checksum=61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-svg-devel"
fi