[arch-commits] Commit in communicator/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 23 10:29:27 UTC 2021


    Date: Tuesday, February 23, 2021 @ 10:29:26
  Author: arojas
Revision: 869550

archrelease: copy trunk to community-x86_64

Added:
  communicator/repos/community-x86_64/PKGBUILD
    (from rev 869549, communicator/trunk/PKGBUILD)
Deleted:
  communicator/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 10:29:17 UTC (rev 869549)
+++ PKGBUILD	2021-02-23 10:29:26 UTC (rev 869550)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=communicator
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Contacts and dialer application"
-url="https://mauikit.org/"
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit hicolor-icon-theme kpeople kcontacts)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('a23040f055b5651c2c3e84d34b5cfdf85f274f7b0e19c9101a3c02de47386801')
-
-build() {
-  cmake -B build -S $pkgname-v$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: communicator/repos/community-x86_64/PKGBUILD (from rev 869549, communicator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 10:29:26 UTC (rev 869550)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=communicator
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Contacts and dialer application"
+url="https://mauikit.org/"
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit 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=('d55f85f6c0db88bd34a99c807c4f82fc4b7a8623d658e55756d2f1ab324547d6')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list