Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11047902
D9009.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D9009.id.diff
View Options
diff --git a/files/chatty.sh b/files/chatty.sh
--- a/files/chatty.sh
+++ b/files/chatty.sh
@@ -1,3 +1,7 @@
#!/bin/sh
-exec /usr/lib64/openjdk-8/bin/java -jar /usr/share/chatty/Chatty.jar "$@"
+if [ -z "$JAVA_HOME" ]; then
+ export JAVA_HOME=/usr/lib64/openjdk-11
+fi
+
+exec $JAVA_HOME/bin/java -jar /usr/share/chatty/Chatty.jar "$@"
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : chatty
-version : '0.11'
-release : 14
+version : '0.12'
+release : 15
source :
- - https://github.com/chatty/chatty/archive/v0.11.tar.gz : 6ade796c9f93f91fd8afe9559371351bb19d6516c115e15227605f3c44dcde37
+ - https://github.com/chatty/chatty/archive/v0.12.tar.gz : 624abea8897c1ee2f8e83b9f8d58eb28492f28236e6246f8bb2bfb75b581a2ba
license :
- GPL-3.0-or-later
- MIT
@@ -15,11 +15,11 @@
- gradle
- unzip
rundeps :
- - openjdk-8
+ - openjdk-11
setup : |
%apply_patches
build : |
- export GRADLE_USER_HOME=/home/build/YPKG/root/chatty/
+ export GRADLE_USER_HOME=$workdir/.gradle
gradle --no-daemon release
install : |
# Unzip to destination
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>chatty</Name>
<Packager>
- <Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@redaril.me</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<License>MIT</License>
@@ -34,12 +34,12 @@
</Files>
</Package>
<History>
- <Update release="14">
- <Date>2020-04-19</Date>
- <Version>0.11</Version>
+ <Update release="15">
+ <Date>2020-06-06</Date>
+ <Version>0.12</Version>
<Comment>Packaging update</Comment>
- <Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@redaril.me</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 3:55 PM (3 h, 5 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5821081
Default Alt Text
D9009.id.diff (2 KB)
Attached To
Mode
D9009: Update chatty to 0.12
Attached
Detach File
Event Timeline
Log In to Comment