Leonid Plyushch
aac6d966a6
docker image: install libltdl-dev and libsigsegv-dev
5 years ago
Leonid Plyushch
05165d6375
docker image: install zip
5 years ago
Leonid Plyushch
be95bebcb0
docker image: install groff
5 years ago
Fredrik Fornwall
8353d50332
meson build system: Update from 0.52.0 to 0.52.1
5 years ago
Fredrik Fornwall
00d930255e
meson build system: Update from 0.50.1 to 0.52.0
5 years ago
Fredrik Fornwall
23e75756f4
Dockerfile: Update from ubuntu 19.04 to 19.10
5 years ago
Fredrik Fornwall
861516f356
golang: Update from 1.13.3 to 1.13.4
5 years ago
Leonid Plyushch
94b41f49a7
docker image: install python3.8
5 years ago
Leonid Plyushch
063a08743c
build-package.sh: fix url for unstable & x11 packages
5 years ago
Leonid Plyushch
1c63ae4ec1
Revert "Shrink docker image ( #3362 )"
Breaks patching of headers.
This reverts commit 53c281c5e4
.
5 years ago
Wetitpig
53c281c5e4
Shrink docker image ( #3362 )
* Docker rm Android NDK Version 16-19
* Docker remove vulkan and shaderc too
* Docker remove duplicate files
* Separate Docker clean script
* Docker remove templates
* Docker bz2 large notices
* Docker try symlinks
* Docker preserve some SDK Libraries
* Docker rm fonts and resources from platforms
* Docker source properties.sh
5 years ago
Fredrik Fornwall
4616244c73
cmake: Update from 3.15.3 to 3.15.5
5 years ago
its-pointless
06b1646605
lldb fixes ( #4468 )
5 years ago
its-pointless
c4bbe24993
experiment generating llvm-config
5 years ago
Leonid Plyushch
57e44c36b4
CI: remove rust from excluded packages
5 years ago
Leonid Plyushch
7109f435a0
build-package.sh: cargo should use $TERMUX_MAKE_PROCESSES for max amount of build jobs
5 years ago
Leonid Plyushch
45c9ff6018
golang: update to 1.13.3
5 years ago
Fredrik Fornwall
004c08c98f
golang: Update from 1.13 to 1.13.1
5 years ago
Leonid Plyushch
c860d5c61e
Revert "docker image: install libossp-uuid-dev"
libossp-uuid-dev is not needed since we are not going to build
swi-prolog documentation currently.
This reverts commit e8fe70fc90
.
5 years ago
Fredrik Fornwall
240b1489f3
Update android build tools to 29.0.2
5 years ago
Leonid Plyushch
e8fe70fc90
docker image: install libossp-uuid-dev
5 years ago
Fredrik Fornwall
b9d83f9fb8
Define __TERMUX__ and __TERMUX_PREFIX__
By defining __TERMUX__ and __TERMUX_PREFIX__ in <sys/cdefs.h> (which is
basically always included) one can more easily target Termux
specifically, both when cross-compiling packages and when code is built
on-device.
5 years ago
Leonid Plyushch
4f07cb8ee6
build-package.sh: fix checksum in termux_setup_protobuf.sh
5 years ago
Leonid Plyushch
ab406aac27
docker image: install bsdmainutils
5 years ago
Leonid Plyushch
2fb2b462da
CI: exclude "lldb" from autobuilds
5 years ago
Fredrik Fornwall
79e86b8389
cmake: Update from 3.15.2 to 3.15.3
5 years ago
Leonid Plyushch
83f286f858
CI: switch to file-based cache for passing *.deb files between tasks
5 years ago
Fredrik Fornwall
c9a62bb78d
golang: Update from 1.12.8 to 1.13
5 years ago
Leonid Plyushch
3e7ea9df42
docker image: install pandoc
5 years ago
Fredrik Fornwall
6546660422
cmake: Update from 3.14.5 to 3.15.2
5 years ago
Leonid Plyushch
2942a4e139
fix for termux_create_subpackages.sh
5 years ago
Leonid Plyushch
f4081bdc42
golang: allow on-device builds
But it will fail currently anyway to non-pie executables generated in
bootstrap process.
5 years ago
Leonid Plyushch
d0a1565030
scripts/setup-termux.sh: install help2man
5 years ago
Leonid Plyushch
0d55edb1a4
scripts/setup-termux.sh: install asciidoc
5 years ago
Fredrik Fornwall
1b8d44fd35
caddy: Update from 1.0.1 to 1.0.3
5 years ago
Leonid Plyushch
de2515d725
termux-elf-cleaner: update to v1.7
5 years ago
Leonid Plyushch
45fc6e15e7
build-package.sh: fix detection of static libraries when creating subpackages
Now packages will be split if static libraries are located in subdirectory
of $PREFIX/lib.
5 years ago
Leonid Plyushch
aafb83e37b
build-package.sh: better support for metapackages
5 years ago
Leonid Plyushch
537034d0fa
CI: trim spaces from modified packages list
5 years ago
Leonid Plyushch
83396b7df1
linter: source ./scripts/properties.sh only if it exists
5 years ago
Leonid Plyushch
0c66d56197
linter: specify that non-https links are still acceptable
%ci:no-build
5 years ago
Leonid Plyushch
303e5b2a8a
add new linter script & fix packages where needed
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.
To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
5 years ago
Leonid Plyushch
bf38df58b8
build-package.sh: fix problem when built packages are not being checked
5 years ago
Leonid Plyushch
3d7530dbd5
build-package.sh: more fixes for variable checking
5 years ago
Leonid Plyushch
b697254188
build-package.sh: set ac_cv_func_posix_spawnp=no for all autotools builds
Reason same as for posix_spawn.
5 years ago
Leonid Plyushch
7682303ca6
build-package.sh: set ac_cv_func_posix_spawn=no for all autotools builds
posix_spawn is not available on Android devices.
While this commit is not necessary for cross-compiling, it is required
when building on-device since there posix_spawn is found somehow. This
produces following errors:
./spawn.h:514:17: error: use of undeclared identifier 'POSIX_SPAWN_RESETIDS'
[(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
5 years ago
Leonid Plyushch
5076c9c720
build-package.sh: fix metapackage creation
Metapackages shouldn't have data inside.
%ci:reset-backlog
5 years ago
Leonid Plyushch
91657e90bb
build-package.sh: more fixes
5 years ago
Leonid Plyushch
6267a318aa
build-package.sh: use text-based comparsion in conditionals instead of exit-code based
5 years ago
Leonid Plyushch
c71f32e64d
fix typo in scripts/build/termux_extract_dep_info.sh
5 years ago