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

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


    Date: Saturday, August 1, 2020 @ 09:22:38
  Author: arojas
Revision: 393043

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

Added:
  kitinerary/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 393042, kitinerary/kde-unstable/PKGBUILD)
Deleted:
  kitinerary/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 33 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-01 09:22:30 UTC (rev 393042)
+++ PKGBUILD	2020-08-01 09:22:38 UTC (rev 393043)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kitinerary
-pkgver=20.07.90
-pkgrel=1
-pkgdesc="Data model and extraction system for travel reservation information"
-arch=(x86_64)
-url="https://kontact.kde.org"
-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})
-sha256sums=('40f1aa44e2b0113f4dc1c194610454d026cf5066e378618299d720df2120a77b'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kitinerary/repos/kde-unstable-x86_64/PKGBUILD (from rev 393042, kitinerary/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-01 09:22:38 UTC (rev 393043)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kitinerary
+pkgver=20.07.90
+pkgrel=2
+pkgdesc="Data model and extraction system for travel reservation information"
+arch=(x86_64)
+url="https://kontact.kde.org"
+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}
+         kitinerary-zxing-cpp-1.1.patch::"https://invent.kde.org/pim/kitinerary/commit/8bf24e23.patch")
+sha256sums=('40f1aa44e2b0113f4dc1c194610454d026cf5066e378618299d720df2120a77b'
+            '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 \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list