From 7bdd06a8f06a04e79a505fd58dfb8f63f59597ea Mon Sep 17 00:00:00 2001
From: Bart Ribbers <bribbers@disroot.org>
Date: Sun, 7 Jul 2024 22:00:28 +0200
Subject: [PATCH] community/plasmatube: add missing dependency on
 qqc2-desktop-style

(cherry picked from commit aa58a9ef338505f7dcebaee45528ca40ba6736fe)
---
 community/plasmatube/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/plasmatube/APKBUILD b/community/plasmatube/APKBUILD
index 580ad5028ef2..1ad2117965a4 100644
--- a/community/plasmatube/APKBUILD
+++ b/community/plasmatube/APKBUILD
@@ -4,7 +4,7 @@
 # group=kde-applications
 pkgname=plasmatube
 pkgver=24.02.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Kirigami YouTube video player based on Invidious"
 # armhf blocked by extra-cmake-modules
 arch="all !armhf"
@@ -17,6 +17,7 @@ depends="
 	kcoreaddons
 	kdeclarative
 	kirigami
+	qqc2-desktop-style
 	qt6-qtimageformats
 	yt-dlp
 	"
-- 
GitLab