diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-04-25 23:42:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-25 23:42:13 +0700 |
commit | 57d4fd2a23cd767e9a0111d7b87596341d940c3a (patch) | |
tree | a751ae61936637fa5f88eceab078d284acb4e27f /system/android-file-transfer | |
parent | 027f6da271483c39f963dbef1c9f42dfc09ee0cc (diff) | |
download | slackbuilds-57d4fd2a23cd767e9a0111d7b87596341d940c3a.tar.gz |
system/android-file-transfer: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/android-file-transfer')
-rw-r--r-- | system/android-file-transfer/README | 6 | ||||
-rw-r--r-- | system/android-file-transfer/android-file-transfer.SlackBuild | 10 | ||||
-rw-r--r-- | system/android-file-transfer/android-file-transfer.info | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/system/android-file-transfer/README b/system/android-file-transfer/README index 49af0cc9d4..a2ec55f725 100644 --- a/system/android-file-transfer/README +++ b/system/android-file-transfer/README @@ -1,8 +1,8 @@ Android File Transfer for Linux - reliable MTP client with minimalistic UI similar to Android File Transfer for Mac. -Android File Transfer is by default built with qt5 ui. However, -the client may be built without ui. In this case, run the script -with the following command: +Android File Transfer by default builds qt4 ui (or qt5, +if installed). However, in building only the client, +without ui, run the script with the following command: 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 800ae433ce..45c87ed321 100644 --- a/system/android-file-transfer/android-file-transfer.SlackBuild +++ b/system/android-file-transfer/android-file-transfer.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh -# Slackware build script for Isaac Yu - +# Slackware build script for android-file-transfer +# # Copyright 2019 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # @@ -24,7 +24,7 @@ PRGNAM=android-file-transfer VERSION=${VERSION:-3.7} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,9 +70,9 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; if [ ${QT_GUI:-yes} = no ]; then - GUI="no" + GUI="OFF" else - GUI="yes" + GUI="ON" fi mkdir -p build diff --git a/system/android-file-transfer/android-file-transfer.info b/system/android-file-transfer/android-file-transfer.info index 72a7f78ff6..b62a8b5d17 100644 --- a/system/android-file-transfer/android-file-transfer.info +++ b/system/android-file-transfer/android-file-transfer.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/whoozle/android-file-transfer-linux/archive/v3.7/an MD5SUM="a012747ef35a07bf5a510262e36666e1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="qt5" +REQUIRES="" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |