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

Antonio Rojas arojas at gemini.archlinux.org
Sat Nov 6 19:06:59 UTC 2021


    Date: Saturday, November 6, 2021 @ 19:06:58
  Author: arojas
Revision: 1037713

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-06 19:06:50 UTC (rev 1037712)
+++ PKGBUILD	2021-11-06 19:06:58 UTC (rev 1037713)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=communicator
-pkgver=2.0.0
-pkgrel=3
-pkgdesc='Contacts and dialer application'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-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=('8501b4c53dfbe8b4a99b5af56fafb227e5807859e009a9e80f97eb6790d4d60e')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: communicator/repos/community-x86_64/PKGBUILD (from rev 1037712, communicator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-06 19:06:58 UTC (rev 1037713)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=communicator
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Contacts and dialer application'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+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=('7ccfe48a933a5192a6166ce65f16f109eb398c6dfcd5ac553ef56b67b836e10b')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list