git » kate.git » commit 60750ec

KDE Applications 19.08.0

author Felix Yan
2019-08-20 08:38:10 UTC
committer Felix Yan
2019-08-20 08:38:10 UTC
parent b07063a5cfac2a3d8c3f9f7f1c854dfb9de25f01

KDE Applications 19.08.0

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index b5a60b1..73ce74f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
 
 pkgbase=kate
 pkgname=(kwrite kate)
-pkgver=19.04.3
+pkgver=19.08.0
 pkgrel=1
 arch=(x86_64)
 license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff ktexteditor threadweaver kitemmodels kactivities)
+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=('b1dcd45270c0494e97f32f435a943ca27b0bcb23065a9ad2a1fe37e4a81ad9a6'
+sha256sums=('79fbda36a0c80e2838d3d882e9546732403320bbd343cec4a984cdb0e8131582'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
@@ -41,7 +41,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}.mo \
+        "$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin,ktexteditorpreviewplugin,lspclient}.mo \
         "$pkgdir"/usr/share/plasma/plasmoids
 }
 
@@ -49,7 +49,7 @@ package_kate() {
   pkgdesc="Advanced Text Editor"
   groups=(kde-applications kdebase)
   url="https://www.kde.org/applications/utilities/kate/"
-  depends=(knewstuff ktexteditor threadweaver kitemmodels kactivities hicolor-icon-theme)
+  depends=(knewstuff ktexteditor threadweaver kactivities hicolor-icon-theme)
   optdepends=('konsole: open a terminal in Kate')
 
   cd build