mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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:
parent
85df96d2ef
commit
8f7a817190
@ -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
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user