mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
monero-gui: add missing runtime dependency qt5-quickcontrols2
Closes: #13767 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
c43924a7ec
commit
ef001d3f78
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'monero-gui'
|
||||
pkgname=monero-gui
|
||||
version=0.12.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=qmake
|
||||
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-quickcontrols qt5-declarative-devel"
|
||||
makedepends="libatomic-devel monero-devel boost-devel libunwind-devel miniupnpc-devel
|
||||
libressl-devel readline-devel qt5-devel qt5-declarative-devel
|
||||
unbound-devel"
|
||||
depends="qt5-graphicaleffects qt5-quickcontrols"
|
||||
depends="qt5-graphicaleffects qt5-quickcontrols qt5-quickcontrols2"
|
||||
short_desc="GUI for the core Monero implementation"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="3-clause-BSD"
|
||||
|
|
Loading…
Add table
Reference in a new issue