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

Antonio Rojas arojas at gemini.archlinux.org
Sun Sep 19 10:36:37 UTC 2021


    Date: Sunday, September 19, 2021 @ 10:36:37
  Author: arojas
Revision: 1017256

Fix VFS plugin install dir (FS#72133)

Modified:
  nextcloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-19 10:32:31 UTC (rev 1017255)
+++ PKGBUILD	2021-09-19 10:36:37 UTC (rev 1017256)
@@ -13,7 +13,7 @@
 pkgver=3.3.3
 # `git rev-parse v$pkgver`
 _tag=b2420031063f587204222202b42d0f648a51ebf3
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://nextcloud.com/'
 license=(GPL)
@@ -51,7 +51,8 @@
     -DCMAKE_BUILD_TYPE=None \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DWITH_CRASHREPORTER=OFF \
-    -DUNIT_TESTING=ON
+    -DUNIT_TESTING=ON \
+    -DPLUGINDIR=lib/qt/plugins # Fix vfs plugin install dir https://github.com/nextcloud/desktop/issues/3781#issuecomment-918918320
 
   # TODO: fix installation of PDF and HTML documents
   # WIP at https://github.com/yan12125/desktop/tree/doc-install-path



More information about the arch-commits mailing list