diff --git a/metadata/org.equeim.tremotesf.txt b/metadata/org.equeim.tremotesf.txt index 9513b6d4d5..33f1959f54 100644 --- a/metadata/org.equeim.tremotesf.txt +++ b/metadata/org.equeim.tremotesf.txt @@ -87,6 +87,13 @@ Build:1.7.0,16 commit=1.7.0 subdir=app gradle=fdroid + srclibs=OpenSSL@OpenSSL_1_0_2o,QtBase@v5.9.6 + prebuild=sed -i -e '/splits/,+7d' build.gradle && \ + sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \ + ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \ + ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase + build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc) + ndk=r15c Auto Update Mode:Version %v Update Check Mode:Tags diff --git a/srclibs/OpenSSL.txt b/srclibs/OpenSSL.txt new file mode 100644 index 0000000000..b993e950f0 --- /dev/null +++ b/srclibs/OpenSSL.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:git://git.openssl.org/openssl.git + diff --git a/srclibs/QtBase.txt b/srclibs/QtBase.txt new file mode 100644 index 0000000000..715a997a45 --- /dev/null +++ b/srclibs/QtBase.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:git://code.qt.io/qt/qtbase.git +