git » kate.git » commit 7fc6bf5

Switch to python-lsp-server

author Antonio Rojas
2021-10-30 19:03:17 UTC
committer Antonio Rojas
2021-10-30 19:03:17 UTC
parent f71bcb4042a0392820ffd3aae46b937a36142d2a

Switch to python-lsp-server

PKGBUILD +10 -4

diff --git a/PKGBUILD b/PKGBUILD
index b4651b9..ba62a16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,23 @@
 pkgbase=kate
 pkgname=(kwrite kate)
 pkgver=21.08.2
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 license=(GPL LGPL FDL)
 makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff kitemmodels ktexteditor kactivities kuserfeedback)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz{,.sig}
+        https://invent.kde.org/utilities/kate/-/commit/8328b53f.patch)
 sha256sums=('d68898759dd2538051124681e5928ef5fb163ca61b6cd8f59ee056cc068ea6b2'
-            'SKIP')
+            'SKIP'
+            '082c4a0c985b07e0f6976f0e183c28be290b796978f362e46e3917c24d9ca4b1')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck@kde.org>
               D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
 
+prepare() {
+  patch -d $pkgbase-$pkgver -p1 < 8328b53f.patch # Use python-lsp-server
+}
+
 build() {
   cmake -B build -S $pkgbase-$pkgver \
     -DBUILD_TESTING=OFF
@@ -45,7 +51,7 @@ package_kate() {
   depends=(knewstuff ktexteditor kactivities kuserfeedback hicolor-icon-theme)
   optdepends=('konsole: open a terminal in Kate'
               'clang: C and C++ LSP support'
-              'python-language-server: Python LSP support'
+              'python-lsp-server: Python LSP support'
               'texlab: LaTeX LSP support'
               'rust: Rust LSP support'
               'git: git-blame plugin')