mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Tremotesf to 1.8.5 (23)
This commit is contained in:
parent
803cd11691
commit
c5f437e69b
1 changed files with 19 additions and 3 deletions
|
|
@ -8,7 +8,8 @@ Changelog:https://github.com/equeim/tremotesf-android/blob/HEAD/CHANGELOG.md
|
||||||
Auto Name:Tremotesf
|
Auto Name:Tremotesf
|
||||||
Summary:Remote-control Transmission BitTorrent client
|
Summary:Remote-control Transmission BitTorrent client
|
||||||
Description:
|
Description:
|
||||||
Remote GUI for the <a href="https://transmissionbt.com/">Transmission</a> BitTorrent client.
|
Remote GUI for the <a href="https://transmissionbt.com/">Transmission</a>
|
||||||
|
BitTorrent client.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
|
@ -178,7 +179,22 @@ Build:1.8.4,22
|
||||||
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
|
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
|
||||||
ndk=r17b
|
ndk=r17b
|
||||||
|
|
||||||
|
Build:1.8.5,23
|
||||||
|
commit=1.8.5
|
||||||
|
subdir=app
|
||||||
|
sudo=apt-get update || apt-get update && \
|
||||||
|
apt-get install -y g++
|
||||||
|
gradle=fdroid
|
||||||
|
srclibs=OpenSSL@OpenSSL_1_1_1,QtBase@v5.11.2
|
||||||
|
prebuild=sed -i -e '/splits/,+7d' build.gradle && \
|
||||||
|
sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
|
||||||
|
cp -a $$OpenSSL$$ ../3rdparty/openssl/openssl && \
|
||||||
|
cp -a $$QtBase$$ ../3rdparty/qt/qtbase
|
||||||
|
scandelete=3rdparty
|
||||||
|
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
|
||||||
|
ndk=r17b
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.8.4
|
Current Version:1.8.5
|
||||||
Current Version Code:22
|
Current Version Code:23
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue