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

Bruno Pagani archange at gemini.archlinux.org
Sat Mar 19 15:38:01 UTC 2022


    Date: Saturday, March 19, 2022 @ 15:38:00
  Author: archange
Revision: 1161443

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-19 15:37:55 UTC (rev 1161442)
+++ PKGBUILD	2022-03-19 15:38:00 UTC (rev 1161443)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=jami-qt
-pkgver=20220317
-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=(jami-libclient glib2 gdk-pixbuf2 libnm libnotify qrencode
-         qt6-declarative qt6-multimedia qt6-networkauth qt6-svg
-         qt6-5compat qt6-webengine qt6-webchannel)
-makedepends=(git cmake python qt6-tools)
-_commit=bef42fb1ce9b4cbd1418bae539d0ac8f75e8a590
-source=(git+https://git.jami.net/savoirfairelinux/jami-client-qt.git#commit=${_commit})
-md5sums=(SKIP)
-
-pkgver() {
-  cd jami-client-qt
-  TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
-}
-
-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-staging-x86_64/PKGBUILD (from rev 1161441, jami-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-19 15:38:00 UTC (rev 1161443)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=jami-qt
+pkgver=20220317
+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=(jami-libclient glib2 gdk-pixbuf2 libnm libnotify qrencode
+         qt6-declarative qt6-multimedia qt6-networkauth qt6-svg
+         qt6-5compat qt6-webengine qt6-webchannel)
+makedepends=(git cmake python qt6-tools)
+replaces=(jami-gnome)
+conflicts=(jami-gnome)
+_commit=bef42fb1ce9b4cbd1418bae539d0ac8f75e8a590
+source=(git+https://git.jami.net/savoirfairelinux/jami-client-qt.git#commit=${_commit})
+md5sums=(SKIP)
+
+pkgver() {
+  cd jami-client-qt
+  TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
+}
+
+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