@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?)
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, as.skymatic) |
Last Packager: | as.skymatic |
Votes: | 81 |
Popularity: | 0.48 |
First Submitted: | 2016-04-03 17:36 (UTC) |
Last Updated: | 2024-11-19 11:41 (UTC) |
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 Next › Last »
@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?)
@ajgraves weird. makedepends has java-environment-openjdk=11
so makepkg
should install it for you.
How are you building the package?
@matthias.lisin built your latest package, installed and tested briefly. Seems to do well. I had to install jdk11 before hand though.
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
I updated my "from-source" package: https://codeberg.org/ml/cryptomator/src/branch/source
@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.
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.
@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.
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.
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.
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.