qbittorrent: install qbittorrent.desktop
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
3fc196c078
commit
3af5900b3e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue