android-file-transfer-linux: update to 3.9.
This commit is contained in:
parent
8fda8e26af
commit
3d745f4ff2
1 changed files with 5 additions and 8 deletions
|
@ -1,17 +1,14 @@
|
||||||
# Template file for 'android-file-transfer-linux'
|
# Template file for 'android-file-transfer-linux'
|
||||||
pkgname=android-file-transfer-linux
|
pkgname=android-file-transfer-linux
|
||||||
version=3.7
|
version=3.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="ninja pkg-config"
|
configure_args="-DBUILD_SHARED_LIB=1"
|
||||||
|
hostmakedepends="qt5-qmake qt5-host-tools ninja pkg-config"
|
||||||
makedepends="file-devel fuse-devel qt5-devel readline-devel"
|
makedepends="file-devel fuse-devel qt5-devel readline-devel"
|
||||||
short_desc="Android File Transfer for Linux"
|
short_desc="Android File Transfer for Linux"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/whoozle/android-file-transfer-linux"
|
homepage="https://github.com/whoozle/android-file-transfer-linux"
|
||||||
distfiles="https://github.com/whoozle/android-file-transfer-linux/archive/v${version}.tar.gz"
|
distfiles="https://github.com/whoozle/android-file-transfer-linux/archive/v${version}.tar.gz"
|
||||||
checksum=fe736cb24a8785ff0236728dc0c3446ba006ae72f7e65ce17dd20dadcaf7f851
|
checksum=26aa21683ae34aceaf83747fec693a15b996017a857014931ef3c5b50115971a
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue