Page MenuHomeSolus

D8831.id.diff
No OneTemporary

D8831.id.diff

diff --git a/files/bisq.sh b/files/bisq.sh
--- a/files/bisq.sh
+++ b/files/bisq.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-exec "/usr/bin/java" -Dsecurity.provider.11=org.bouncycastle.jce.provider.BouncyCastleProvider -jar /usr/share/java/bisq/shaded.jar "$@"
+exec /usr/lib64/openjdk-8/bin/java -Dsecurity.provider.11=org.bouncycastle.jce.provider.BouncyCastleProvider -jar /usr/share/bisq/bisq.jar "$@"
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,13 +1,13 @@
name : bisq
version : 0.6.7
-release : 2
+release : 3
source :
- - https://github.com/bisq-network/exchange/archive/v0.6.7.tar.gz : c3e61070d4b4fb0458c4f5739654df229b077c90d78b4f31a7d6c157b0d145ad
-license : AGPL-3.0
+ - https://github.com/bisq-network/bisq/archive/v0.6.7.tar.gz : 10a5c325232d2b6c650bb17450273335c5fed3c99fd06273dcc831f2c0f5b98c
+license : AGPL-3.0-or-later
component : network.web
-summary : The decentralized bitcoin exchange
+summary : Decentralized Bitcoin exchange
description: |
- Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies.
+ Bisq is an open-source desktop application that allows you to buy and sell Bitcoins in exchange for national currencies, or alternative cryptocurrencies.
networking : yes
builddeps :
- apache-maven
@@ -15,12 +15,11 @@
rundeps :
- openjfx-8
build : |
- mvn clean package -Dmaven.repo.local=$workdir/repo -X -DskipTests -Dmaven.javadoc.skip=true
+ mvn -Dmaven.repo.local=$workdir/repo -X -DskipTests -Dmaven.javadoc.skip=true package
install : |
- install -Dm755 gui/target/shaded.jar $installdir/usr/share/java/bisq/shaded.jar
- install -dm644 $installdir/usr/share/java/bisq/lib
- install -Dm644 gui/target/lib/bcpg-jdk15on.jar $installdir/usr/share/java/bisq/lib
- install -Dm644 gui/target/lib/bcprov-jdk15on.jar $installdir/usr/share/java/bisq/lib
- install -Dm644 package/linux/icon.png $installdir/usr/share/pixmaps/bisq.png
- install -Dm755 $pkgfiles/bisq.sh $installdir/usr/bin/bisq
- install -Dm644 $pkgfiles/bisq.desktop $installdir/usr/share/applications/bisq.desktop
+ install -Dm00644 gui/target/shaded.jar $installdir/usr/share/bisq/bisq.jar
+ install -Dm00755 $pkgfiles/bisq.sh $installdir/usr/bin/bisq
+ cp -a gui/target/lib $installdir/usr/share/bisq
+
+ install -Dm00644 package/linux/icon.png $installdir/usr/share/pixmaps/bisq.png
+ install -Dm00644 $pkgfiles/bisq.desktop -t $installdir/usr/share/applications
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,38 +2,38 @@
<Source>
<Name>bisq</Name>
<Packager>
- <Name>Sönke Behrendt</Name>
- <Email>thesoenke@outlook.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
- <License>AGPL-3.0</License>
+ <License>AGPL-3.0-or-later</License>
<PartOf>network.web</PartOf>
- <Summary xml:lang="en">The decentralized bitcoin exchange</Summary>
- <Description xml:lang="en">Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies.
+ <Summary xml:lang="en">Decentralized Bitcoin exchange</Summary>
+ <Description xml:lang="en">Bisq is an open-source desktop application that allows you to buy and sell Bitcoins in exchange for national currencies, or alternative cryptocurrencies.
</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>bisq</Name>
- <Summary xml:lang="en">The decentralized bitcoin exchange</Summary>
- <Description xml:lang="en">Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies.
+ <Summary xml:lang="en">Decentralized Bitcoin exchange</Summary>
+ <Description xml:lang="en">Bisq is an open-source desktop application that allows you to buy and sell Bitcoins in exchange for national currencies, or alternative cryptocurrencies.
</Description>
<PartOf>network.web</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="executable">/usr/bin/bisq</Path>
<Path fileType="data">/usr/share/applications/bisq.desktop</Path>
- <Path fileType="data">/usr/share/java/bisq/lib/bcpg-jdk15on.jar</Path>
- <Path fileType="data">/usr/share/java/bisq/lib/bcprov-jdk15on.jar</Path>
- <Path fileType="data">/usr/share/java/bisq/shaded.jar</Path>
+ <Path fileType="data">/usr/share/bisq/bisq.jar</Path>
+ <Path fileType="data">/usr/share/bisq/lib/bcpg-jdk15on.jar</Path>
+ <Path fileType="data">/usr/share/bisq/lib/bcprov-jdk15on.jar</Path>
<Path fileType="data">/usr/share/pixmaps/bisq.png</Path>
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2018-03-02</Date>
+ <Update release="3">
+ <Date>2020-05-08</Date>
<Version>0.6.7</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

Mime Type
text/plain
Expires
Fri, Aug 11, 3:56 PM (3 h, 4 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803793
Default Alt Text
D8831.id.diff (5 KB)

Event Timeline