qbittorrent: install qbittorrent.desktop

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-08-14 10:28:49 +02:00
parent 3fc196c078
commit 3af5900b3e
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

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