Search Criteria
Package Details: nextcloud-client-git 3.10.1.r224.gbfb016c28-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: | Nextloud client for linux |
Upstream URL: | https://github.com/nextcloud/desktop |
Licenses: | GPL2 |
Conflicts: | mirall-git, nextcloud-client, owncloud-client, owncloud-client-git, owncloud-client-ngs |
Provides: | mirall, mirall-git, nextcloud-client, owncloud-client |
Submitter: | nobodywasishere |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 2 |
Popularity: | 0.000037 |
First Submitted: | 2020-10-01 06:32 (UTC) |
Last Updated: | 2023-11-24 00:09 (UTC) |
Dependencies (23)
- inkscape (inkscape-gitAUR)
- karchive5
- libcloudproviders
- openssl (openssl-gitAUR, openssl-hardenedAUR, openssl-staticAUR, quictls-opensslAUR)
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webengine
- qt5-webkitAUR (qt5-webkit-gitAUR, qt5-webkit-movableink-gitAUR)
- qt5-websockets (qt5-websockets-gitAUR)
- qtkeychain-qt5
- sqlite (sqlite-fossilAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, xdg-utils-lxqtAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-betterlockscreenAUR, mimejs-gitAUR, xdg-utils-symlink-fixAUR, xdg-utils-mimeoAUR)
- cmocka (cmocka-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-clangAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- python-sphinx (python-sphinx-gitAUR, python-sphinx71AUR) (make)
- qt5-tools (qt5-tools-gitAUR) (make)
- kio5 (optional) – integration with Dolphin
- Show 3 more dependencies...
Required by (4)
- luky-borg-backup (requires owncloud-client) (optional)
- nextcloud-sync-cron-git (requires nextcloud-client)
- owncloud-client-service (requires owncloud-client)
- thunar-nextcloud-plugin (requires nextcloud-client)
Latest Comments
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
inkscape
which 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-websockets
as build dependency:nobodywasishere commented on 2020-11-27 16:26 (UTC)
@AkechiShiro Fixed, forgot to add
s/-/./g
to 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 :