[arch-commits] Commit in kdepim-runtime/repos/extra-x86_64 (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jun 9 09:35:31 UTC 2022


    Date: Thursday, June 9, 2022 @ 09:35:31
  Author: arojas
Revision: 447844

archrelease: copy trunk to extra-x86_64

Added:
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
    (from rev 447843, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-x86_64/no-qxmlpatterns.patch
    (from rev 447843, kdepim-runtime/trunk/no-qxmlpatterns.patch)
Deleted:
  kdepim-runtime/repos/extra-x86_64/PKGBUILD

-----------------------+
 PKGBUILD              |   70 ++++++++++++++++++++++++++----------------------
 no-qxmlpatterns.patch |   13 ++++++++
 2 files changed, 51 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 09:35:13 UTC (rev 447843)
+++ PKGBUILD	2022-06-09 09:35:31 UTC (rev 447844)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepim-runtime
-pkgver=22.04.1
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(GPL LGPL FDL)
-depends=(libkolabxml kdav kholidays akonadi-calendar knotifyconfig kmbox pimcommon akonadi-notes akonadi qca-qt5 qt5-networkauth)
-makedepends=(extra-cmake-modules kdoctools libetebase boost)
-optdepends=('libetebase: EteSync resource')
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('b5fb61f475ce441a9db5b8258b1cb510b26391d95d95a960305250f569fb903f'
-            '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>
-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kdepim-runtime/repos/extra-x86_64/PKGBUILD (from rev 447843, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-09 09:35:31 UTC (rev 447844)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=22.04.2
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(GPL LGPL FDL)
+depends=(libkolabxml kdav kholidays akonadi-calendar knotifyconfig kmbox pimcommon akonadi-notes akonadi qca-qt5 qt5-networkauth)
+makedepends=(extra-cmake-modules kdoctools libetebase boost)
+optdepends=('libetebase: EteSync resource')
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+        no-qxmlpatterns.patch)
+sha256sums=('9456dab09b785cebd3580a9e3707be12adce72d303dbecf846382407e46a1913'
+            'SKIP'
+            '8a97b782f0aa44cf2071556d94395ba326117b8f3634f9793a5943fe538aa568')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < no-qxmlpatterns.patch # Drop unused dependency
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: kdepim-runtime/repos/extra-x86_64/no-qxmlpatterns.patch (from rev 447843, kdepim-runtime/trunk/no-qxmlpatterns.patch)
===================================================================
--- no-qxmlpatterns.patch	                        (rev 0)
+++ no-qxmlpatterns.patch	2022-06-09 09:35:31 UTC (rev 447844)
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e0d3f5207..1199f6c3d 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -106,7 +106,7 @@ if(Qt${QT_MAJOR_VERSION}TextToSpeech_FOUND)
+ set(HAVE_TEXT_TO_SPEECH_SUPPORT TRUE)
+ endif()
+ find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Network Widgets Test DBus NetworkAuth)
+-if (QT_MAJOR_VERSION STREQUAL "5")
++if (QT_MAJOR_VERSION STREQUAL "5" AND BUILD_TESTING)
+     find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED XmlPatterns)
+ endif()
+ find_package(Qt${QT_MAJOR_VERSION}WebEngineWidgets ${QT_REQUIRED_VERSION} CONFIG)



More information about the arch-commits mailing list