[arch-commits] Commit in libjamiclient/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sat May 11 11:10:27 UTC 2019
Date: Saturday, May 11, 2019 @ 11:10:25
Author: archange
Revision: 465161
archrelease: copy trunk to community-x86_64
Added:
libjamiclient/repos/community-x86_64/PKGBUILD
(from rev 465160, libjamiclient/trunk/PKGBUILD)
Deleted:
libjamiclient/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-11 11:10:20 UTC (rev 465160)
+++ PKGBUILD 2019-05-11 11:10:25 UTC (rev 465161)
@@ -1,36 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=libjamiclient
-pkgver=20190412
-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)
-provides=(libringclient)
-conflicts=(libringclient)
-replaces=(libringclient)
-_commit=0bc26cf8f8e24bff228b268106e228cb947ddffc
-source=("git+https://git.jami.net/savoirfairelinux/ring-lrc.git#commit=${_commit}")
-md5sums=(SKIP)
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../ring-lrc \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: libjamiclient/repos/community-x86_64/PKGBUILD (from rev 465160, libjamiclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-11 11:10:25 UTC (rev 465161)
@@ -0,0 +1,36 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=libjamiclient
+pkgver=20190503
+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)
+provides=(libringclient)
+conflicts=(libringclient)
+replaces=(libringclient)
+_commit=6185a10e2cbb95be990e27bf8c86de696963d887
+source=("git+https://git.jami.net/savoirfairelinux/ring-lrc.git#commit=${_commit}")
+md5sums=(SKIP)
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../ring-lrc \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list