From c6611214ff777fb57be4a0a115cb51c51b6e1ba6 Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Thu, 25 Jul 2019 23:11:09 +0200 Subject: [PATCH] chatty: add .desktop file, take maintainership --- srcpkgs/chatty/files/chatty.desktop | 9 +++++++++ srcpkgs/chatty/template | 7 ++++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/chatty/files/chatty.desktop diff --git a/srcpkgs/chatty/files/chatty.desktop b/srcpkgs/chatty/files/chatty.desktop new file mode 100644 index 00000000000..53d5c3f6bc5 --- /dev/null +++ b/srcpkgs/chatty/files/chatty.desktop @@ -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; diff --git a/srcpkgs/chatty/template b/srcpkgs/chatty/template index ccf0381ef3c..57249d473b2 100644 --- a/srcpkgs/chatty/template +++ b/srcpkgs/chatty/template @@ -1,12 +1,12 @@ # Template file for 'chatty' pkgname=chatty version=0.9.7 -revision=1 +revision=2 archs=noarch hostmakedepends="openjdk gradle" depends="virtual?java-runtime" -short_desc="Chatty is a Twitch Chat Client for Desktop" -maintainer="Phenethylamine " +short_desc="Twitch Chat Client for Desktop" +maintainer="Frank Steinborn " license="GPL-3" homepage="http://chatty.github.io/" distfiles="https://github.com/chatty/chatty/archive/v${version}.tar.gz" @@ -32,6 +32,7 @@ do_install() { vbin $FILESDIR/${pkgname} 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 }