mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
stremio-shell: fix dependencies.
qt5-webengine needs to be in depends.
This commit is contained in:
parent
02919bc8fb
commit
177ab0de91
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'stremio-shell'
|
# Template file for 'stremio-shell'
|
||||||
pkgname=stremio-shell
|
pkgname=stremio-shell
|
||||||
version=4.4.142
|
version=4.4.142
|
||||||
revision=1
|
revision=2
|
||||||
_singleapplication_hash=4aeac8fa3e7e96385ba556346ebb6020e35ffdd8
|
_singleapplication_hash=4aeac8fa3e7e96385ba556346ebb6020e35ffdd8
|
||||||
_libmpv_hash=822a41a1087daf2911fc336fbd9509f962158fef
|
_libmpv_hash=822a41a1087daf2911fc336fbd9509f962158fef
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
|
@ -9,7 +9,8 @@ hostmakedepends="qt5-host-tools qt5-qmake"
|
||||||
makedepends="mpv-devel qt5-webview-devel qt5-webengine-devel
|
makedepends="mpv-devel qt5-webview-devel qt5-webengine-devel
|
||||||
qt5-declarative-devel qt5-webchannel-devel qt5-location-devel
|
qt5-declarative-devel qt5-webchannel-devel qt5-location-devel
|
||||||
qt5-quickcontrols2-devel qt5-quickcontrols chromaprint-devel"
|
qt5-quickcontrols2-devel qt5-quickcontrols chromaprint-devel"
|
||||||
depends="qt5-quickcontrols qt5-quickcontrols2 virtual?nodejs-runtime"
|
depends="qt5-quickcontrols qt5-quickcontrols2 virtual?nodejs-runtime
|
||||||
|
qt5-webengine"
|
||||||
short_desc="Hub for video content aggregation"
|
short_desc="Hub for video content aggregation"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue