From cf2cd62aab5480edd4ca86153dede3c35791557e Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Sun, 1 Oct 2023 00:38:57 +0200 Subject: [PATCH] upgpkg: 5.27.8-2: Rename kf5 packages --- .SRCINFO | 37 +++++++++++++++++++++++++++++++++++++ PKGBUILD | 6 +++--- 2 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 .SRCINFO diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..038d015 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,37 @@ +pkgbase = kwin + pkgdesc = An easy to use, but flexible, composited Window Manager + pkgver = 5.27.8 + pkgrel = 2 + url = https://kde.org/plasma-desktop/ + install = kwin.install + arch = x86_64 + groups = plasma + license = LGPL + makedepends = extra-cmake-modules + makedepends = qt5-tools + makedepends = kdoctools5 + makedepends = krunner5 + makedepends = wayland-protocols + makedepends = plasma-wayland-protocols + makedepends = python + depends = kscreenlocker + depends = xcb-util-cursor + depends = plasma-framework + depends = kcmutils5 + depends = breeze + depends = pipewire-session-manager + depends = libqaccessibilityclient + depends = lcms2 + depends = libxcvt + optdepends = maliit-keyboard: virtual keyboard for kwin-wayland + replaces = kwayland-server + source = https://download.kde.org/stable/plasma/5.27.8/kwin-5.27.8.tar.xz + source = https://download.kde.org/stable/plasma/5.27.8/kwin-5.27.8.tar.xz.sig + validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D + validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D + validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF + validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20 + sha256sums = e726cd68648805af3ce98b6b360eadd7ba681e6cf4358b1ab57863cd270732e9 + sha256sums = SKIP + +pkgname = kwin diff --git a/PKGBUILD b/PKGBUILD index 520b7d2..6379889 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,14 +5,14 @@ pkgname=kwin pkgver=5.27.8 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=1 +pkgrel=2 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 kcmutils breeze +depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils5 breeze pipewire-session-manager libqaccessibilityclient lcms2 libxcvt) -makedepends=(extra-cmake-modules qt5-tools kdoctools krunner wayland-protocols plasma-wayland-protocols python) +makedepends=(extra-cmake-modules qt5-tools kdoctools5 krunner5 wayland-protocols plasma-wayland-protocols python) optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland') replaces=(kwayland-server) groups=(plasma)