Date: Thursday, September 22, 2022 @ 21:02:30 Author: arojas Revision: 456654
upgpkg: kwayland 5.98.0-3: Revert patch as it causes regressions (FS#75976) Modified: kwayland/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-22 19:44:27 UTC (rev 456653) +++ PKGBUILD 2022-09-22 21:02:30 UTC (rev 456654) @@ -4,7 +4,7 @@ pkgname=kwayland pkgver=5.98.0 -pkgrel=2 +pkgrel=3 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries' arch=(x86_64) url='https://www.kde.org' @@ -12,18 +12,12 @@ depends=(qt5-wayland) makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc wayland-protocols plasma-wayland-protocols) groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig} - https://invent.kde.org/frameworks/kwayland/-/commit/d02188ad.patch) +source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) sha256sums=('1c171ddf9af0e257781ba245f5720da39fc89170fb6a7516ceb00f53df280930' - 'SKIP' - 'c9a0751910509569cfec8673ee4aca68b55bd6d85ec2914b2994ea2c00008789') + 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <[email protected]> options=(debug) -prepare() { - patch -d $pkgname-$pkgver -p1 < d02188ad.patch # Fix misplaced Plasma popups -} - build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_LIBEXECDIR=lib \
