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

Bruno Pagani archange at archlinux.org
Sat May 11 11:10:47 UTC 2019


    Date: Saturday, May 11, 2019 @ 11:10:46
  Author: archange
Revision: 465163

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-11 11:10:42 UTC (rev 465162)
+++ PKGBUILD	2019-05-11 11:10:46 UTC (rev 465163)
@@ -1,38 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=jami-gnome
-pkgver=20190412
-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
-         gtk-update-icon-cache desktop-file-utils libnotify libcanberra libnm)
-makedepends=(git cmake)
-provides=(ring-gnome)
-conflicts=(ring-gnome)
-replaces=(ring-gnome)
-_commit=1c1ccca36fbb7beb4766a1d193e1b41bb0efa911
-source=("git+https://git.jami.net/savoirfairelinux/ring-client-gnome.git#commit=${_commit}")
-sha256sums=(SKIP)
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ring-client-gnome \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=None
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: jami-gnome/repos/community-x86_64/PKGBUILD (from rev 465162, jami-gnome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-11 11:10:46 UTC (rev 465163)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=jami-gnome
+pkgver=20190503
+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
+         gtk-update-icon-cache desktop-file-utils libnotify libcanberra libnm)
+makedepends=(git cmake)
+provides=(ring-gnome)
+conflicts=(ring-gnome)
+replaces=(ring-gnome)
+_commit=6bad7d5fa28355237559235097d4bbc5f7f5c657
+source=("git+https://git.jami.net/savoirfairelinux/ring-client-gnome.git#commit=${_commit}")
+md5sums=(SKIP)
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ring-client-gnome \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list