community/plasmatube: add missing dependencies

Remove direct qqc2-desktop-style dependency since now kirigami has a
dependency on that package, which is where the dependency should've been
placed in the first place.
This commit is contained in:
Luca Weiss 2024-08-21 09:31:20 +02:00 committed by Bart Ribbers
parent 85df96d2ef
commit 8f7a817190

View File

@ -4,10 +4,10 @@
# group=kde-applications
pkgname=plasmatube
pkgver=24.05.2
pkgrel=2
pkgrel=3
pkgdesc="Kirigami YouTube video player based on Invidious"
# armhf blocked by extra-cmake-modules
arch="all !armhf"
# armhf, ppc64le, s390x, riscv64, loongarch64: blocked by purpose
arch="all !armhf !ppc64le !s390x !riscv64 !loongarch64"
url="https://invent.kde.org/plasma-mobile/plasmatube"
license="GPL-3.0-or-later AND CC0-1.0"
depends="
@ -17,8 +17,9 @@ depends="
kcoreaddons
kdeclarative
kirigami
kirigami-addons
kitemmodels
qqc2-desktop-style
purpose
qt6-qtimageformats
yt-dlp
"