mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 12:20:52 +00:00
Make ubuntu 17.04 the reference build environment
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# docker push termux/package-builder
|
||||
# This is done after changing this file or any of the
|
||||
# scripts/setup-{ubuntu,android-sdk}.sh setup scripts.
|
||||
FROM ubuntu:16.10
|
||||
FROM ubuntu:17.04
|
||||
|
||||
# Fix locale to avoid warnings:
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
2
scripts/Vagrantfile
vendored
2
scripts/Vagrantfile
vendored
@@ -3,7 +3,7 @@
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
|
||||
config.vm.box = "ubuntu/yakkety64"
|
||||
config.vm.box = "ubuntu/zesty64"
|
||||
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
# Customize the amount of memory on the VM
|
||||
|
||||
@@ -13,7 +13,6 @@ PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses.
|
||||
PACKAGES+=" git" # Used by the neovim build.
|
||||
PACKAGES+=" help2man"
|
||||
PACKAGES+=" intltool" # Used by qalc build.
|
||||
PACKAGES+=" libgdk-pixbuf2.0-dev" # Provides 'gkd-pixbuf-query-loaders' which the librsvg build uses.
|
||||
PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses.
|
||||
PACKAGES+=" libtool-bin"
|
||||
PACKAGES+=" lzip"
|
||||
@@ -21,9 +20,10 @@ PACKAGES+=" python3.6"
|
||||
PACKAGES+=" tar"
|
||||
PACKAGES+=" unzip"
|
||||
PACKAGES+=" m4"
|
||||
PACKAGES+=" openjdk-8-jdk" # Used for android-sdk.
|
||||
PACKAGES+=" openjdk-8-jdk-headless" # Used for android-sdk.
|
||||
PACKAGES+=" pkg-config"
|
||||
PACKAGES+=" python-docutils" # For rst2man, used by mpv.
|
||||
PACKAGES+=" python3-docutils" # For rst2man, used by mpv.
|
||||
PACKAGES+=" python3-setuptools" # Needed by at least asciinema.
|
||||
PACKAGES+=" scons"
|
||||
PACKAGES+=" texinfo"
|
||||
PACKAGES+=" xmlto"
|
||||
|
||||
Reference in New Issue
Block a user