chiark
/
gitweb
/
~mdw
/
termux-packages
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pass: Add comment on why we depend on coreutils
[termux-packages]
/
scripts
/
setup-ubuntu.sh
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index 7d2c4aac6ade991db623dff209d6442e434dc481..5c1b0f722581468d1e880b12ae5d5df3a17fec26 100755
(executable)
--- a/
scripts/setup-ubuntu.sh
+++ b/
scripts/setup-ubuntu.sh
@@
-2,33
+2,40
@@
set -e -u
PACKAGES=""
set -e -u
PACKAGES=""
-PACKAGES+=" ant" # Used by
jack and apt
signer.
+PACKAGES+=" ant" # Used by
apk
signer.
PACKAGES+=" asciidoc"
PACKAGES+=" automake"
PACKAGES+=" bison"
PACKAGES+=" clang" # Used by golang, useful to have same compiler building.
PACKAGES+=" curl" # Used for fetching sources.
PACKAGES+=" asciidoc"
PACKAGES+=" automake"
PACKAGES+=" bison"
PACKAGES+=" clang" # Used by golang, useful to have same compiler building.
PACKAGES+=" curl" # Used for fetching sources.
+PACKAGES+=" ed" # Used by bc
PACKAGES+=" flex"
PACKAGES+=" flex"
+PACKAGES+=" g++-multilib" # For building nodejs-current mkpeephole for 32-bit arm and i686.
PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses.
PACKAGES+=" git" # Used by the neovim build.
PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses.
PACKAGES+=" git" # Used by the neovim build.
+PACKAGES+=" gperf" # Used by the fontconfig build.
PACKAGES+=" help2man"
PACKAGES+=" intltool" # Used by qalc 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+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses.
+PACKAGES+=" libgnutls28-dev" # Needed by native build step of mariadb.
PACKAGES+=" libtool-bin"
PACKAGES+=" libtool-bin"
+PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
PACKAGES+=" lzip"
PACKAGES+=" python3.6"
PACKAGES+=" lzip"
PACKAGES+=" python3.6"
-PACKAGES+=" subversion" # Used by the netpbm build.
PACKAGES+=" tar"
PACKAGES+=" unzip"
PACKAGES+=" m4"
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+=" 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+=" python3-sphinx" # Needed by notmuch man page generation.
PACKAGES+=" scons"
PACKAGES+=" texinfo"
PACKAGES+=" xmlto"
PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses.
PACKAGES+=" scons"
PACKAGES+=" texinfo"
PACKAGES+=" xmlto"
PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses.
+PACKAGES+=" libexpat1-dev" # Needed by ghostscript
+PACKAGES+=" libjpeg-dev" # Needed by ghostscript
DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq $PACKAGES
DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq $PACKAGES