Commit graph

17 commits

Author SHA1 Message Date
Pascal Bach d7bbeedaac
cryptomator: 1.6.14 -> 1.8.0 (#200590)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-09 15:10:34 +02:00
Stanisław Pitucha 9ebf262347 cryptomator: mark as working on intel only
During aarch64 build it fails with:

```
Failed to execute goal on project cryptomator:
Could not resolve dependencies for project org.cryptomator:cryptomator:jar:1.6.14:
The following artifacts could not be resolved:
  org.openjfx:javafx-base:jar:linux-aarch64:18.0.1,
  org.openjfx:javafx-graphics:jar:linux-aarch64:18.0.1,
  org.openjfx:javafx-controls:jar:linux-aarch64:18.0.1,
  org.openjfx:javafx-fxml:jar:linux-aarch64:18.0.1,
  org.openjfx:javafx-swing:jar:linux-aarch64:18.0.1:
Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.openjfx:javafx-base:jar:linux-aarch64:18.0.1 has not been downloaded from it before. -> [Help 1]
```
2023-03-10 14:52:20 +11:00
Pascal Bach 8a202d784f cryptomator: 1.6.13 -> 1.6.14 2022-09-09 12:26:48 +02:00
R. Ryantm 62df3d5695 cryptomator: 1.6.12 -> 1.6.13 2022-08-10 15:28:05 +00:00
kilianar 98ed62e4eb cryptomator: 1.6.10 -> 1.6.12
https://github.com/cryptomator/cryptomator/releases/tag/1.6.12
2022-08-03 09:47:49 +02:00
Robert Scott 3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Naïm Favier 3c77d361b5
makeShellWrapper: add explicitly named attribute
So that things that use the makeShellWrapper/wrapProgramShell
functions can depend on makeShellWrapper explicitly, which should ease
migration in the future.
2022-05-12 11:01:23 +02:00
Naïm Favier 62245943aa
makeWrapper,makeBinaryWrapper: introduce explicitly named functions
Because both versions might end up in a derivation's build inputs, it
might be useful to be able to explicitly select which function to use.
2022-05-10 22:07:56 +02:00
Dominik Xaver Hörl 9709c5f4a4 cryptomator: use non-binary wrapper for wrapGAppsHook
The use of --add-flags in this derivation does not work with binary
    wrappers, which wrapGAppsHook uses since #164163.
2022-05-10 15:17:09 +02:00
Pascal Bach 561d29b64d cryptomator: 1.6.8 -> 1.6.10
Hotfix for a truncation issue with fuse.
2022-05-03 23:26:38 +02:00
Pascal Bach 1c02d4252d cryptomator: 1.6.7 -> 1.6.8 2022-04-02 13:28:22 +02:00
Pascal Bach 93c4209d3f cryptomator: 1.6.5 -> 1.6.7
Disable maven tests as they try to mount and load kernel modules,
which is not somthing we want during a build.
2022-03-26 08:48:53 +01:00
Pascal Bach 878f72c7e3 cryptomator: 1.5.15 -> 1.6.5
- packer is not needed anymore, remove it
- use nix built jffi instead of bundeled one to avoid segfault
2022-03-26 08:48:53 +01:00
Pascal Bach cf3102118b cryptomator: 1.5.14 -> 1.5.15 2021-04-21 22:58:05 +02:00
Pascal Bach fd478d01df cryptomator: fix desktop integration
Move the .desktop files from usr/share to share.
2021-04-17 20:25:57 +02:00
Pascal Bach 4f3907fc0f cryptomator: 1.5.13 -> 1.5.14 2021-04-16 17:33:25 +02:00
Pascal Bach 3446cf39b4 cryptomator: init at 1.5.13
Co-authored-by: Artur Taranchiev <ewok@ewok.ru>
2021-02-25 17:06:48 +01:00