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

Bruno Pagani archange at archlinux.org
Sat Oct 24 06:06:41 UTC 2020


    Date: Saturday, October 24, 2020 @ 06:06:41
  Author: archange
Revision: 730966

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 06:06:16 UTC (rev 730965)
+++ PKGBUILD	2020-10-24 06:06:41 UTC (rev 730966)
@@ -1,27 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-
-pkgname=libjamiclient
-pkgver=20200921
-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=3e3c08a9d69d6b52665618f5ac90309b1346f804
-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 730965, libjamiclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-24 06:06:41 UTC (rev 730966)
@@ -0,0 +1,27 @@
+# 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
+}



More information about the arch-commits mailing list