git » kwayland.git » commit dfd4c5e

Revert patch as it causes regressions (FS#75976)

author Antonio Rojas
2022-09-22 21:02:30 UTC
committer Antonio Rojas
2022-09-22 21:02:30 UTC
parent 21ecedc71648b616a6721c64e0e8d74de4b0ad65

Revert patch as it causes regressions (FS#75976)

PKGBUILD +3 -9

diff --git a/PKGBUILD b/PKGBUILD
index a6eaedd..407715d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ license=(LGPL)
 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 <faure@kde.org>
 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 \