[arch-commits] Commit in kdepim-runtime/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Dec 2 10:26:30 UTC 2017


    Date: Saturday, December 2, 2017 @ 10:26:29
  Author: arojas
Revision: 311480

Adapt to Qt 5.10 rc2 API changes

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-02 10:11:00 UTC (rev 311479)
+++ PKGBUILD	2017-12-02 10:26:29 UTC (rev 311480)
@@ -6,7 +6,7 @@
 
 pkgname=kdepim-runtime
 pkgver=17.11.90
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=(x86_64)
 url='https://community.kde.org/KDE_PIM'
@@ -14,14 +14,19 @@
 depends=(libkgapi libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox pimcommon akonadi-notes)
 makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
 conflicts=(kio-pim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+        kdepim-runtime-qt5.10.patch::"https://cgit.kde.org/kdepim-runtime.git/patch/?id=e4792e2f")
 sha256sums=('5a2ce923cd76ddb71364051396ae1707a5d3ba94524eb8e8b060fa6faaebcdaa'
-            'SKIP')
+            'SKIP'
+            'ebaca14f242cb0a23408ba11ea031f896697928f83a2a83155da0abd4e22e3d0')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdepim-runtime-qt5.10.patch # Qt 5.10 rc2 API changes
 }
 
 build() {



More information about the arch-commits mailing list