[arch-commits] Commit in kate/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Nov 4 13:50:04 UTC 2021
Date: Thursday, November 4, 2021 @ 13:50:04
Author: arojas
Revision: 427318
archrelease: copy trunk to extra-x86_64
Added:
kate/repos/extra-x86_64/PKGBUILD
(from rev 427317, kate/trunk/PKGBUILD)
Deleted:
kate/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 124 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 62 insertions(+), 62 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-04 13:49:55 UTC (rev 427317)
+++ PKGBUILD 2021-11-04 13:50:04 UTC (rev 427318)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=kate
-pkgname=(kwrite kate)
-pkgver=21.08.2
-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}
- https://invent.kde.org/utilities/kate/-/commit/8328b53f.patch)
-sha256sums=('d68898759dd2538051124681e5928ef5fb163ca61b6cd8f59ee056cc068ea6b2'
- '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
- cmake --build build
-}
-
-package_kwrite() {
- pkgdesc='Text Editor'
- groups=(kde-applications kde-utilities)
- url='https://apps.kde.org/kwrite/'
- depends=(ktexteditor hicolor-icon-theme)
-
- DESTDIR="$pkgdir" cmake --install build
-
- find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
- 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/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo \
- "$pkgdir"/usr/share/plasma/plasmoids
-}
-
-package_kate() {
- pkgdesc='Advanced Text Editor'
- groups=(kde-applications kde-utilities)
- url='https://apps.kde.org/kate/'
- depends=(knewstuff ktexteditor kactivities kuserfeedback hicolor-icon-theme)
- optdepends=('konsole: open a terminal in Kate'
- 'clang: C and C++ LSP support'
- 'python-lsp-server: Python LSP support'
- 'texlab: LaTeX LSP support'
- 'rust: Rust LSP support'
- 'git: git-blame plugin')
- DESTDIR="$pkgdir" cmake --install build
-
- find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
- rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}
Copied: kate/repos/extra-x86_64/PKGBUILD (from rev 427317, kate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-04 13:50:04 UTC (rev 427318)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=21.08.3
+pkgrel=1
+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}
+ https://invent.kde.org/utilities/kate/-/commit/8328b53f.patch)
+sha256sums=('e23eb09a06e29c273332dedc95f79abb9d070ec749cf9de2178a0c383b07bfbd'
+ '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
+ cmake --build build
+}
+
+package_kwrite() {
+ pkgdesc='Text Editor'
+ groups=(kde-applications kde-utilities)
+ url='https://apps.kde.org/kwrite/'
+ depends=(ktexteditor hicolor-icon-theme)
+
+ DESTDIR="$pkgdir" cmake --install build
+
+ find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+ 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/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo \
+ "$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+ pkgdesc='Advanced Text Editor'
+ groups=(kde-applications kde-utilities)
+ url='https://apps.kde.org/kate/'
+ depends=(knewstuff ktexteditor kactivities kuserfeedback hicolor-icon-theme)
+ optdepends=('konsole: open a terminal in Kate'
+ 'clang: C and C++ LSP support'
+ 'python-lsp-server: Python LSP support'
+ 'texlab: LaTeX LSP support'
+ 'rust: Rust LSP support'
+ 'git: git-blame plugin')
+ DESTDIR="$pkgdir" cmake --install build
+
+ find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+ rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}
More information about the arch-commits
mailing list