Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : chatty | name : chatty | ||||
| version : '0.11' | version : '0.11' | ||||
| release : 13 | release : 14 | ||||
| source : | source : | ||||
| - https://github.com/chatty/chatty/archive/v0.11.tar.gz : 6ade796c9f93f91fd8afe9559371351bb19d6516c115e15227605f3c44dcde37 | - https://github.com/chatty/chatty/archive/v0.11.tar.gz : 6ade796c9f93f91fd8afe9559371351bb19d6516c115e15227605f3c44dcde37 | ||||
| license : | license : | ||||
| - GPL-3.0-or-later | - GPL-3.0-or-later | ||||
| - MIT | - MIT | ||||
| component : network.irc | component : network.irc | ||||
| summary : Twitch Chat Client | summary : Twitch Chat Client | ||||
| description: | | description: | | ||||
| Show All 9 Lines | |||||
| build : | | build : | | ||||
| export GRADLE_USER_HOME=/home/build/YPKG/root/chatty/ | export GRADLE_USER_HOME=/home/build/YPKG/root/chatty/ | ||||
| gradle --no-daemon release | gradle --no-daemon release | ||||
| install : | | install : | | ||||
| # Unzip to destination | # Unzip to destination | ||||
| mkdir -p $installdir/usr/share/chatty | mkdir -p $installdir/usr/share/chatty | ||||
| unzip $workdir/build/releases/Chatty_$version.zip -d $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 to $PATH | ||||
| install -Dm00755 $pkgfiles/chatty.sh $installdir/usr/bin/chatty | install -Dm00755 $pkgfiles/chatty.sh $installdir/usr/bin/chatty | ||||
| # Install desktop file | # Install desktop file | ||||
| install -Dm00644 $pkgfiles/chatty.desktop $installdir/usr/share/applications/chatty.desktop | install -Dm00644 $pkgfiles/chatty.desktop $installdir/usr/share/applications/chatty.desktop | ||||
| # Install icons | # Install icons | ||||
| for size in 16 64 128; do | for size in 16 64 128; do | ||||
| install -Dm00644 src/chatty/gui/app_main_$size.png \ | install -Dm00644 src/chatty/gui/app_main_$size.png \ | ||||
| $installdir/usr/share/icons/hicolor/${size}x${size}/apps/chatty.png | $installdir/usr/share/icons/hicolor/${size}x${size}/apps/chatty.png | ||||
| done | done | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.