mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
chatty: update to 0.10.
This commit is contained in:
parent
ecccc7e32f
commit
85036b1823
1 changed files with 4 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'chatty'
|
# Template file for 'chatty'
|
||||||
pkgname=chatty
|
pkgname=chatty
|
||||||
version=0.9.7
|
version=0.10
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
hostmakedepends="openjdk gradle"
|
hostmakedepends="openjdk gradle"
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
short_desc="Twitch Chat Client for Desktop"
|
short_desc="Twitch Chat Client for Desktop"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-only"
|
||||||
homepage="http://chatty.github.io/"
|
homepage="http://chatty.github.io/"
|
||||||
distfiles="https://github.com/chatty/chatty/archive/v${version}.tar.gz"
|
distfiles="https://github.com/chatty/chatty/archive/v${version}.tar.gz"
|
||||||
checksum="e5c2eb006db593ce0fc6fb71e602ad641dc3ff970b770dce73155c67d87afbea"
|
checksum=9b50246620f179be675e883c9a5766218fc50a8f0b4ee139dc40a9dfed5d54d2
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
gradle shadowJar
|
gradle shadowJar
|
||||||
|
@ -33,6 +33,4 @@ do_install() {
|
||||||
|
|
||||||
vinstall src/${pkgname}/gui/app_main_64.png 644 usr/share/pixmaps chatty.png
|
vinstall src/${pkgname}/gui/app_main_64.png 644 usr/share/pixmaps chatty.png
|
||||||
vinstall ${FILESDIR}/chatty.desktop 644 usr/share/applications
|
vinstall ${FILESDIR}/chatty.desktop 644 usr/share/applications
|
||||||
|
|
||||||
vlicense assets/LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue