Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11033445
D8815.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D8815.diff
View Options
diff --git a/files/cryptomator.sh b/files/cryptomator.sh
--- a/files/cryptomator.sh
+++ b/files/cryptomator.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-exec "/usr/bin/java" -jar /usr/share/java/cryptomator/cryptomator.jar "$@"
+exec /usr/lib64/openjdk-8/bin/java -jar /usr/share/cryptomator/cryptomator.jar "$@"
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : cryptomator
-version : 1.3.3
-release : 1
+version : 1.3.5
+release : 2
source :
- - https://github.com/cryptomator/cryptomator/archive/1.3.3.tar.gz : b87d13b83d19e50e73e043163bb3917324a8641aaa768b099d24c712d423d0a1
+ - https://github.com/cryptomator/cryptomator/archive/1.3.5.tar.gz : 6123104bf4dc9d711d2e57098a2cb691a556ec85b439ac0363b82092acaedf01
license : MIT
component : security.crypto
summary : Client-side encryption of your files in the cloud
@@ -15,10 +15,11 @@
rundeps :
- openjfx-8
build : |
+ export MAVEN_OPTS='-Dmaven.repo.local=.m2'
cd main
- mvn clean install -Prelease -Dmaven.repo.local=$workdir/repo
+ mvn -Prelease package
install : |
- install -Dm644 main/uber-jar/target/Cryptomator-*.jar $installdir/usr/share/java/cryptomator/cryptomator.jar
- install -Dm755 $pkgfiles/cryptomator.sh $installdir/usr/bin/cryptomator
- install -Dm644 main/ant-kit/src/main/resources/package/linux/Cryptomator.png $installdir/usr/share/pixmaps/cryptomator.png
- install -Dm644 $pkgfiles/cryptomator.desktop $installdir/usr/share/applications/cryptomator.desktop
+ install -Dm00644 main/uber-jar/target/Cryptomator-*.jar $installdir/usr/share/cryptomator/cryptomator.jar
+ install -Dm00755 $pkgfiles/cryptomator.sh $installdir/usr/bin/cryptomator
+ install -Dm00644 main/ant-kit/src/main/resources/package/linux/Cryptomator.png $installdir/usr/share/pixmaps/cryptomator.png
+ install -Dm00644 $pkgfiles/cryptomator.desktop $installdir/usr/share/applications/cryptomator.desktop
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>cryptomator</Name>
<Packager>
- <Name>Sönke Behrendt</Name>
- <Email>thesoenke@outlook.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>MIT</License>
<PartOf>security.crypto</PartOf>
<Summary xml:lang="en">Client-side encryption of your files in the cloud</Summary>
<Description xml:lang="en">Multi-platform transparent client-side encryption of your files in the cloud
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>cryptomator</Name>
@@ -19,19 +19,19 @@
</Description>
<PartOf>security.crypto</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="executable">/usr/bin/cryptomator</Path>
<Path fileType="data">/usr/share/applications/cryptomator.desktop</Path>
- <Path fileType="data">/usr/share/java/cryptomator/cryptomator.jar</Path>
+ <Path fileType="data">/usr/share/cryptomator/cryptomator.jar</Path>
<Path fileType="data">/usr/share/pixmaps/cryptomator.png</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2017-12-08</Date>
- <Version>1.3.3</Version>
+ <Update release="2">
+ <Date>2020-05-05</Date>
+ <Version>1.3.5</Version>
<Comment>Packaging update</Comment>
- <Name>Sönke Behrendt</Name>
- <Email>thesoenke@outlook.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 3:42 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5794268
Default Alt Text
D8815.diff (4 KB)
Attached To
Mode
D8815: Update cryptomator to 1.3.5 and use openjdk-8
Attached
Detach File
Event Timeline
Log In to Comment