Merge branch 'equeim/fdroiddata-master'

This commit is contained in:
relan 2018-06-16 12:13:28 +03:00
commit 9525a027a3
3 changed files with 13 additions and 0 deletions

View file

@ -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

3
srclibs/OpenSSL.txt Normal file
View file

@ -0,0 +1,3 @@
Repo Type:git
Repo:git://git.openssl.org/openssl.git

3
srclibs/QtBase.txt Normal file
View file

@ -0,0 +1,3 @@
Repo Type:git
Repo:git://code.qt.io/qt/qtbase.git