X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/eb5f02a8ceeaa1fec1bcca788159d01362dd921b..ee6a231c325851a19562502a83c4ed8ac9b0f3be:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 2d5f6796..89dfe3fb 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -12,9 +12,11 @@ PACKAGES+=" ed" # Used by bc PACKAGES+=" flex" 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+=" 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+=" libncurses5-dev" # Used by mariadb for host build part. PACKAGES+=" lzip" @@ -26,6 +28,7 @@ PACKAGES+=" openjdk-8-jdk-headless" # Used for android-sdk. PACKAGES+=" pkg-config" 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"