Date: Tuesday, January 11, 2022 @ 08:02:58 Author: arojas Revision: 434211
Add xdg-desktop-portal dependency (FS#73328) Modified: krfb/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 07:26:48 UTC (rev 434210) +++ PKGBUILD 2022-01-11 08:02:58 UTC (rev 434211) @@ -3,12 +3,12 @@ pkgname=krfb pkgver=21.12.1 -pkgrel=1 +pkgrel=2 pkgdesc='Desktop Sharing' url='https://apps.kde.org/krfb/' arch=(x86_64) license=(LGPL) -depends=(libepoxy kdnssd kxmlgui kwallet libvncserver pipewire kcompletion kwayland hicolor-icon-theme) +depends=(libepoxy kdnssd kxmlgui kwallet libvncserver pipewire kcompletion kwayland hicolor-icon-theme xdg-desktop-portal) makedepends=(extra-cmake-modules kdoctools plasma-wayland-protocols) groups=(kde-applications kde-network) source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})