Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11047951
D8714.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
D8714.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,3 @@
#!/bin/sh
-cd /usr/share/chatty
-java -jar Chatty.jar "$@"
+
+exec /usr/lib64/openjdk-8/bin/java -jar /usr/share/chatty/Chatty.jar "$@"
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : chatty
version : '0.11'
-release : 13
+release : 14
source :
- https://github.com/chatty/chatty/archive/v0.11.tar.gz : 6ade796c9f93f91fd8afe9559371351bb19d6516c115e15227605f3c44dcde37
license :
@@ -26,6 +26,9 @@
mkdir -p $installdir/usr/share/chatty
unzip $workdir/build/releases/Chatty_$version.zip -d $installdir/usr/share/chatty/
+ # Remove unneeded files
+ rm $installdir/usr/share/chatty/{LICENSE,readme.txt}
+
# Install to $PATH
install -Dm00755 $pkgfiles/chatty.sh $installdir/usr/bin/chatty
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>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<License>MIT</License>
@@ -23,10 +23,8 @@
<Path fileType="executable">/usr/bin/chatty</Path>
<Path fileType="data">/usr/share/applications/chatty.desktop</Path>
<Path fileType="data">/usr/share/chatty/Chatty.jar</Path>
- <Path fileType="data">/usr/share/chatty/LICENSE</Path>
<Path fileType="data">/usr/share/chatty/img/chatty.png</Path>
<Path fileType="data">/usr/share/chatty/img/star.png</Path>
- <Path fileType="data">/usr/share/chatty/readme.txt</Path>
<Path fileType="data">/usr/share/chatty/sounds/ding.wav</Path>
<Path fileType="data">/usr/share/chatty/sounds/dingdong.wav</Path>
<Path fileType="data">/usr/share/chatty/sounds/typing.wav</Path>
@@ -36,12 +34,12 @@
</Files>
</Package>
<History>
- <Update release="13">
- <Date>2020-01-16</Date>
+ <Update release="14">
+ <Date>2020-04-19</Date>
<Version>0.11</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.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
Fri, Aug 11, 3:58 PM (3 h, 4 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5815885
Default Alt Text
D8714.id.diff (2 KB)
Attached To
Mode
D8714: Make chatty use openjdk-8 specifically
Attached
Detach File
Event Timeline
Log In to Comment