Skip to content

Commit

Permalink
Sort AIO prerequisites + remove unneeded
Browse files Browse the repository at this point in the history
* intltool and subversion are unneeded
* mingw-w64-x86_64-osm-gps-map was there twice
  • Loading branch information
André Apitzsch authored and Nick-Hall committed Apr 15, 2024
1 parent 3442876 commit b033316
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion aio/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,40 @@
#
# install prerequisites
## prerequisites in msys packages
pacman -S --needed --noconfirm mingw-w64-x86_64-python mingw-w64-x86_64-python-pip mingw-w64-x86_64-gexiv2 mingw-w64-x86_64-ghostscript mingw-w64-x86_64-python-cairo mingw-w64-x86_64-python-gobject mingw-w64-x86_64-python-icu mingw-w64-x86_64-iso-codes mingw-w64-x86_64-hunspell mingw-w64-x86_64-enchant perl-XML-Parser intltool mingw-w64-x86_64-python-lxml mingw-w64-x86_64-python-jsonschema mingw-w64-x86_64-gspell mingw-w64-x86_64-geocode-glib mingw-w64-x86_64-python-pillow git mingw-w64-x86_64-graphviz mingw-w64-x86_64-goocanvas mingw-w64-x86_64-osm-gps-map base-devel subversion mingw-w64-x86_64-python-graphviz mingw-w64-x86_64-osm-gps-map mingw-w64-x86_64-nsis mingw-w64-x86_64-python-cx-freeze mingw-w64-x86_64-python-requests mingw-w64-x86_64-adwaita-icon-theme mingw-w64-x86_64-python-networkx mingw-w64-x86_64-python-psycopg2 upx mingw-w64-x86_64-python-packaging unzip mingw-w64-x86_64-python-nose mingw-w64-x86_64-python-wheel
pacman -S --needed --noconfirm \
base-devel \
git \
mingw-w64-x86_64-adwaita-icon-theme \
mingw-w64-x86_64-enchant \
mingw-w64-x86_64-geocode-glib \
mingw-w64-x86_64-gexiv2 \
mingw-w64-x86_64-ghostscript \
mingw-w64-x86_64-goocanvas \
mingw-w64-x86_64-graphviz \
mingw-w64-x86_64-gspell \
mingw-w64-x86_64-hunspell \
mingw-w64-x86_64-iso-codes \
mingw-w64-x86_64-nsis \
mingw-w64-x86_64-osm-gps-map \
mingw-w64-x86_64-python \
mingw-w64-x86_64-python-cairo \
mingw-w64-x86_64-python-cx-freeze \
mingw-w64-x86_64-python-gobject \
mingw-w64-x86_64-python-graphviz \
mingw-w64-x86_64-python-icu \
mingw-w64-x86_64-python-jsonschema \
mingw-w64-x86_64-python-lxml \
mingw-w64-x86_64-python-networkx \
mingw-w64-x86_64-python-nose \
mingw-w64-x86_64-python-packaging \
mingw-w64-x86_64-python-pillow \
mingw-w64-x86_64-python-pip \
mingw-w64-x86_64-python-psycopg2 \
mingw-w64-x86_64-python-requests \
mingw-w64-x86_64-python-wheel \
perl-XML-Parser \
unzip \
upx
pacman -S --needed --noconfirm mingw-w64-x86_64-toolchain

wget -N https://github.com/bpisoj/MINGW-packages/releases/download/v5.0/mingw-w64-x86_64-db-6.0.30-1-any.pkg.tar.xz
Expand Down

0 comments on commit b033316

Please sign in to comment.