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

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 8 07:57:07 UTC 2022


    Date: Tuesday, February 8, 2022 @ 07:57:07
  Author: arojas
Revision: 1128988

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 07:56:58 UTC (rev 1128987)
+++ PKGBUILD	2022-02-08 07:57:07 UTC (rev 1128988)
@@ -1,23 +0,0 @@
-# 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
-}

Copied: communicator/repos/community-x86_64/PKGBUILD (from rev 1128987, communicator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-08 07:57:07 UTC (rev 1128988)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=communicator
+pkgver=2.1.0
+pkgrel=2
+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