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

Bruno Pagani archange at gemini.archlinux.org
Mon May 16 06:56:49 UTC 2022


    Date: Monday, May 16, 2022 @ 06:56:48
  Author: archange
Revision: 1207514

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-16 06:55:52 UTC (rev 1207513)
+++ PKGBUILD	2022-05-16 06:56:48 UTC (rev 1207514)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=jami-qt
-pkgver=20220511
-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)
-replaces=(jami-gnome)
-conflicts=(jami-gnome)
-_commit=820ef3092c65076900f2acb08204a712816f8ad5
-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-testing-x86_64/PKGBUILD (from rev 1207513, jami-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-16 06:56:48 UTC (rev 1207514)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=jami-qt
+pkgver=20220511
+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-svg qt6-5compat qt6-webengine
+         qt6-webchannel)
+makedepends=(git cmake python qt6-networkauth qt6-tools)
+replaces=(jami-gnome)
+conflicts=(jami-gnome)
+_commit=820ef3092c65076900f2acb08204a712816f8ad5
+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