[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (4 files)

Antonio Rojas arojas at archlinux.org
Mon Nov 18 15:21:55 UTC 2019


    Date: Monday, November 18, 2019 @ 15:21:55
  Author: arojas
Revision: 369237

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 369236, kate/kde-unstable/PKGBUILD)
  kate/repos/kde-unstable-x86_64/kate-fix-po-build.patch
    (from rev 369236, kate/kde-unstable/kate-fix-po-build.patch)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD
  kate/repos/kde-unstable-x86_64/kate-fix-po-build.patch

-------------------------+
 PKGBUILD                |  132 +++++++++++++++++++++++-----------------------
 kate-fix-po-build.patch |   24 ++++----
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-18 15:21:40 UTC (rev 369236)
+++ PKGBUILD	2019-11-18 15:21:55 UTC (rev 369237)
@@ -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=2
-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}.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 369236, kate/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-18 15:21:55 UTC (rev 369237)
@@ -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=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
+}

Deleted: kate-fix-po-build.patch
===================================================================
--- kate-fix-po-build.patch	2019-11-18 15:21:40 UTC (rev 369236)
+++ kate-fix-po-build.patch	2019-11-18 15:21:55 UTC (rev 369237)
@@ -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)

Copied: kate/repos/kde-unstable-x86_64/kate-fix-po-build.patch (from rev 369236, kate/kde-unstable/kate-fix-po-build.patch)
===================================================================
--- kate-fix-po-build.patch	                        (rev 0)
+++ kate-fix-po-build.patch	2019-11-18 15:21:55 UTC (rev 369237)
@@ -0,0 +1,12 @@
+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