[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Nov 27 15:21:08 UTC 2020
Date: Friday, November 27, 2020 @ 15:21:08
Author: arojas
Revision: 402313
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 402312, kate/kde-unstable/PKGBUILD)
Deleted:
kate/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-27 15:20:54 UTC (rev 402312)
+++ PKGBUILD 2020-11-27 15:21:08 UTC (rev 402313)
@@ -1,54 +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=20.11.80
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff kitemmodels ktexteditor threadweaver kactivities kuserfeedback)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('17fb0990ae6fb931ba93ca5d81c13fa5524607934d27c6c34908b93f321a370f'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-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://www.kde.org/applications/utilities/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://www.kde.org/applications/utilities/kate/"
- depends=(knewstuff ktexteditor threadweaver kactivities kuserfeedback 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')
- DESTDIR="$pkgdir" cmake --install build
-
- find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
- rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
-}
Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 402312, kate/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-27 15:21:08 UTC (rev 402313)
@@ -0,0 +1,54 @@
+# 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=20.11.90
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff kitemmodels ktexteditor threadweaver kactivities kuserfeedback)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('49c60ba07510c80930c6b1a8e512ffa743e4a8892a8126a1ea24cf73ba9872fb'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+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://www.kde.org/applications/utilities/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://www.kde.org/applications/utilities/kate/"
+ depends=(knewstuff ktexteditor threadweaver kactivities kuserfeedback 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')
+ 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