From 3af5900b3e73ac8399320066af692db56da3c142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 14 Aug 2018 10:28:49 +0200 Subject: [PATCH] qbittorrent: install qbittorrent.desktop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/qbittorrent/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 7b03b809a70..716aba554f3 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,7 +1,7 @@ # Template file for 'qbittorrent' pkgname=qbittorrent version=4.1.2 -revision=1 +revision=2 create_wrksrc=yes build_style=qmake hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools" @@ -54,6 +54,8 @@ do_configure() { -e "s;^\(LINK\\s*=\) .*;\1 $CXX;" \ -e "s;@g++ ;@$CXX ;" done + # Install the desktop file + vinstall dist/unix/qbittorrent.desktop 644 usr/share/applications } do_build() {