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

Bruno Pagani archange at archlinux.org
Sat Aug 31 15:15:06 UTC 2019


    Date: Saturday, August 31, 2019 @ 15:15:05
  Author: archange
Revision: 505720

archrelease: copy trunk to community-x86_64

Added:
  jami-gnome/repos/community-x86_64/PKGBUILD
    (from rev 505719, 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-08-31 15:14:58 UTC (rev 505719)
+++ PKGBUILD	2019-08-31 15:15:05 UTC (rev 505720)
@@ -1,38 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=jami-gnome
-pkgver=20190603
-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=55ba07df1f6d23d63ce940a57146c693934ac2e8
-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
-}

Copied: jami-gnome/repos/community-x86_64/PKGBUILD (from rev 505719, jami-gnome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-31 15:15:05 UTC (rev 505720)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=jami-gnome
+pkgver=20190813
+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=5c1220378b1955bce3e917f14852193b4e2c2c70
+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