[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jul 30 11:05:07 UTC 2021
Date: Friday, July 30, 2021 @ 11:05:07
Author: arojas
Revision: 420901
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 420900, kate/kde-unstable/PKGBUILD)
Deleted:
kate/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 112 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 56 insertions(+), 56 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-30 11:04:57 UTC (rev 420900)
+++ PKGBUILD 2021-07-30 11:05:07 UTC (rev 420901)
@@ -1,56 +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.07.80
-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/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz{,.sig})
-sha256sums=('d574f6e4355e9187772cea7394dc2cf6a0f3325a79141a868da04c4f33669f4e'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker 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://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-language-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/kde-unstable-x86_64/PKGBUILD (from rev 420900, kate/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-30 11:05:07 UTC (rev 420901)
@@ -0,0 +1,56 @@
+# 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.07.90
+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/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz{,.sig})
+sha256sums=('1072e0bd3aa77e42f6d55c24cc3cce12a841703d25d788abadab7e81b973acfd'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker 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://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-language-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