mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
emacs: 30.1
This commit is contained in:
parent
28b1a7fbfa
commit
4269b13b07
1 changed files with 142 additions and 2 deletions
|
|
@ -713,6 +713,146 @@ Builds:
|
|||
- make all
|
||||
ndk: r26d
|
||||
|
||||
- versionName: '30.1'
|
||||
versionCode: 300100000
|
||||
commit: 9127d0a55bfc3c742d1b631b33271f957c89ea27
|
||||
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.1'
|
||||
versionCode: 300100001
|
||||
commit: 9127d0a55bfc3c742d1b631b33271f957c89ea27
|
||||
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.1'
|
||||
versionCode: 300100002
|
||||
commit: 9127d0a55bfc3c742d1b631b33271f957c89ea27
|
||||
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.1'
|
||||
versionCode: 300100003
|
||||
commit: 9127d0a55bfc3c742d1b631b33271f957c89ea27
|
||||
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
|
||||
|
|
@ -757,5 +897,5 @@ MaintainerNotes: |-
|
|||
ArchivePolicy: 12
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 30.0.93
|
||||
CurrentVersionCode: 300093013
|
||||
CurrentVersion: '30.1'
|
||||
CurrentVersionCode: 300100003
|
||||
|
|
|
|||
Loading…
Reference in a new issue