[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (3 files)
Antonio Rojas
arojas at archlinux.org
Fri Nov 29 23:25:10 UTC 2019
Date: Friday, November 29, 2019 @ 23:25:08
Author: arojas
Revision: 370011
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370010, kate/kde-unstable/PKGBUILD)
Deleted:
kate/repos/kde-unstable-x86_64/PKGBUILD
kate/repos/kde-unstable-x86_64/kate-fix-po-build.patch
-------------------------+
PKGBUILD | 127 ++++++++++++++++++++++------------------------
kate-fix-po-build.patch | 12 ----
2 files changed, 61 insertions(+), 78 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-29 23:24:53 UTC (rev 370010)
+++ PKGBUILD 2019-11-29 23:25:08 UTC (rev 370011)
@@ -1,66 +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=19.11.80
-pkgrel=3
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff kitemmodels ktexteditor threadweaver kactivities)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig}
- kate-fix-po-build.patch)
-sha256sums=('9fda7e964bb44a8d27a7f31f174439af88b93db82418219fc5a2c84e9db399f2'
- 'SKIP'
- '64fe3eb0b8a2fa1bb6d067448c30056517338b41d9005324ae564a7c0ad7b30f')
-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-fix-po-build.patch # Fix 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 kitemmodels 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 370010, kate/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-29 23:25:08 UTC (rev 370011)
@@ -0,0 +1,61 @@
+# 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=19.11.90
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff kitemmodels ktexteditor threadweaver kactivities)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('0541d7ca47a8fe7619db2f2304dcaa5dcb30593298b55594e8256225e5465b90'
+ '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 kitemmodels 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
+}
Deleted: kate-fix-po-build.patch
===================================================================
--- kate-fix-po-build.patch 2019-11-29 23:24:53 UTC (rev 370010)
+++ kate-fix-po-build.patch 2019-11-29 23:25:08 UTC (rev 370011)
@@ -1,12 +0,0 @@
-diff --git a/kate-19.11.80/CMakeLists.txt.orig b/kate-19.11.80/CMakeLists.txt
-index 808c1d4..2a5090c 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -55,6 +55,7 @@ if(${ECM_VERSION} VERSION_GREATER "5.63.0")
- file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
- kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
- endif()
-+find_package(KF5 COMPONENTS I18n DocTools)
- ki18n_install(po)
- if (KF5DocTools_FOUND)
- kdoctools_install(po)
More information about the arch-commits
mailing list