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

Bruno Pagani archange at archlinux.org
Mon Dec 21 23:58:03 UTC 2020


    Date: Monday, December 21, 2020 @ 23:58:02
  Author: archange
Revision: 781680

archrelease: copy trunk to community-x86_64

Added:
  libjamiclient/repos/community-x86_64/PKGBUILD
    (from rev 781679, libjamiclient/trunk/PKGBUILD)
Deleted:
  libjamiclient/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-21 23:57:57 UTC (rev 781679)
+++ PKGBUILD	2020-12-21 23:58:02 UTC (rev 781680)
@@ -1,27 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-
-pkgname=libjamiclient
-pkgver=20201021
-pkgrel=1
-pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (client communication library)"
-arch=(x86_64)
-url="https://jami.net"
-license=(GPL3)
-groups=(jami)
-depends=(jami-daemon qt5-base)
-makedepends=(git cmake qt5-tools)
-_commit=a9f833f16aacf50e0768a172210e76ea1f38d95a
-source=(git+https://git.jami.net/savoirfairelinux/ring-lrc.git#commit=${_commit})
-md5sums=(SKIP)
-
-build() {
-  cmake -B build -S ring-lrc \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}

Copied: libjamiclient/repos/community-x86_64/PKGBUILD (from rev 781679, libjamiclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-21 23:58:02 UTC (rev 781680)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=libjamiclient
+pkgver=20201217
+pkgrel=1
+pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (client communication library)"
+arch=(x86_64)
+url="https://jami.net"
+license=(GPL3)
+groups=(jami)
+depends=(jami-daemon qt5-base)
+makedepends=(git cmake qt5-tools)
+_commit=4381acbf375488f0619056607e90d5ad34655071
+source=(git+https://git.jami.net/savoirfairelinux/ring-lrc.git#commit=${_commit})
+md5sums=(SKIP)
+
+build() {
+  cmake -B build -S ring-lrc \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list