[arch-commits] Commit in jami-libclient/repos (2 files)
Bruno Pagani
archange at gemini.archlinux.org
Sat Apr 9 11:13:41 UTC 2022
Date: Saturday, April 9, 2022 @ 11:13:41
Author: archange
Revision: 1183117
archrelease: copy trunk to community-testing-x86_64
Added:
jami-libclient/repos/community-testing-x86_64/
jami-libclient/repos/community-testing-x86_64/PKGBUILD
(from rev 1183116, jami-libclient/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: jami-libclient/repos/community-testing-x86_64/PKGBUILD (from rev 1183116, jami-libclient/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2022-04-09 11:13:41 UTC (rev 1183117)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=jami-libclient
+pkgver=20220407
+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=80fc042208fdb1015e1528fc05d7331519baf417
+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
+}
More information about the arch-commits
mailing list