mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
App update: org.gnu.emacs
This commit is contained in:
parent
a69571f92c
commit
d5165c4efa
1 changed files with 105 additions and 1 deletions
|
|
@ -137,6 +137,110 @@ Builds:
|
|||
- make all
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 30.0.50
|
||||
versionCode: 300050010
|
||||
commit: e5232fc0e508464533f783d6c03bf1aec29a58e5
|
||||
timeout: 15000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make gcc libncurses-dev autoconf texinfo
|
||||
output: java/emacs-*.apk
|
||||
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
|
||||
java/AndroidManifest.xml.in
|
||||
scanignore:
|
||||
- admin/charsets/glibc/*.gz
|
||||
- build-aux/dir_top
|
||||
scandelete:
|
||||
- test
|
||||
- etc/e
|
||||
build:
|
||||
- cd etc/e
|
||||
- tic -o ../ ./eterm-color.ti
|
||||
- cd -
|
||||
- ./autogen.sh
|
||||
- ./configure --with-android=$$SDK$$/platforms/android-33/android.jar ANDROID_CC=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android22-clang
|
||||
SDK_BUILD_TOOLS=$$SDK$$/build-tools/33.0.0 --with-gnutls=ifavailable --without-android-debug
|
||||
- make all
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 30.0.50
|
||||
versionCode: 300050011
|
||||
commit: e5232fc0e508464533f783d6c03bf1aec29a58e5
|
||||
timeout: 15000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make gcc libncurses-dev autoconf texinfo
|
||||
output: java/emacs-*.apk
|
||||
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
|
||||
java/AndroidManifest.xml.in
|
||||
scanignore:
|
||||
- admin/charsets/glibc/*.gz
|
||||
- build-aux/dir_top
|
||||
scandelete:
|
||||
- test
|
||||
- etc/e
|
||||
build:
|
||||
- cd etc/e
|
||||
- tic -o ../ ./eterm-color.ti
|
||||
- cd -
|
||||
- ./autogen.sh
|
||||
- ./configure --with-android=$$SDK$$/platforms/android-33/android.jar ANDROID_CC=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi22-clang
|
||||
SDK_BUILD_TOOLS=$$SDK$$/build-tools/33.0.0 --with-gnutls=ifavailable --without-android-debug
|
||||
- make all
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 30.0.50
|
||||
versionCode: 300050012
|
||||
commit: e5232fc0e508464533f783d6c03bf1aec29a58e5
|
||||
timeout: 15000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make gcc libncurses-dev autoconf texinfo
|
||||
output: java/emacs-*.apk
|
||||
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
|
||||
java/AndroidManifest.xml.in
|
||||
scanignore:
|
||||
- admin/charsets/glibc/*.gz
|
||||
- build-aux/dir_top
|
||||
scandelete:
|
||||
- test
|
||||
- etc/e
|
||||
build:
|
||||
- cd etc/e
|
||||
- tic -o ../ ./eterm-color.ti
|
||||
- cd -
|
||||
- ./autogen.sh
|
||||
- ./configure --with-android=$$SDK$$/platforms/android-33/android.jar ANDROID_CC=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android22-clang
|
||||
SDK_BUILD_TOOLS=$$SDK$$/build-tools/33.0.0 --with-gnutls=ifavailable --without-android-debug
|
||||
- make all
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 30.0.50
|
||||
versionCode: 300050013
|
||||
commit: e5232fc0e508464533f783d6c03bf1aec29a58e5
|
||||
timeout: 15000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make gcc libncurses-dev autoconf texinfo
|
||||
output: java/emacs-*.apk
|
||||
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
|
||||
java/AndroidManifest.xml.in
|
||||
scanignore:
|
||||
- admin/charsets/glibc/*.gz
|
||||
- build-aux/dir_top
|
||||
scandelete:
|
||||
- test
|
||||
- etc/e
|
||||
build:
|
||||
- cd etc/e
|
||||
- tic -o ../ ./eterm-color.ti
|
||||
- cd -
|
||||
- ./autogen.sh
|
||||
- ./configure --with-android=$$SDK$$/platforms/android-33/android.jar ANDROID_CC=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android22-clang
|
||||
SDK_BUILD_TOOLS=$$SDK$$/build-tools/33.0.0 --with-gnutls=ifavailable --without-android-debug
|
||||
- make all
|
||||
ndk: r25b
|
||||
|
||||
MaintainerNotes: |-
|
||||
Build instructions can be found at:
|
||||
https://git.savannah.gnu.org/cgit/emacs.git/tree/INSTALL.android?h=feature/android
|
||||
|
|
@ -168,4 +272,4 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 30.0.50
|
||||
CurrentVersionCode: 300050003
|
||||
CurrentVersionCode: 300050013
|
||||
|
|
|
|||
Loading…
Reference in a new issue