X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ba198479a392de39eeabeca643ed7e9223a3c4a0..b9fd243e354324850f35d05db773f8bfdac99e0d:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 08a3912b..657134da 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -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"