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

Antonio Rojas arojas at gemini.archlinux.org
Tue Apr 26 21:41:13 UTC 2022


    Date: Tuesday, April 26, 2022 @ 21:41:12
  Author: arojas
Revision: 444067

archrelease: copy trunk to extra-x86_64

Added:
  kcalutils/repos/extra-x86_64/PKGBUILD
    (from rev 444066, kcalutils/trunk/PKGBUILD)
Deleted:
  kcalutils/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 35 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-26 21:40:57 UTC (rev 444066)
+++ PKGBUILD	2022-04-26 21:41:12 UTC (rev 444067)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kcalutils
-pkgver=22.04.0
-pkgrel=1
-pkgdesc='The KDE calendar utility library'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-depends=(kcalendarcore kidentitymanagement grantlee)
-makedepends=(extra-cmake-modules doxygen qt5-tools)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('478237de88282aa074ff6d83d7af7b8e0e9f24e6bad2c1709215455f09abc972'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
-              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kcalutils/repos/extra-x86_64/PKGBUILD (from rev 444066, kcalutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-26 21:41:12 UTC (rev 444067)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kcalutils
+pkgver=22.04.0
+pkgrel=2
+pkgdesc='The KDE calendar utility library'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(kcalendarcore kidentitymanagement grantlee)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+        https://invent.kde.org/pim/kcalutils/-/commit/494331a2.patch)
+sha256sums=('478237de88282aa074ff6d83d7af7b8e0e9f24e6bad2c1709215455f09abc972'
+            'SKIP'
+            'c40249f3f7f8da26cee9ff731b399656259da3c5d73778e6636b26ea1cd30bef')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 494331a2.patch # Fix displaying calendar invites in kmail
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list