[arch-commits] Commit in nextcloud-client/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Nov 30 17:37:59 UTC 2021


    Date: Tuesday, November 30, 2021 @ 17:37:58
  Author: arojas
Revision: 1057864

Update to 3.4.0

Modified:
  nextcloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-30 17:32:19 UTC (rev 1057863)
+++ PKGBUILD	2021-11-30 17:37:58 UTC (rev 1057864)
@@ -10,9 +10,9 @@
 epoch=1
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/1510
-pkgver=3.3.6
+pkgver=3.4.0
 # `git rev-parse v$pkgver`
-_tag=21fc888a815471fc2b853aadff32c1c04e9e5be5
+_tag=9121a8cc9109ecc35fbade79827483f3049fef99
 pkgrel=1
 arch=(x86_64)
 url='https://nextcloud.com/'
@@ -40,11 +40,6 @@
 prepare() {
   # tmpdir for check()
   mkdir tmpdir
-
-  # Use system GNUInstallDirs.cmake so that we can benefit from
-  # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735
-  # XXX: the following line can be removed after https://github.com/nextcloud/desktop/pull/3729 is backported
-  rm -v $pkgbase/cmake/modules/GNUInstallDirs.cmake
 }
 
 build() {
@@ -71,7 +66,7 @@
   # with a small /tmp partition.
   # Use UTC as TestCookies is sensitive to the timezone
   # https://github.com/nextcloud/desktop/blob/v3.2.2/test/testcookies.cpp#L24
-  TMPDIR="$srcdir/tmpdir" TZ=UTC ARGS="--rerun-failed --output-on-failure" make test
+  QT_QPA_PLATFORM=offscreen TMPDIR="$srcdir/tmpdir" TZ=UTC ARGS="--rerun-failed --output-on-failure" make test
 }
 
 package_nextcloud-client() {



More information about the arch-commits mailing list