git » kate.git » commit f5f6b45

Update to 19.12.0

author Antonio Rojas
2019-12-12 13:00:26 UTC
committer Antonio Rojas
2019-12-12 13:00:26 UTC
parent fce3ac126b1e3382fccca4005afa8fa69ce264da

Update to 19.12.0

PKGBUILD +11 -8

diff --git a/PKGBUILD b/PKGBUILD
index 0d49849..e548163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
 
 pkgbase=kate
 pkgname=(kwrite kate)
-pkgver=19.08.3
+pkgver=19.12.0
 pkgrel=1
 arch=(x86_64)
 license=(GPL LGPL FDL)
 makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff kitemmodels ktexteditor threadweaver kactivities)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('ab9f076e7e825fca64252b366e637e34157f1f875aa573bdae333fc240e0ec71'
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('7e3d9a83508a77adb5262b58411004ade37599d36f6207b20af7ba3ff81ba153'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
@@ -30,7 +30,7 @@ package_kwrite() {
   pkgdesc="Text Editor"
   groups=(kde-applications kdebase)
   url="https://www.kde.org/applications/utilities/kwrite/"
-  depends=(ktexteditor kactivities hicolor-icon-theme)
+  depends=(ktexteditor hicolor-icon-theme)
 
   cd build
   make DESTDIR="$pkgdir" install
@@ -39,7 +39,7 @@ package_kwrite() {
   rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
         "$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
         "$pkgdir"/usr/share/katexmltools \
-        "$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin,lspclient}.mo \
+        "$pkgdir"/usr/share/locale/*/LC_MESSAGES/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo \
         "$pkgdir"/usr/share/plasma/plasmoids
 }
 
@@ -47,9 +47,12 @@ package_kate() {
   pkgdesc="Advanced Text Editor"
   groups=(kde-applications kdebase)
   url="https://www.kde.org/applications/utilities/kate/"
-  depends=(knewstuff ktexteditor threadweaver kactivities hicolor-icon-theme)
-  optdepends=('konsole: open a terminal in Kate')
-
+  depends=(knewstuff ktexteditor threadweaver kactivities kitemmodels hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate'
+              'clang: C and C++ LSP support'
+              'python-language-server: Python LSP support'
+              'texlab: LaTeX LSP support'
+              'rust: Rust LSP support')
   cd build
   make DESTDIR="$pkgdir" install