setup-ubuntu.sh: libncurses5-dev used by mariadb
[termux-packages] / scripts / setup-ubuntu.sh
index 7d2c4aa..8e72cf5 100755 (executable)
@@ -2,7 +2,7 @@
 set -e -u
 
 PACKAGES=""
-PACKAGES+=" ant" # Used by jack and aptsigner.
+PACKAGES+=" ant" # Used by apksigner.
 PACKAGES+=" asciidoc"
 PACKAGES+=" automake"
 PACKAGES+=" bison"
@@ -13,18 +13,18 @@ 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+=" libncurses5-dev" # Used by mariadb for host build part.
 PACKAGES+=" lzip"
 PACKAGES+=" python3.6"
-PACKAGES+=" subversion" # Used by the netpbm build.
 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"