chatty: add .desktop file, take maintainership
This commit is contained in:
parent
7099408aaa
commit
c6611214ff
|
@ -0,0 +1,9 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=Chatty
|
||||||
|
Exec=/usr/bin/chatty
|
||||||
|
Icon=chatty
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Application;Network;
|
||||||
|
Keywords=twitch;chat;
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'chatty'
|
# Template file for 'chatty'
|
||||||
pkgname=chatty
|
pkgname=chatty
|
||||||
version=0.9.7
|
version=0.9.7
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
hostmakedepends="openjdk gradle"
|
hostmakedepends="openjdk gradle"
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
short_desc="Chatty is a Twitch Chat Client for Desktop"
|
short_desc="Twitch Chat Client for Desktop"
|
||||||
maintainer="Phenethylamine <beta.phenylethylamine@gmail.com>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
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"
|
||||||
|
@ -32,6 +32,7 @@ do_install() {
|
||||||
vbin $FILESDIR/${pkgname}
|
vbin $FILESDIR/${pkgname}
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
vlicense assets/LICENSE
|
vlicense assets/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue