Skip to content

Commit b033316

Browse files
André ApitzschNick-Hall
André Apitzsch
authored andcommitted
Sort AIO prerequisites + remove unneeded
* intltool and subversion are unneeded * mingw-w64-x86_64-osm-gps-map was there twice
1 parent 3442876 commit b033316

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

aio/build.sh

+34-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,40 @@
44
#
55
# install prerequisites
66
## prerequisites in msys packages
7-
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
7+
pacman -S --needed --noconfirm \
8+
base-devel \
9+
git \
10+
mingw-w64-x86_64-adwaita-icon-theme \
11+
mingw-w64-x86_64-enchant \
12+
mingw-w64-x86_64-geocode-glib \
13+
mingw-w64-x86_64-gexiv2 \
14+
mingw-w64-x86_64-ghostscript \
15+
mingw-w64-x86_64-goocanvas \
16+
mingw-w64-x86_64-graphviz \
17+
mingw-w64-x86_64-gspell \
18+
mingw-w64-x86_64-hunspell \
19+
mingw-w64-x86_64-iso-codes \
20+
mingw-w64-x86_64-nsis \
21+
mingw-w64-x86_64-osm-gps-map \
22+
mingw-w64-x86_64-python \
23+
mingw-w64-x86_64-python-cairo \
24+
mingw-w64-x86_64-python-cx-freeze \
25+
mingw-w64-x86_64-python-gobject \
26+
mingw-w64-x86_64-python-graphviz \
27+
mingw-w64-x86_64-python-icu \
28+
mingw-w64-x86_64-python-jsonschema \
29+
mingw-w64-x86_64-python-lxml \
30+
mingw-w64-x86_64-python-networkx \
31+
mingw-w64-x86_64-python-nose \
32+
mingw-w64-x86_64-python-packaging \
33+
mingw-w64-x86_64-python-pillow \
34+
mingw-w64-x86_64-python-pip \
35+
mingw-w64-x86_64-python-psycopg2 \
36+
mingw-w64-x86_64-python-requests \
37+
mingw-w64-x86_64-python-wheel \
38+
perl-XML-Parser \
39+
unzip \
40+
upx
841
pacman -S --needed --noconfirm mingw-w64-x86_64-toolchain
942

1043
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

0 commit comments

Comments
 (0)