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

Antonio Rojas arojas at archlinux.org
Sat Aug 1 09:22:30 UTC 2020


    Date: Saturday, August 1, 2020 @ 09:22:30
  Author: arojas
Revision: 393042

zxing-cpp 1.1 rebuild

Modified:
  kitinerary/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-01 09:17:40 UTC (rev 393041)
+++ PKGBUILD	2020-08-01 09:22:30 UTC (rev 393042)
@@ -2,7 +2,7 @@
 
 pkgname=kitinerary
 pkgver=20.07.90
-pkgrel=1
+pkgrel=2
 pkgdesc="Data model and extraction system for travel reservation information"
 arch=(x86_64)
 url="https://kontact.kde.org"
@@ -9,12 +9,18 @@
 license=(LGPL)
 depends=(kmime kpkpass kcalendarcore kcontacts poppler libphonenumber zxing-cpp)
 makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+         kitinerary-zxing-cpp-1.1.patch::"https://invent.kde.org/pim/kitinerary/commit/8bf24e23.patch")
 sha256sums=('40f1aa44e2b0113f4dc1c194610454d026cf5066e378618299d720df2120a77b'
-            'SKIP')
+            'SKIP'
+            '23b42066430fd6453d23f1832b4062ca13a782ec0c1db2626d33eafb7a8f3cc9')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kitinerary-zxing-cpp-1.1.patch # Fix build with zxing-cpp 1.1
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \



More information about the arch-commits mailing list