mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update org.gnu.emacs to 30.2 (300200003)
This commit is contained in:
parent
36316b3bc6
commit
5ce2af79bb
1 changed files with 142 additions and 2 deletions
|
|
@ -854,6 +854,146 @@ Builds:
|
|||
- make all
|
||||
ndk: r26d
|
||||
|
||||
- versionName: '30.2'
|
||||
versionCode: 300200000
|
||||
commit: 636f166cfc86aa90d63f592fd99f3fdd9ef95ebd
|
||||
timeout: 15000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make gcc m4 libncurses-dev autoconf texinfo g++ nasm
|
||||
output: java/emacs-*.apk
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-34' 'build-tools;34.0.0'
|
||||
- sed -i 's/android:versionCode="[^"]*"/android:versionCode="$$VERCODE$$"/'
|
||||
java/AndroidManifest.xml.in
|
||||
- mkdir emacs_deps
|
||||
- cd emacs_deps
|
||||
- bash ../admin/download-android-deps.sh 32
|
||||
scanignore:
|
||||
- admin/charsets/glibc/*.gz
|
||||
- build-aux/dir_top
|
||||
scandelete:
|
||||
- test
|
||||
- etc/e
|
||||
- emacs_deps
|
||||
build:
|
||||
- pushd etc/e
|
||||
- tic -o ../ ./eterm-color.ti
|
||||
- popd
|
||||
- ./autogen.sh
|
||||
- export deps=$(pwd)/emacs_deps
|
||||
- ./configure --with-android=$$SDK$$/platforms/android-34/android.jar ANDROID_CC=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android22-clang
|
||||
SDK_BUILD_TOOLS=$$SDK$$/build-tools/34.0.0 --without-android-debug --with-ndk-path="$(cat
|
||||
$deps/search-path.txt)" --with-gif --with-xml2 --with-jpeg --with-png --with-sqlite3
|
||||
--with-webp --with-gnutls --with-tiff --with-selinux --with-tree-sitter --with-harfbuzz
|
||||
- make all
|
||||
ndk: r26d
|
||||
|
||||
- versionName: '30.2'
|
||||
versionCode: 300200001
|
||||
commit: 636f166cfc86aa90d63f592fd99f3fdd9ef95ebd
|
||||
timeout: 15000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make gcc m4 libncurses-dev autoconf texinfo g++
|
||||
output: java/emacs-*.apk
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-34' 'build-tools;34.0.0'
|
||||
- sed -i 's/android:versionCode="[^"]*"/android:versionCode="$$VERCODE$$"/'
|
||||
java/AndroidManifest.xml.in
|
||||
- mkdir emacs_deps
|
||||
- cd emacs_deps
|
||||
- bash ../admin/download-android-deps.sh 32
|
||||
scanignore:
|
||||
- admin/charsets/glibc/*.gz
|
||||
- build-aux/dir_top
|
||||
scandelete:
|
||||
- test
|
||||
- etc/e
|
||||
- emacs_deps
|
||||
build:
|
||||
- pushd etc/e
|
||||
- tic -o ../ ./eterm-color.ti
|
||||
- popd
|
||||
- ./autogen.sh
|
||||
- export deps=`pwd`/emacs_deps
|
||||
- ./configure --with-android=$$SDK$$/platforms/android-34/android.jar ANDROID_CC=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi22-clang
|
||||
SDK_BUILD_TOOLS=$$SDK$$/build-tools/34.0.0 --without-android-debug --with-ndk-path="$(cat
|
||||
$deps/search-path.txt)" --with-gif --with-xml2 --with-jpeg --with-png --with-sqlite3
|
||||
--with-webp --with-gnutls --with-tiff --with-selinux --with-tree-sitter --with-harfbuzz
|
||||
- make all
|
||||
ndk: r26d
|
||||
|
||||
- versionName: '30.2'
|
||||
versionCode: 300200002
|
||||
commit: 636f166cfc86aa90d63f592fd99f3fdd9ef95ebd
|
||||
timeout: 15000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make gcc m4 libncurses-dev autoconf texinfo g++ nasm
|
||||
output: java/emacs-*.apk
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-34' 'build-tools;34.0.0'
|
||||
- sed -i 's/android:versionCode="[^"]*"/android:versionCode="$$VERCODE$$"/'
|
||||
java/AndroidManifest.xml.in
|
||||
- mkdir emacs_deps
|
||||
- cd emacs_deps
|
||||
- bash ../admin/download-android-deps.sh 64
|
||||
scanignore:
|
||||
- admin/charsets/glibc/*.gz
|
||||
- build-aux/dir_top
|
||||
scandelete:
|
||||
- test
|
||||
- etc/e
|
||||
- emacs_deps
|
||||
build:
|
||||
- pushd etc/e
|
||||
- tic -o ../ ./eterm-color.ti
|
||||
- popd
|
||||
- ./autogen.sh
|
||||
- export deps=`pwd`/emacs_deps
|
||||
- ./configure --with-android=$$SDK$$/platforms/android-34/android.jar ANDROID_CC=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android22-clang
|
||||
SDK_BUILD_TOOLS=$$SDK$$/build-tools/34.0.0 --without-android-debug --with-ndk-path="$(cat
|
||||
$deps/search-path.txt)" --with-gif --with-xml2 --with-jpeg --with-png --with-sqlite3
|
||||
--with-webp --with-gnutls --with-tiff --with-selinux --with-tree-sitter --with-harfbuzz
|
||||
- make all
|
||||
ndk: r26d
|
||||
|
||||
- versionName: '30.2'
|
||||
versionCode: 300200003
|
||||
commit: 636f166cfc86aa90d63f592fd99f3fdd9ef95ebd
|
||||
timeout: 15000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make gcc m4 libncurses-dev autoconf texinfo g++
|
||||
output: java/emacs-*.apk
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-34' 'build-tools;34.0.0'
|
||||
- sed -i 's/android:versionCode="[^"]*"/android:versionCode="$$VERCODE$$"/'
|
||||
java/AndroidManifest.xml.in
|
||||
- mkdir emacs_deps
|
||||
- cd emacs_deps
|
||||
- bash ../admin/download-android-deps.sh 64
|
||||
scanignore:
|
||||
- admin/charsets/glibc/*.gz
|
||||
- build-aux/dir_top
|
||||
scandelete:
|
||||
- test
|
||||
- etc/e
|
||||
- emacs_deps
|
||||
build:
|
||||
- pushd etc/e
|
||||
- tic -o ../ ./eterm-color.ti
|
||||
- popd
|
||||
- ./autogen.sh
|
||||
- export deps=`pwd`/emacs_deps
|
||||
- ./configure --with-android=$$SDK$$/platforms/android-34/android.jar ANDROID_CC=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android22-clang
|
||||
SDK_BUILD_TOOLS=$$SDK$$/build-tools/34.0.0 --without-android-debug --with-ndk-path="$(cat
|
||||
$deps/search-path.txt)" --with-gif --with-xml2 --with-jpeg --with-png --with-sqlite3
|
||||
--with-webp --with-gnutls --with-tiff --with-selinux --with-tree-sitter --with-harfbuzz
|
||||
- make all
|
||||
ndk: r26d
|
||||
|
||||
MaintainerNotes: |-
|
||||
Build instructions can be found at:
|
||||
https://git.savannah.gnu.org/cgit/emacs.git/tree/java/INSTALL
|
||||
|
|
@ -893,5 +1033,5 @@ VercodeOperation:
|
|||
- '%c + 2'
|
||||
- '%c + 3'
|
||||
UpdateCheckData: java/AndroidManifest.xml.in|Version-code:\ (\d+)||^emacs-([\d.]+)$
|
||||
CurrentVersion: '30.1'
|
||||
CurrentVersionCode: 300100003
|
||||
CurrentVersion: '30.2'
|
||||
CurrentVersionCode: 300200003
|
||||
|
|
|
|||
Loading…
Reference in a new issue