git » plasma-integration.git » commit 880f9fb

Drop xdg-desktop-portal-kde dependency (FS#77854)

author Antonio Rojas
2023-03-16 08:14:40 UTC
committer Antonio Rojas
2023-03-16 08:14:40 UTC
parent 6985a050e68b038dac922fd6f767ad04b248ada4

Drop xdg-desktop-portal-kde dependency (FS#77854)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9398512..23cf2fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=plasma-integration
 pkgver=5.27.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt Platform Theme integration plugins for the Plasma workspaces'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(libxcursor noto-fonts ttf-hack qqc2-desktop-style xdg-desktop-portal-kde perl)
+depends=(libxcursor noto-fonts ttf-hack qqc2-desktop-style perl)
 makedepends=(extra-cmake-modules breeze plasma-wayland-protocols)
 groups=(plasma)
 source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})