[arch-commits] Commit in jami-libclient/repos/community-testing-x86_64 (2 files)

Bruno Pagani archange at gemini.archlinux.org
Mon May 16 06:44:03 UTC 2022


    Date: Monday, May 16, 2022 @ 06:44:02
  Author: archange
Revision: 1207506

archrelease: copy trunk to community-testing-x86_64

Added:
  jami-libclient/repos/community-testing-x86_64/PKGBUILD
    (from rev 1207505, jami-libclient/trunk/PKGBUILD)
Deleted:
  jami-libclient/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-16 06:43:36 UTC (rev 1207505)
+++ PKGBUILD	2022-05-16 06:44:02 UTC (rev 1207506)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-
-pkgname=jami-libclient
-pkgver=20220425
-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 qt6-base)
-makedepends=(git cmake qt6-tools)
-provides=(libjamiclient)
-conflicts=(libjamiclient)
-replaces=(libjamiclient)
-_commit=c5bca2933fb02ef7f81e8fe0772801a4f97fd1f5
-source=(git+https://git.jami.net/savoirfairelinux/jami-libclient.git#commit=${_commit})
-md5sums=(SKIP)
-
-pkgver() {
-  cd ${pkgname}
-  TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
-}
-
-build() {
-  cmake -B build -S jami-libclient \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}

Copied: jami-libclient/repos/community-testing-x86_64/PKGBUILD (from rev 1207505, jami-libclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-16 06:44:02 UTC (rev 1207506)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=jami-libclient
+pkgver=20220425
+pkgrel=2
+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 qt6-base)
+makedepends=(git cmake qt6-tools)
+provides=(libjamiclient)
+conflicts=(libjamiclient)
+replaces=(libjamiclient)
+_commit=c5bca2933fb02ef7f81e8fe0772801a4f97fd1f5
+source=(git+https://git.jami.net/savoirfairelinux/jami-libclient.git#commit=${_commit})
+md5sums=(SKIP)
+
+pkgver() {
+  cd ${pkgname}
+  TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
+}
+
+build() {
+  cmake -B build -S jami-libclient \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_LIBWRAP=true
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list