Fredrik Fornwall
452ca55fc9
Update android build tools from 27.0.1 to 27.0.3
7 years ago
tomty89
adba430ceb
ecj: provide android-21.jar instead of android-16.jar ( #2274 )
7 years ago
Fredrik Fornwall
8e60e2ea15
Update meson build system from 0.44.0 to 0.45.1
7 years ago
sogaiu
f60546e03f
Vagrantfile tweaks
Existing Vagrantfile lead to some problems here during provisioning:
1. setup-ubuntu.sh would fail
and after:
2. build-all.sh would run out of disk space
3. build-all.sh would exit due to permission issues
Issue 1 can be addressed by running sudo apt-get update before setup-ubuntu.sh in the Vagrantfile.
One way to address issue 2 is to use the vagrant-disksize plugin:
https://github.com/sprotheroe/vagrant-disksize
It can be installed by:
vagrant plugin install vagrant-disksize
Then modifying Vagrantfile to contain a line like:
config.disksize.size = '50GB'
causes the first partition to be enlarged to 50GB during provisioning. Combined with an appropriate invocation of resize2fs:
sudo resize2fs /dev/sda1
so that the filesystem in the partition is resized, the disk space issue seems alleviated.
Issue 3 can be addressed by changing the user from 'ubuntu' to 'vagrant' in the Vagrantfile -- at least that's what worked here.
7 years ago
Fredrik Fornwall
490a9b18c4
Fix meson patch ( fixes #2051 )
7 years ago
Fredrik Fornwall
08c55bda14
Update meson version from 0.43.0 to 0.44.0
7 years ago
Fredrik Fornwall
c12c0e408f
Add TERMUX_PKG_REVISION check to lint-packages.py
7 years ago
Fredrik Fornwall
6a90154fbe
Modify python formatting
7 years ago
Fredrik Fornwall
de35794692
Add scripts/lint-packages.py
Harmonize the layout by having the first two lines of a package
definition always be the homepage and the description.
7 years ago
Fredrik Fornwall
218d297f33
Improve scripts/list-packages.sh
7 years ago
Fredrik Fornwall
291622805e
Slim down the setup created by setup-ubuntu.sh
This changes the docker image size from around 5.8 to 3.6 GB.
For those wanting more tools in the docker build environment sudo
is always available.
7 years ago
Fredrik Fornwall
1c546636fc
Update scripts/Vagrantfile for ubuntu 17.10
7 years ago
Fredrik Fornwall
d0195549d7
Remove NDK gnu-libstdc from the docker image
7 years ago
Fredrik Fornwall
2d24e0586b
Cleanup scripts/buildorder.py
7 years ago
Fredrik Fornwall
392b4b6ba5
Update NDK used to r16
Run scripts/update-docker.sh to update the docker image.
7 years ago
Fredrik Fornwall
e9d647c1fa
Improve check-versions.sh
7 years ago
Fredrik Fornwall
02764a913f
Enable dependency checks for out-of-tree packages
When building an out-of-tree package, as in
./build-package.sh path/to/my-package.sh
dependency checks now works.
7 years ago
Fredrik Fornwall
777a4af85c
Update the ubuntu build setup from 17.04 to 17.10
An updated image has been pushed to the docker hub, so update with
./scripts/update-docker.sh
7 years ago
Fredrik Fornwall
601e514efb
Better way of accepting Android SDK licenses
7 years ago
Vladimir Oltean
1fe8105129
buildorder.py: handle the case when more than one dependency type is set ( #1555 )
7 years ago
Fredrik Fornwall
56601c842f
Update android platform setup
- Update to build tools 26.0.1.
- Update from android-25 to android-26.
- Add android-16 for use in https://github.com/termux/termux-packages/pull/1133
7 years ago
Henrik Grimler
91a5322f5e
Enable ghostscript ( #1135 )
* Fix ghostscript for aarch64.
* ghostscript: fix arm header
* ghostscript: clean build script
* ghostscript: disable i686 and x86_64 for now and enable package!
* Add required build dependencies for ghostscript to setup scripts
* ghostscript: add libexpat as dependency
* ghostscript: add (untested) generated headers for x86_64 and i686
7 years ago
Fredrik Fornwall
45d85e7fe4
Add basic TERMUX_PKG_BUILD_DEPENDS support
7 years ago
Fredrik Fornwall
16c697b30e
setup-ubuntu.sh: Add g++-multilib
The g++-multilib package is required for nodejs-current on 32-bit
arm and i686 builds.
7 years ago
Fredrik Fornwall
829516f1a4
Update from NDK version used from r15b to r15c
The docker image has been updated - run scripts/update-docker.sh
7 years ago
Fredrik Fornwall
f0c1439bc0
Initial stab at supporting ninja and meson builds
Currently unused.
8 years ago
Fredrik Fornwall
ee6a231c32
notmuch: Fix man page generation
8 years ago
Fredrik Fornwall
38d6235c76
fontconfig: Update from 2.12.0 to 2.12.4
8 years ago
Henrik Grimler
d51d450fd1
Docker: login as "builder" even if run-docker.sh is run as root.
Running with sudo otherwise produces debs that normal users don't have
permission to access.
8 years ago
Fredrik Fornwall
f71de096f6
run-docker.sh: Work around mac readlink
8 years ago
olg
e3f9f42f4d
Fix the uid in the docker container, but only when needed and make the bind mount work for arbitrary pwd...
8 years ago
hacknox
0e62bec8ef
Use $HOME replace home path
8 years ago
hacknox
0ab8f46966
Fix root user $HOME path
8 years ago
hacknox
e81c6eeccb
fix docker volume read/write permission
8 years ago
Fredrik Fornwall
f8f9c19bef
Do not remove libc++ in Dockerfile setup
8 years ago
Fredrik Fornwall
95b0cab9ea
Dockerfile: Do not remove non android-21 platforms
8 years ago
Fredrik Fornwall
a788b8a6a5
setup-ubuntu.sh: Install libgnutls-dev
Needed for building mariadb
8 years ago
pvagner
56a9bb254b
Add scripts/setup-archlinux.sh similar to setup-ubuntu.sh ( #1098 )
8 years ago
Fredrik Fornwall
80eb67dd0a
setup-android-sdk.sh: Update from NDK r15 to r15b
8 years ago
Fredrik Fornwall
58e38b4778
Update from NDK r14 to r15
The docker image has been updated, use
./scripts/update-docker.sh
to update.
Note that we are still using the old deprecated non-unified headers
- updating to that is the next step.
8 years ago
Fredrik Fornwall
8a478d7e1a
Update android tools and build tools
The Docker image has been rebuilt, update with:
scripts/update-docker.sh
8 years ago
Wetitpig
eb5f02a8ce
Add ed package for bc ( #1032 )
8 years ago
Fredrik Fornwall
cbb8806959
setup-ubuntu.sh: libncurses5-dev used by mariadb
The docker image has been updated, run scripts/update-docker.sh.
8 years ago
Fredrik Fornwall
852e83abc3
Make ubuntu 17.04 the reference build environment
8 years ago
Fredrik Fornwall
ba198479a3
Fix typo in scripts/setup-ubuntu.sh
8 years ago
Fredrik Fornwall
f0d9d8e2c0
Remove scripts/bintray-upload-deb
It doesn't work and termux-apt-repo is the new black.
8 years ago
Fredrik Fornwall
46fe48b356
Validate that no hard links exists in package
8 years ago
Matthew Klein
a582e5fcb4
Add PowerShell script to run Docker ( #815 )
* Add .gitattributes file
* Add PowerShell script to run Docker
8 years ago
Fredrik Fornwall
b26283d4a7
Update from NDK r13 to r14
For those using Docker build environments: run scripts/update-docker.sh
to pull the latest Docker image with r14 installed.
Otherwise, remove the $NDK directory (defaults to
$HOME/lib/android-ndk if not setup in the environment) and run
scripts/setup-android-sdk.sh to setup a r14 installation.
8 years ago
Fredrik Fornwall
c197515d23
netpbm: Update from r2831 to r2901
8 years ago