Package Details: maestral 1.9.4-1

Git Clone URL: https://aur.archlinux.org/maestral.git (read-only, click to copy)
Package Base: maestral
Description: A light-weight and open-source Dropbox client
Upstream URL: https://github.com/SamSchott/maestral
Keywords: dropbox
Licenses: MIT
Submitter: coxackie
Maintainer: PlasticSoup
Last Packager: PlasticSoup
Votes: 15
Popularity: 0.31
First Submitted: 2020-04-18 08:50 (UTC)
Last Updated: 2024-07-10 02:14 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

PlasticSoup commented on 2023-07-09 05:15 (UTC)

@nyterk I'm glad maestral is useful for you, that's always nice to hear.

The dependency "python-desktop-notifier" was just updated a few days ago and now needs "python-importlib_resources". I took a look at maestral's code in places I am aware of that show dependencies, but did not see that it is required directly. If I missed it somewhere I would be interested in knowing though.

nyterk commented on 2023-07-09 00:48 (UTC)

The package did not build without python-importlib_resources. I guess it should be added as a dependency. Great package BTW. It solved my problem of having dropbox folder on an ntsf partition, which I needed badly.

GuessWhatBBQ commented on 2023-06-01 16:55 (UTC)

Can confirm that the issue was fixed. Thank you very much for maintaining the package

PlasticSoup commented on 2023-05-16 12:57 (UTC) (edited on 2023-05-16 15:11 (UTC) by PlasticSoup)

After installing the dependency python-desktop-notifier remove python-mistune and python-sphinx_mdinclude (only needed for make). Then maestral will build properly. Alternatively, comment out lines 35, 52, 53, and 66 in the PKGBUILD before building if you need to keep python-mistune on your system for another package. I have only adopted maestral and it's related packages recently but will look for a better solution.

Edit: It looks like m2r2 has been replaced by sphinx_mdinclude on commit d61cb77. This issue should be corrected and build without intervention when 1.7.3 is released.

GuessWhatBBQ commented on 2023-05-16 11:56 (UTC)

I see now that it's not something explicitly required for maestral to build and work and rather required by the PKGBUILD to create a man page, maybe you could build the man page yourself on your system and add it as a separate source. You could then just copy it over in the package() function instead

GuessWhatBBQ commented on 2023-05-16 10:58 (UTC) (edited on 2023-05-16 10:58 (UTC) by GuessWhatBBQ)

The make dependency python-m2r2 is causing conflicts because it explicitly depends on python-mistune1 (i.e the version that provides python-mistune=0.8.4, from the aur) whereas python-desktop-notifier depends on python-sphinx_mdinclude which depends on python-mistune>=2.0 (available from archlinux community). This shouldn't be of concern to this package but I'm seeking some advice on how to resolve this, as the package no longer builds for me (obviously).

KuleRucket commented on 2023-02-13 15:12 (UTC)

Also depends on python-jaraco.classes to install.

Pietro_Pizzi commented on 2022-12-27 20:25 (UTC)

Maestral doesn't start anymore on my system and I can't update it since 1.5.2-2. Now I take the time to look closer. I removed maestral plus all deps. But a new install doesn't work neither. Does anyone know what to do?

Problem with update before removal: ERROR - ModuleNotFoundError: No module named 'watchdog'

Actual problem after removal: -> Package conflicts found: -> Installing python-mistune1 will remove: python-mistune ... -> exit status 1

lmartinez-mirror commented on 2022-12-02 03:25 (UTC)

Sorry, I didn't see that python-watchdog finally got fixed. I will switch it back in the next release.

cloudlena commented on 2022-11-01 13:18 (UTC)

Can this be switched back to community/python-watchdog or is it still too outdated?