diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-23 12:40:09 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-24 19:19:46 +0700 |
commit | 8dc4122b1184ff10da45ac0345bd5cb46fe3a256 (patch) | |
tree | c6d63f8c5887c1be8726f1f9ab153f017b72388f /system/android-file-transfer | |
parent | 6a36d48114238c10b13aa01a34054656e4d69ba7 (diff) |
system/android-file-transfer: Update for 4.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/android-file-transfer')
-rw-r--r-- | system/android-file-transfer/README | 7 | ||||
-rw-r--r-- | system/android-file-transfer/android-file-transfer.SlackBuild | 4 | ||||
-rw-r--r-- | system/android-file-transfer/android-file-transfer.info | 6 |
3 files changed, 6 insertions, 11 deletions
diff --git a/system/android-file-transfer/README b/system/android-file-transfer/README index 69b8af4cfd92..2a89b313cdca 100644 --- a/system/android-file-transfer/README +++ b/system/android-file-transfer/README @@ -1,10 +1,5 @@ Android File Transfer for Linux - reliable MTP client with minimalistic UI similar to Android File Transfer for Mac. -Android File Transfer by default builds a Qt5 UI. This version of -Android File Transfer does not support Qt4. - -To build only the command-line client (this does not require qt5), run -the script with the following command: - +To build only the command-line client, pass QT_GUI=no to the SlackBuild: QT_GUI=no ./android-file-transfer.SlackBuild diff --git a/system/android-file-transfer/android-file-transfer.SlackBuild b/system/android-file-transfer/android-file-transfer.SlackBuild index 1097b6752009..9dda5cbbf988 100644 --- a/system/android-file-transfer/android-file-transfer.SlackBuild +++ b/system/android-file-transfer/android-file-transfer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for android-file-transfer # -# Copyright 2019-2021 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2019-2023 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -34,7 +34,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=android-file-transfer -VERSION=${VERSION:-4.2} +VERSION=${VERSION:-4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/android-file-transfer/android-file-transfer.info b/system/android-file-transfer/android-file-transfer.info index 03f3257b26ae..a76187b4d9c7 100644 --- a/system/android-file-transfer/android-file-transfer.info +++ b/system/android-file-transfer/android-file-transfer.info @@ -1,8 +1,8 @@ PRGNAM="android-file-transfer" -VERSION="4.2" +VERSION="4.3" HOMEPAGE="https://github.com/whoozle/android-file-transfer-linux" -DOWNLOAD="https://github.com/whoozle/android-file-transfer-linux/archive/v4.2/android-file-transfer-linux-4.2.tar.gz" -MD5SUM="861de28c87f095a32808d0cbf9bb897a" +DOWNLOAD="https://github.com/whoozle/android-file-transfer-linux/archive/v4.3/android-file-transfer-linux-4.3.tar.gz" +MD5SUM="4be6d29b072202194d97150f72125ff5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |