[arch-commits] Commit in jami-libclient/repos (2 files)
Bruno Pagani
archange at gemini.archlinux.org
Wed Feb 16 20:35:25 UTC 2022
Date: Wednesday, February 16, 2022 @ 20:35:25
Author: archange
Revision: 1133533
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 1133532, jami-libclient/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: jami-libclient/repos/community-testing-x86_64/PKGBUILD (from rev 1133532, jami-libclient/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2022-02-16 20:35:25 UTC (rev 1133533)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=jami-libclient
+pkgver=20220207
+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=e6cc67f188b908bc0dba5341a4bb4ca3bfd15470
+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