author | Antonio Rojas
<arojas@archlinux.org> 2023-10-01 07:44:04 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-01 07:44:04 UTC |
parent | 70eb48e69bca0e3d9a4fcf1d3d1cf5c5583509e0 |
.SRCINFO | +23 | -0 |
PKGBUILD | +3 | -3 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..d374188 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,23 @@ +pkgbase = kwayland-integration + pkgdesc = Provides integration plugins for various KDE frameworks for the wayland windowing system + pkgver = 5.27.8 + pkgrel = 2 + url = https://kde.org/plasma-desktop/ + arch = x86_64 + groups = plasma + license = LGPL + makedepends = extra-cmake-modules + makedepends = wayland-protocols + makedepends = kidletime5 + depends = kwindowsystem5 + depends = kwayland5 + source = https://download.kde.org/stable/plasma/5.27.8/kwayland-integration-5.27.8.tar.xz + source = https://download.kde.org/stable/plasma/5.27.8/kwayland-integration-5.27.8.tar.xz.sig + validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D + validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D + validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF + validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20 + sha256sums = 7a7db7a37c1d61fc33cf0ae814ad832e8755911021fc8d3caf366b5343687385 + sha256sums = SKIP + +pkgname = kwayland-integration diff --git a/PKGBUILD b/PKGBUILD index d237c78..3571f38 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,13 +3,13 @@ pkgname=kwayland-integration pkgver=5.27.8 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=1 +pkgrel=2 pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' arch=(x86_64) url='https://kde.org/plasma-desktop/' license=(LGPL) -depends=(kwindowsystem kwayland) -makedepends=(extra-cmake-modules wayland-protocols kidletime) +depends=(kwindowsystem5 kwayland5) +makedepends=(extra-cmake-modules wayland-protocols kidletime5) groups=(plasma) source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}) sha256sums=('7a7db7a37c1d61fc33cf0ae814ad832e8755911021fc8d3caf366b5343687385'