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

Antonio Rojas arojas at archlinux.org
Wed Nov 25 20:03:35 UTC 2020


    Date: Wednesday, November 25, 2020 @ 20:03:34
  Author: arojas
Revision: 761258

archrelease: copy trunk to community-x86_64

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

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

Copied: communicator/repos/community-x86_64/PKGBUILD (from rev 761257, communicator/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-11-25 20:03:34 UTC (rev 761258)
@@ -0,0 +1,23 @@
+# 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
+}



More information about the arch-commits mailing list