[arch-commits] Commit in kate/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Oct 30 19:03:18 UTC 2021


    Date: Saturday, October 30, 2021 @ 19:03:17
  Author: arojas
Revision: 426838

Switch to python-lsp-server

Modified:
  kate/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-30 19:00:24 UTC (rev 426837)
+++ PKGBUILD	2021-10-30 19:03:17 UTC (rev 426838)
@@ -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 at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
               D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at 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 @@
   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')



More information about the arch-commits mailing list