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() {