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

Bruno Pagani archange at gemini.archlinux.org
Wed Nov 3 21:47:33 UTC 2021


    Date: Wednesday, November 3, 2021 @ 21:47:32
  Author: archange
Revision: 1035706

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-03 21:47:07 UTC (rev 1035705)
+++ PKGBUILD	2021-11-03 21:47:32 UTC (rev 1035706)
@@ -1,28 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=jami-qt
-pkgver=20211004
-pkgrel=1
-pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (Qt client)"
-arch=(x86_64)
-url="https://jami.net"
-license=(GPL3)
-groups=(jami)
-depends=(libjamiclient jami-daemon glib2 gdk-pixbuf2 libnm libnotify qrencode
-         qt5-declarative qt5-svg qt5-webengine)
-makedepends=(git cmake python qt5-quickcontrols2 qt5-tools)
-_commit=e0b28eed7b4971d1ac96a234395fd7d045ac9cdd
-source=(git+https://git.jami.net/savoirfairelinux/jami-client-qt.git#commit=${_commit})
-md5sums=(SKIP)
-
-build() {
-  cmake -B build -S jami-client-qt \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=None \
-    -Wno-dev
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}

Copied: jami-qt/repos/community-x86_64/PKGBUILD (from rev 1035705, jami-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-03 21:47:32 UTC (rev 1035706)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=jami-qt
+pkgver=20211004
+pkgrel=2
+pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (Qt client)"
+arch=(x86_64)
+url="https://jami.net"
+license=(GPL3)
+groups=(jami)
+depends=(libjamiclient glib2 gdk-pixbuf2 libnm libnotify qrencode
+         qt5-declarative qt5-graphicaleffects qt5-quickcontrols
+         qt5-quickcontrols2 qt5-svg qt5-webengine qt5-webchannel)
+makedepends=(git cmake python qt5-tools)
+_commit=e0b28eed7b4971d1ac96a234395fd7d045ac9cdd
+source=(git+https://git.jami.net/savoirfairelinux/jami-client-qt.git#commit=${_commit})
+md5sums=(SKIP)
+
+build() {
+  cmake -B build -S jami-client-qt \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None \
+    -Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list