Search Criteria
Package Details: nextcloud-client-git 6.2.0.r1983.gd41be4b-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nextcloud-client-git.git (read-only, click to copy) |
|---|---|
| Package Base: | nextcloud-client-git |
| Description: | Nextcloud desktop client |
| Upstream URL: | https://github.com/nextcloud/desktop |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | nextcloud-client, nextcloud-client-cloudproviders |
| Provides: | nextcloud-client, nextcloud-client-cloudproviders |
| Submitter: | nobodywasishere |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-10-01 06:32 (UTC) |
| Last Updated: | 2026-02-23 00:26 (UTC) |
Dependencies (19)
- karchive (karchive-gitAUR)
- kdsingleapplication
- kguiaddons (kguiaddons-gitAUR)
- libcloudproviders
- libp11 (libp11-gitAUR)
- qt6-5compat
- qt6-svg
- qt6-webengine
- qt6-websockets
- qtkeychain-qt6
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- kio (kio-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- qt6-tools (make)
- kio (kio-gitAUR) (optional) – integration with Dolphin
- nemo-python (nemo-python-gitAUR) (optional) – integration with Nemo
- python-caja (optional) – integration with Caja
- python-nautilus (nautilus-python) (optional) – integration with Nautilus
Required by (2)
- nextcloud-sync-cron-git (requires nextcloud-client)
- thunar-nextcloud-plugin (requires nextcloud-client)
Latest Comments
« First ‹ Previous 1 2
brittAnderson commented on 2024-05-15 14:28 (UTC)
I believe the build now needs qt6-base qtkeychain-qt6 and karchive instead of the qt5 dependencies.
dr460nf1r3 commented on 2021-07-01 10:52 (UTC)
Could pkgver() be changed to
pkgver() { cd "$_name" git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' }rather than the current one? This would prevent pacman reporting the package being more up to date than the build in repositories, which happens a lot for me.langfingaz commented on 2021-06-17 09:16 (UTC) (edited on 2021-06-17 09:18 (UTC) by langfingaz)
The icon is now being built with
inkscapewhich should be added as build dependency to the PKGBUILD. See src/gui/CMakeLists.txtlangfingaz commented on 2021-03-28 11:04 (UTC) (edited on 2021-03-28 11:05 (UTC) by langfingaz)
Doesn't build for me in a clean chroot. I had to add
qt5-websocketsas build dependency:nobodywasishere commented on 2020-11-27 16:26 (UTC)
@AkechiShiro Fixed, forgot to add
s/-/./gto the pkgver sed, so it used to work in the past but broke when they changed their git tags. Thanks for the heads upAkechiShiro commented on 2020-11-27 14:54 (UTC) (edited on 2020-11-27 14:54 (UTC) by AkechiShiro)
This package fails to build, especially during the pkgver operation :
« First ‹ Previous 1 2