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

Antonio Rojas arojas at archlinux.org
Thu Nov 8 10:58:17 UTC 2018


    Date: Thursday, November 8, 2018 @ 10:58:16
  Author: arojas
Revision: 338167

archrelease: copy trunk to extra-x86_64

Added:
  kitinerary/repos/extra-x86_64/PKGBUILD
    (from rev 338166, kitinerary/trunk/PKGBUILD)
Deleted:
  kitinerary/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 34 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 10:58:03 UTC (rev 338166)
+++ PKGBUILD	2018-11-08 10:58:16 UTC (rev 338167)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kitinerary
-pkgver=18.08.2
-pkgrel=4
-pkgdesc="Data model and extraction system for travel reservation information"
-arch=(x86_64)
-url="https://kontact.kde.org"
-license=(LGPL)
-depends=(qt5-declarative kmime kpkpass kcalcore kcontacts poppler)
-makedepends=(extra-cmake-modules zxing-cpp)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-        kitinerary-poppler-0.71.patch::"https://cgit.kde.org/kitinerary.git/patch/?id=22175dc4")
-sha256sums=('f88b3a8e52ebafc6dcefa410212d911280053da53deb4155ea3670588e7d2691'
-            'SKIP'
-            '4cf0a78cadcddf2a850e0c2c9cefd525d68b63199b9d8c3e2fb26c19a963a274')
-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 ../kitinerary-poppler-0.71.patch # Fix build with poppler 0.71
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kitinerary/repos/extra-x86_64/PKGBUILD (from rev 338166, kitinerary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-08 10:58:16 UTC (rev 338167)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kitinerary
+pkgver=18.08.3
+pkgrel=1
+pkgdesc="Data model and extraction system for travel reservation information"
+arch=(x86_64)
+url="https://kontact.kde.org"
+license=(LGPL)
+depends=(qt5-declarative kmime kpkpass kcalcore kcontacts poppler)
+makedepends=(extra-cmake-modules zxing-cpp)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('214e9acef6ec475c5bc1f13336eda40030cda312e77720220e4a2f429f2c60c2'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list