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

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


    Date: Saturday, October 24, 2020 @ 06:13:52
  Author: archange
Revision: 730968

archrelease: copy trunk to community-x86_64

Added:
  jami-gnome/repos/community-x86_64/PKGBUILD
    (from rev 730967, jami-gnome/trunk/PKGBUILD)
Deleted:
  jami-gnome/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 06:13:27 UTC (rev 730967)
+++ PKGBUILD	2020-10-24 06:13:52 UTC (rev 730968)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-
-pkgname=jami-gnome
-pkgver=20200921
-pkgrel=1
-pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (GNOME client)"
-arch=(x86_64)
-url="https://jami.net"
-license=(GPL3)
-groups=(jami)
-depends=(libjamiclient jami-daemon
-         gtk3 dconf clutter clutter-gtk webkit2gtk qrencode qt5-base libnotify libcanberra libnm)
-makedepends=(git cmake)
-_commit=bb7e143de70a4e2acefa34bda68f101620db5171
-source=(git+https://git.jami.net/savoirfairelinux/ring-client-gnome.git#commit=${_commit})
-md5sums=(SKIP)
-
-prepare() {
-  cd ring-client-gnome
-  # Fix build system looking for lrc sources
-  rm -r web
-  ln -s /usr/include/libringclient/web-chatview/ web
-}
-
-build() {
-  cmake -B build -S ring-client-gnome \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=None
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}

Copied: jami-gnome/repos/community-x86_64/PKGBUILD (from rev 730967, jami-gnome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-24 06:13:52 UTC (rev 730968)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=jami-gnome
+pkgver=20201019
+pkgrel=1
+pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (GNOME client)"
+arch=(x86_64)
+url="https://jami.net"
+license=(GPL3)
+groups=(jami)
+depends=(libjamiclient jami-daemon
+         gtk3 dconf clutter clutter-gtk webkit2gtk qrencode qt5-base libnotify libcanberra libnm)
+makedepends=(git cmake)
+_commit=8b816aaf983b568b7ee728bdeeb751d31937a5ae
+source=(git+https://git.jami.net/savoirfairelinux/ring-client-gnome.git#commit=${_commit})
+md5sums=(SKIP)
+
+prepare() {
+  cd ring-client-gnome
+  # Fix build system looking for lrc sources
+  rm -r web
+  ln -s /usr/include/libringclient/web-chatview/ web
+}
+
+build() {
+  cmake -B build -S ring-client-gnome \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list