git » kdenlive.git » commit d66fc9c

Add qqc2-desktop-style dependency

author Antonio Rojas
2024-03-30 08:38:41 UTC
committer Antonio Rojas
2024-03-30 08:38:41 UTC
parent fc4ed07747111a466a7ff37df657b4e871bd51ad

Add qqc2-desktop-style dependency

Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/kdenlive/-/issues/3

.SRCINFO +2 -1
PKGBUILD +2 -1

diff --git a/.SRCINFO b/.SRCINFO
index d4b1577..4d80343 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = kdenlive
 	pkgdesc = A non-linear video editor for Linux using the MLT video framework
 	pkgver = 24.02.1
-	pkgrel = 1
+	pkgrel = 2
 	url = https://apps.kde.org/kdenlive/
 	arch = x86_64
 	groups = kde-applications
@@ -39,6 +39,7 @@ pkgbase = kdenlive
 	depends = kxmlgui
 	depends = mlt
 	depends = purpose
+	depends = qqc2-desktop-style
 	depends = qt6-base
 	depends = qt6-declarative
 	depends = qt6-multimedia
diff --git a/PKGBUILD b/PKGBUILD
index 7b60acf..9e6d4a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 
 pkgname=kdenlive
 pkgver=24.02.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A non-linear video editor for Linux using the MLT video framework'
 arch=(x86_64)
 url='https://apps.kde.org/kdenlive/'
@@ -39,6 +39,7 @@ depends=(breeze-icons
          kxmlgui
          mlt
          purpose
+         qqc2-desktop-style
          qt6-base
          qt6-declarative
          qt6-multimedia