From 7cb07e632f6041240bac1782e2b101aee4d0d64e Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Thu, 5 Oct 2023 23:10:53 +0200 Subject: [PATCH] upgpkg: 5.27.8-3: Rename kf5 packages --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 038d015..43cd832 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = kwin pkgdesc = An easy to use, but flexible, composited Window Manager pkgver = 5.27.8 - pkgrel = 2 + pkgrel = 3 url = https://kde.org/plasma-desktop/ install = kwin.install arch = x86_64 @@ -16,7 +16,7 @@ pkgbase = kwin makedepends = python depends = kscreenlocker depends = xcb-util-cursor - depends = plasma-framework + depends = plasma-framework5 depends = kcmutils5 depends = breeze depends = pipewire-session-manager diff --git a/PKGBUILD b/PKGBUILD index 6379889..2189232 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,12 +5,12 @@ pkgname=kwin pkgver=5.27.8 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=2 +pkgrel=3 pkgdesc='An easy to use, but flexible, composited Window Manager' arch=(x86_64) url='https://kde.org/plasma-desktop/' license=(LGPL) -depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils5 breeze +depends=(kscreenlocker xcb-util-cursor plasma-framework5 kcmutils5 breeze pipewire-session-manager libqaccessibilityclient lcms2 libxcvt) makedepends=(extra-cmake-modules qt5-tools kdoctools5 krunner5 wayland-protocols plasma-wayland-protocols python) optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland')