[arch-commits] Commit in kitinerary (3 files)

Antonio Rojas arojas at archlinux.org
Sat Aug 1 08:13:09 UTC 2020


    Date: Saturday, August 1, 2020 @ 08:13:08
  Author: arojas
Revision: 392876

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

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

------------------------------------+
 /kde-unstable-x86_64/PKGBUILD      |   27 +++++++++++++++++++++++++++
 repos/kde-unstable-x86_64/PKGBUILD |   27 ---------------------------
 trunk/PKGBUILD                     |    1 -
 3 files changed, 27 insertions(+), 28 deletions(-)

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	2020-08-01 08:12:59 UTC (rev 392875)
+++ repos/kde-unstable-x86_64/PKGBUILD	2020-08-01 08:13:08 UTC (rev 392876)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kitinerary
-pkgver=20.07.80
-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=('ab0c04c4e671fddff5f49c5f9a280a30551d163cb77244e4149d4d77db587836'
-            '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 392875, kitinerary/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2020-08-01 08:13:08 UTC (rev 392876)
@@ -0,0 +1,27 @@
+# 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
+}

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2020-08-01 08:12:59 UTC (rev 392875)
+++ trunk/PKGBUILD	2020-08-01 08:13:08 UTC (rev 392876)
@@ -24,7 +24,6 @@
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DCMAKE_CXX_FLAGS="${CXXFLAGS} -fexceptions" \
     -DBUILD_TESTING=OFF
   cmake --build build
 }



More information about the arch-commits mailing list