Package Details: cryptomator 1.12.3-1

Git Clone URL: https://aur.archlinux.org/cryptomator.git (read-only, click to copy)
Package Base: cryptomator
Description: Multiplatform transparent client-side encryption of your files in the cloud.
Upstream URL: https://cryptomator.org/
Keywords: cryptography encryption
Licenses: GPL3
Submitter: Foxboron
Maintainer: ajgraves (overheadhunter, SailReal)
Last Packager: SailReal
Votes: 79
Popularity: 0.25
First Submitted: 2016-04-03 17:36 (UTC)
Last Updated: 2024-02-27 15:44 (UTC)

Dependencies (10)

Required by (1)

Sources (2)

Pinned Comments

ajgraves commented on 2021-05-02 20:49 (UTC)

Everyone, with great thanks to @SailReal, this package now builds Cryptomator from source. If you wish to continue using the binary AppImage build, you need only to install cryptomator-bin.

We made this change to better align with the desires of the community (you've asked a few times to make this a "build from source" package) as well as better align to the package naming convention within the AUR.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 Next › Last »

ajgraves commented on 2020-01-25 20:28 (UTC)

@matthias.lisin probably because I already had jdk13 installed. The makepkg command errored out complaining about needing jdk=11.

It may not be uncommon for others to have multiple versions installed (but I could be wrong about that?)

matthias.lisin commented on 2020-01-25 19:31 (UTC)

@ajgraves weird. makedepends has java-environment-openjdk=11 so makepkg should install it for you.

How are you building the package?

ajgraves commented on 2020-01-25 18:36 (UTC)

@matthias.lisin built your latest package, installed and tested briefly. Seems to do well. I had to install jdk11 before hand though.

test0 commented on 2020-01-24 19:04 (UTC) (edited on 2020-01-24 19:06 (UTC) by test0)

I've submitted two pull requests on GitHub:
https://github.com/cryptomator/cryptomator-linux/pull/20
https://github.com/cryptomator/docker/pull/4
To fix the following issue:
https://github.com/cryptomator/cryptomator/issues/956
They were merged in the repositories for the PPA and AppImage builds, so this is the last repository where the fix needs to be applied.

The following changes since commit 53350fec42bcf94072d82a97dff004de97a64560:

  Update to 1.4.15 (2019-08-18 16:36:53 +0200)

are available in the Git repository at:

  https://github.com/giovannivelludo/aur-cryptomator.git master

for you to fetch changes up to b27501ee8c7bc3b99fc65de76985420f8866492a:

  Added missing StartupWMClass (2020-01-24 19:36:56 +0100)

----------------------------------------------------------------
giovannivelludo (1):
      Added missing StartupWMClass

 cryptomator.desktop | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cryptomator.desktop b/cryptomator.desktop
index cc74bb5..39068e7 100644
--- a/cryptomator.desktop
+++ b/cryptomator.desktop
@@ -7,3 +7,4 @@ Terminal=false
 Type=Application
 Categories=Utility
 MimeType=application/x-vnd.cryptomator-vault-metadata
+StartupWMClass=org.cryptomator.launcher.Cryptomator$MainApp

matthias.lisin commented on 2020-01-19 13:23 (UTC)

I updated my "from-source" package: https://codeberg.org/ml/cryptomator/src/branch/source

  • uses Java 11 as recommended by upstream
  • applies upstream patch to force https for jcenter (broken otherwise)
  • explicitly request openjdk jdk/jre because a fixed path is used in wrapper script

ajgraves commented on 2019-12-31 00:41 (UTC)

@paulwaldmann no worries at all! We're actually collaborating on switching this up to a "build from source" package, so technically we'd pull down whatever the latest version in the git repo is, in this case 1.4.17.

ajgraves commented on 2019-12-31 00:40 (UTC)

Hello @matthias.lisin, apologies for the delay. I'm looking at this now, and cloned your git repo and was able to successfully build the package. I'd feel better if @overheadhunter gave it a look over as well, as I'm not the strongest at Java. It seems to have worked ok as far as I can tell.

<deleted-account> commented on 2019-12-30 12:14 (UTC)

@ajgraves, I realized that just now, even opened an issue on Github and shortly after reading that the 1.4.16 and 1.4.17 were hotfixes for macOS users only. Once again, apologies for the confusion.

ajgraves commented on 2019-12-30 11:59 (UTC)

I unflagged this package as being out of date, as the latest AppImage version available from upstream is 1.4.15. Version 1.4.17 is only available on the Mac platform.

matthias.lisin commented on 2019-12-07 14:37 (UTC)

Hello @ajgraves and @overheadhunter, I have mailed you my build-from-source proposal two weeks ago. Didn't get any reply.

Here is my proposal in a codeberg.org git repo: https://codeberg.org/ml/cryptomator/commit/65b5bb50ead25c1209e1e1186a57a1c2caf47d39

It would be nice if anyone could review it and give me some feedback.