Henrik Grimler
6845d6589c
updates
6 years ago
Stephen
2dd7c63436
Update build-package.sh
7 years ago
Stephen
1eef3fd12e
cheap trick to fix + issue in package search
7 years ago
Henrik Grimler
723ecc3184
build-package: with -i -q, ignore recommended packages and suggestions ( #3 )
7 years ago
Stephen Groat
81be68dda6
Use apt for dependencies
7 years ago
Leonid Plyushch
b93bde6f70
build-package.sh: use 'readlink' to get value of symlink
6 years ago
Fredrik Fornwall
73f6b0dcfc
Compress man pages with gzip to save space
6 years ago
Henrik Grimler
1a7723904c
build-package: make TERMUX_PKG_MAINTAINER overridable
Makes it possible to change default maintainer for another repo
6 years ago
Henrik Grimler
e0ca532e62
Use apt's trusted.gpg for pkg verification
6 years ago
Leonid Plyushch
0a8eaeb77f
build-package.sh: use keyserver pool when receive keys
Now gpg key retrieving is more reliable.
6 years ago
Henrik Grimler
5d81472249
build-package.sh: fix `-a all -i` builds
Also use `-s -i` for dependencies that have to be built
6 years ago
Henrik Grimler
2157d60f13
build-package.sh: improve -i description
6 years ago
Henrik Grimler
195980e27d
build-package.sh: fix bug in the case where package name contains (but not ends with) -dev
As for icu-devtools
6 years ago
Henrik Grimler
5611ad0a18
build-package.sh: Minor indentation fix
6 years ago
Henrik Grimler
9e3258d710
build-package.sh: fix termux_step_compare_debs
Catch error if termux_download_deb fails
6 years ago
Henrik Grimler
6f9019df52
build-package.sh: fix download loop of dependencies when -i building
Only download $TERMUX_PKG_DEPENDS and $TERMUX_PKG_BUILD_DEPENDS (and
their -dev packages, if they exist), not their dependencies.
6 years ago
Henrik Grimler
6c07b40796
build-package.sh: add sha256sum's for bootstrap zips for all arches
6 years ago
Henrik Grimler
3d760868d0
build-package.sh: return 1 if hashsum doesn't exist for package
When downloading depencencies
6 years ago
Henrik Grimler
09afc5aca9
build-package.sh: fix termux_extract_dep_info
6 years ago
Henrik Grimler
4f6eab13f2
build-package.sh: mv download of InRelease and Packages to new function termux_step_get_repo_files
6 years ago
Henrik Grimler
a1d4f83377
Rename get_pkg_hash.py->get_hash_from_file.py
6 years ago
Henrik Grimler
4da66550a6
build-package: update so that termux_step_compare_debs dl's by hash
Changes needed after termux_download_deb function update
6 years ago
Henrik Grimler
72402ea1cf
build-package: Add signature verification and download by hash
Also rename termux_install_dep_deb to termux_download_deb.
6 years ago
Henrik Grimler
58c91b51cd
build-package: fix truncated comment
6 years ago
Henrik Grimler
88af24d0fd
build-package: Set default verbose level
6 years ago
Henrik Grimler
fbe0de46d2
build-package: Fix so that debdiff's exit code doesn't stop build
6 years ago
Henrik Grimler
04220d9f22
build-package: fix forgotten p->pkg
6 years ago
Henrik Grimler
24a307c64f
build-package.sh: make dep downloads less verbose for quiet builds
Add error messages when download fails though.
Try to download -dev packages but ignore errors here
6 years ago
Henrik Grimler
16a49d1ef8
termux_extract_dep_info: Fix bug when ARCH=all and REVISION != 0
Also make it less verbose when building with -q and add some TODO notes
6 years ago
Henrik Grimler
a0e340779e
build-package: make the bootstrap installtion more intuitive
6 years ago
Henrik Grimler
e40d87f624
build-package: add function to compare debs
6 years ago
Henrik Grimler
59da760394
Change TERMUX_BUILD_DEPS to TERMUX_INSTALL_DEPS again.
Fix syntax in if expressions.
6 years ago
Henrik Grimler
bff8f2c6f6
Working deb_get_info and install_dep_deb functions
6 years ago
Henrik Grimler
8f59045990
build-package: add termux_extract_version function
6 years ago
Henrik Grimler
bc7037964e
updates
6 years ago
Stephen
7af73fe3a4
Update build-package.sh
7 years ago
Stephen
8c43a6dcff
cheap trick to fix + issue in package search
7 years ago
Henrik Grimler
bc776004df
build-package: with -i -q, ignore recommended packages and suggestions ( #3 )
7 years ago
Stephen Groat
44c34afb82
Use apt for dependencies
7 years ago
Fredrik Fornwall
fbe5ab23a9
iconv.h from libandroid-support to ndk-patches
6 years ago
Fredrik Fornwall
d486f2a083
Remove langinfo.h from libandroid-support
Instead provide langinfo.h with inline implemention of nl_langinfo()
as a system header.
This avoids linking in libandroid-support.so in some places, and
improves compatibility when building code on-device.
6 years ago
Fredrik Fornwall
34eb49d969
golang: Update from 1.11.4 to 1.11.5
6 years ago
Tom Yan
df62b61835
libandroid-support: place headers directly under include
6 years ago
Leonid Plyushch
8c3855cc32
build-package.sh: package description field should be always placed to the end of control file
6 years ago
Leonid Plyushch
dde3e01c15
build-package.sh: use gzip compression for metadata
6 years ago
Fredrik Fornwall
a7aaf7a7cb
cmake: Update from 3.13.2 to 3.13.3
6 years ago
Fredrik Fornwall
b5219f720c
Patch TCSAFLUSH to be TCSANOW
6 years ago
Fredrik Fornwall
ae93196b07
Improve meson build setup
6 years ago
Fredrik Fornwall
f146f572c9
golang: Update from 1.11.2 to 1.11.4
6 years ago
Fredrik Fornwall
e47c8c9129
cmake: Update from 3.13.1 to 3.13.2
6 years ago