[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 6 21:21:16 UTC 2020
Date: Monday, April 6, 2020 @ 21:21:15
Author: arojas
Revision: 379707
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379706, kate/kde-unstable/PKGBUILD)
Deleted:
kate/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 127 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 66 insertions(+), 61 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-06 21:20:54 UTC (rev 379706)
+++ PKGBUILD 2020-04-06 21:21:15 UTC (rev 379707)
@@ -1,61 +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.03.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=('408f6b7b933fa7d9f634087900532d9c7fd91a3a87860e309494c961078ec7ed'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgbase-$pkgver \
- -DBUILD_TESTING=OFF
- make
-}
-
-package_kwrite() {
- pkgdesc="Text Editor"
- groups=(kde-applications kdebase)
- url="https://www.kde.org/applications/utilities/kwrite/"
- depends=(ktexteditor hicolor-icon-theme)
-
- cd build
- make DESTDIR="$pkgdir" install
-
- 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 kdebase)
- 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')
- cd build
- make DESTDIR="$pkgdir" install
-
- 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 379706, kate/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-06 21:21:15 UTC (rev 379707)
@@ -0,0 +1,66 @@
+# 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.03.90
+pkgrel=2
+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}
+ kate-revert-qt5.15-port.patch::"https://cgit.kde.org/kate.git/patch/?id=eb144cb9")
+sha256sums=('408f6b7b933fa7d9f634087900532d9c7fd91a3a87860e309494c961078ec7ed'
+ 'SKIP'
+ '79581243cb45d514e7d50eb951471a42c1a3548c550be0b782e331aae94f3974')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+
+ cd $pkgbase-$pkgver
+ patch -p1 -i ../kate-revert-qt5.15-port.patch
+}
+
+build() {
+ cd build
+ cmake ../$pkgbase-$pkgver \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package_kwrite() {
+ pkgdesc="Text Editor"
+ groups=(kde-applications kdebase)
+ url="https://www.kde.org/applications/utilities/kwrite/"
+ depends=(ktexteditor hicolor-icon-theme)
+
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ 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 kdebase)
+ 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')
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+ rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}
More information about the arch-commits
mailing list