Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kate
Commits:
474cb645 by Antonio Rojas at 2024-08-24T21:38:53+02:00
Update to 24.08.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kate
pkgdesc = Advanced text editor
- pkgver = 24.05.2
+ pkgver = 24.07.90
pkgrel = 1
url = https://apps.kde.org/kate/
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = kate
license = LGPL-2.0-or-later
makedepends = extra-cmake-modules
makedepends = kdoctools
+ makedepends = qtkeychain-qt6
depends = gcc-libs
depends = glibc
depends = kbookmarks
@@ -35,21 +36,23 @@ pkgbase = kate
depends = kxmlgui
depends = qt6-base
depends = syntax-highlighting
- optdepends = konsole: open a terminal in Kate
optdepends = clang: C and C++ LSP support
+ optdepends = git: git-blame plugin
+ optdepends = konsole: open a terminal in Kate
optdepends = python-lsp-server: Python LSP support
- optdepends = texlab: LaTeX LSP support
+ optdepends = qt6-declarative: RBQL plugin
+ optdepends = qtkeychain-qt6: SQL plugin
optdepends = rust: Rust LSP support
- optdepends = git: git-blame plugin
+ optdepends = texlab: LaTeX LSP support
provides = kwrite
conflicts = kwrite
replaces = kwrite
- source =
https://download.kde.org/stable/release-service/24.05.2/src/kate-24.05.2.tar.xz
- source =
https://download.kde.org/stable/release-service/24.05.2/src/kate-24.05.2.tar.xz.sig
+ source =
https://download.kde.org/unstable/release-service/24.07.90/src/kate-24.07.90.tar.xz
+ source =
https://download.kde.org/unstable/release-service/24.07.90/src/kate-24.07.90.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
- sha256sums =
774f08b7d53db0b282164e930a0e0cd4709e75938dcb8b3cb430fedf0d5db020
+ sha256sums =
2b6e103b4226b928e677434999e82a2547724d614ff29331048e7031a38d3768
sha256sums = SKIP
pkgname = kate
=====================================
PKGBUILD
=====================================
@@ -36,14 +36,17 @@ depends=(gcc-libs
kxmlgui
qt6-base
syntax-highlighting)
-optdepends=('konsole: open a terminal in Kate'
- 'clang: C and C++ LSP support'
+optdepends=('clang: C and C++ LSP support'
+ 'git: git-blame plugin'
+ 'konsole: open a terminal in Kate'
'python-lsp-server: Python LSP support'
- 'texlab: LaTeX LSP support'
+ 'qt6-declarative: RBQL plugin'
+ 'qtkeychain-qt6: SQL plugin'
'rust: Rust LSP support'
- 'git: git-blame plugin')
+ 'texlab: LaTeX LSP support')
makedepends=(extra-cmake-modules
- kdoctools)
+ kdoctools
+ qtkeychain-qt6)
conflicts=(kwrite)
provides=(kwrite)
replaces=(kwrite)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kate/-/commit/474cb64545df8c84ea5e17501f2e2436c2af8915
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kate/-/commit/474cb64545df8c84ea5e17501f2e2436c2af8915
You're receiving this email because of your account on gitlab.archlinux.org.