git » plasma-integration.git » commit 44dc855

Plasma 5.26.0

author Antonio Rojas
2022-10-11 13:04:05 UTC
committer Antonio Rojas
2022-10-11 13:04:05 UTC
parent d1ce266fd482314c8a4f63a90e10ba0d7a5983e0

Plasma 5.26.0

PKGBUILD +5 -11

diff --git a/PKGBUILD b/PKGBUILD
index 45ef45c..1445ebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
 
 pkgname=plasma-integration
-pkgver=5.25.5
-pkgrel=2
+pkgver=5.26.0
+pkgrel=1
 pkgdesc='Qt Platform Theme integration plugins for the Plasma workspaces'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
@@ -11,21 +11,15 @@ license=(LGPL)
 depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style perl)
 makedepends=(extra-cmake-modules breeze plasma-wayland-protocols)
 groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
-        https://invent.kde.org/plasma/plasma-integration/-/commit/52bd3c9c.patch)
-sha256sums=('d90fe6322b0a410df1ac7ed2e20ea087479420847494ac1473287ef198294bdd'
-            'SKIP'
-            'ac575283c127575f366df2ed370867d12d2d938a7b7abfaa53b4f0da416f5042')
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('af61b043d696799acd6991b59f590c9e36c7ea3aa08b1993c0e356ab144c1b57'
+            'SKIP')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
               'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson@kde.org>
               '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
 options=(debug)
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 52bd3c9c.patch # Fix Wayland on NVIDIA
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF