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 @@ chatty - Joey Riches - josephriches@gmail.com + Fabio Forni + livingsilver94.solus@redaril.me GPL-3.0-or-later MIT @@ -23,10 +23,8 @@ /usr/bin/chatty /usr/share/applications/chatty.desktop /usr/share/chatty/Chatty.jar - /usr/share/chatty/LICENSE /usr/share/chatty/img/chatty.png /usr/share/chatty/img/star.png - /usr/share/chatty/readme.txt /usr/share/chatty/sounds/ding.wav /usr/share/chatty/sounds/dingdong.wav /usr/share/chatty/sounds/typing.wav @@ -36,12 +34,12 @@ - - 2020-01-16 + + 2020-04-19 0.11 Packaging update - Joey Riches - josephriches@gmail.com + Fabio Forni + livingsilver94.solus@redaril.me \ No newline at end of file