[arch-commits] Commit in communicator/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Aug 12 16:18:29 UTC 2021


    Date: Thursday, August 12, 2021 @ 16:18:29
  Author: arojas
Revision: 997623

Update to 2.0.0

Modified:
  communicator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-12 16:16:09 UTC (rev 997622)
+++ PKGBUILD	2021-08-12 16:18:29 UTC (rev 997623)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=communicator
-pkgver=1.2.2
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Contacts and dialer application'
 url='https://mauikit.org/'
@@ -10,9 +10,15 @@
 depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme kpeople kcontacts)
 makedepends=(extra-cmake-modules qt5-location)
 groups=(maui)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('f5586be87bd58751a2e40caf71c2672b12f02fe40822a2cba7be9f11608b1e8f')
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+        https://invent.kde.org/maui/communicator/-/commit/e84f6a70.patch)
+sha256sums=('46f8acea2a68745ab0393ff03059f90933d14b532e71934fdf589ca9d1386f4b'
+            '9dc7a2d60d6714ee8fdbc05851412d43f3586f6594d40b3c23389f7f8a88e3ab')
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < e84f6a70.patch # Fix install
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver
   cmake --build build



More information about the arch-commits mailing list