git » nextcloud-client.git » commit 0106c16

Fix VFS plugin install dir (FS#72133)

author Antonio Rojas
2021-09-19 10:36:37 UTC
committer Antonio Rojas
2021-09-19 10:36:37 UTC
parent e72bdea5d4eaddd1ba3890eac251f0dc42288457

Fix VFS plugin install dir (FS#72133)

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 5ae84dc..4821224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ epoch=1
 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 @@ build() {
     -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