Search Criteria
Package Details: maestral-git 1.6.3.r0.g7b8e7a53-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/maestral-git.git (read-only, click to copy) |
---|---|
Package Base: | maestral-git |
Description: | Open-source Dropbox client |
Upstream URL: | https://github.com/SamSchott/maestral |
Keywords: | dropbox maestral python |
Licenses: | MIT |
Conflicts: | maestral |
Provides: | maestral |
Submitter: | silverbluep |
Maintainer: | None |
Last Packager: | lmartinez-mirror |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-30 18:15 (UTC) |
Last Updated: | 2022-06-04 02:47 (UTC) |
Dependencies (23)
- python-click
- python-desktop-notifierAUR
- python-dropbox
- python-fasteners (python-fasteners-gitAUR)
- python-keyring
- python-keyrings-alt
- python-packaging
- python-pathspec
- python-pyro5AUR (python-pyro5-gitAUR)
- python-requests
- python-sdnotifyAUR
- python-setuptools
- python-surveyAUR
- python-systemd
- python-watchdog-gitAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- python-pytest (check)
- Show 3 more dependencies...
Required by (2)
- maestral-qt (requires maestral)
- maestral-qt-git (requires maestral)
Latest Comments
« First ‹ Previous 1 2 3
stweller commented on 2019-11-02 09:52 (UTC)
Thanks for the fix, @bbaserdem! In the meantime, python-dropbox was updated, and I can report that the package now works as intended. Thanks for your work!
silverbluep commented on 2019-08-27 19:16 (UTC) (edited on 2019-08-29 18:23 (UTC) by silverbluep)
@stweller i submitted a (did not check if it builds due to the python issue) fix to fix the icon and the missing dependency issue. python-dropbox is flagged as outdates, so we just have to wait for the community repo to cath up. Was gonna suggest try the python-dropbox-git package but does not exist yet.
The PKGBUILD builds fine, although the app does not work with the current version of python.
Also fixed an issue with the package, the launcher now points properly to 'maestral gui' rather than 'maestral-gui' which was removed. The .SRCINFO is the same, hence it is not updated in the database, but the cloned version works for me.
stweller commented on 2019-08-24 06:57 (UTC)
Also, python-pyro is missing from the dependency. And python-dropbox is now needed in version >=9.4.0, which is unfortunately not yet available in community/
stweller commented on 2019-08-24 06:54 (UTC)
The install script seems to be out of date. Specifically, this line:
install -Dm644 "${_name}/gui/resources/app_icon.svg" "${pkgdir}/usr/share/pixmaps/${_name}.svg"
does not work anymore (because the icons shipped with maestral were renamed).
silverbluep commented on 2019-07-30 18:17 (UTC) (edited on 2019-07-31 10:14 (UTC) by silverbluep)
The latest git version does not work with QT; https://github.com/SamSchott/maestral-dropbox/issues/32
As of commit 8c28d5a375f7e27377666e886641783f3a3ad06e should be fixed.
« First ‹ Previous 1 2 3