From f5f6d6ec00ae2afc052f12d955f18c6f1f59a1e7 Mon Sep 17 00:00:00 2001 From: linarcx Date: Sun, 12 Apr 2020 22:45:49 +0430 Subject: [PATCH] Gamehub: adding missing .desktop entry file --- srcpkgs/gamehub/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gamehub/template b/srcpkgs/gamehub/template index c2a6ff16ce9..d93e7ef8f98 100644 --- a/srcpkgs/gamehub/template +++ b/srcpkgs/gamehub/template @@ -1,7 +1,7 @@ # Template file for 'gamehub' pkgname=gamehub version=0.15.0 -revision=1 +revision=2 wrksrc="GameHub-${version}-1-master" build_style=meson hostmakedepends="glib-devel pkg-config vala" @@ -14,3 +14,7 @@ license="GPL-3.0-or-later" homepage="https://tkashkin.tk/projects/gamehub/" distfiles="https://github.com/tkashkin/GameHub/archive/${version}-1-master.tar.gz" checksum=0182a32b595451b6bebf6f8173b6a41690e1c2b2d1c0b1a07cfce2ea0e536302 + +post_install() { + vinstall data/com.github.tkashkin.gamehub.desktop.in 644 usr/share/applications data/com.github.tkashkin.gamehub.desktop +}