flameshot: add missing qt5-svg dependency.
fixes void-linux/void-packages#4767
This commit is contained in:
parent
2c7e7ec05a
commit
8546db497e
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'flameshot'
|
# Template file for 'flameshot'
|
||||||
pkgname=flameshot
|
pkgname=flameshot
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="CONFIG+=packaging"
|
configure_args="CONFIG+=packaging"
|
||||||
makedepends="qt5-svg-devel"
|
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"
|
short_desc="Powerful yet simple to use screenshot software for GNU/Linux"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="GPL-3.0-or-later"
|
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"
|
distfiles="https://github.com/lupoDharkael/flameshot/archive/v${version}.tar.gz"
|
||||||
checksum=61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589
|
checksum=61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-svg-devel"
|
hostmakedepends+=" qt5-svg-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue