mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
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 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qbittorrent'
|
# Template file for 'qbittorrent'
|
||||||
pkgname=qbittorrent
|
pkgname=qbittorrent
|
||||||
version=4.1.2
|
version=4.1.2
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools"
|
hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools"
|
||||||
|
@ -54,6 +54,8 @@ do_configure() {
|
||||||
-e "s;^\(LINK\\s*=\) .*;\1 $CXX;" \
|
-e "s;^\(LINK\\s*=\) .*;\1 $CXX;" \
|
||||||
-e "s;@g++ ;@$CXX ;"
|
-e "s;@g++ ;@$CXX ;"
|
||||||
done
|
done
|
||||||
|
# Install the desktop file
|
||||||
|
vinstall dist/unix/qbittorrent.desktop 644 usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue