git » nextcloud-client.git » commit c0b439e

nextcloud-client 3.13.0

author Urja (ARMLFS builder)
2024-06-19 07:30:53 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:53 UTC
parent 5afc70af78ea48cf21ea0cb9076cfb176281cec2

nextcloud-client 3.13.0

.gitignore +2 -0
PKGBUILD +12 -12

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 914f325..f681734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,13 +17,13 @@ pkgdesc='Nextcloud desktop client'
 epoch=2
 pkgver=3.13.0
 pkgrel=1
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://nextcloud.com/'
 _url=https://github.com/nextcloud/desktop
 license=(GPL-2.0-or-later)
 depends=(hicolor-icon-theme
-         karchive5
-         libcloudproviders
+         karchive
+ #        libcloudproviders
          openssl
          qt5-graphicaleffects
          qt5-quickcontrols
@@ -37,7 +37,7 @@ depends=(hicolor-icon-theme
 replaces=(nextcloud-client-cloudproviders)
 conflicts=(nextcloud-client-cloudproviders)
 provides=(nextcloud-client-cloudproviders)
-optdepends=('kio5: integration with Dolphin'
+optdepends=('kio: integration with Dolphin'
             'nemo-python: integration with Nemo'
             'python-nautilus: integration with Nautilus'
             'python-caja: integration with Caja'
@@ -47,9 +47,9 @@ makedepends=(cmocka
              doxygen
              extra-cmake-modules
              git
-             kio5
+             kio
              librsvg
-             python-sphinx
+             #python-sphinx
              qt5-tools)
 source=("$pkgname::git+$_url.git?signed#tag=v$pkgver")
 validpgpkeys=(A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # https://github.com/camilasan
@@ -83,21 +83,21 @@ build() {
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DWITH_CRASHREPORTER=OFF \
     -DBUILD_UPDATER=OFF \
-    -DUNIT_TESTING=ON \
+    -DUNIT_TESTING=OFF \
     -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
-  make -C build all doc-man
+  make -C build all # doc-man
 }
 
-check() {
-  cd $pkgname/build
+#check() {
+#  cd $pkgname/build
   # Tests fail if $TMPDIR is too small; specify an alternative for machines
   # 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
-  QT_QPA_PLATFORM=offscreen 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() {
   cd $pkgname/build