Commit 4215ba24b5320f7af7da72067d32043db3edaa7a
1 parent
a4b6086a
Exists in
master
and in
5 other branches
Atualizando instalação windows.
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
install-cross.sh
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | -PREFIX="mingw32" | ||
4 | - | ||
5 | install_packages() | 3 | install_packages() |
6 | { | 4 | { |
7 | 5 | ||
8 | TEMPFILE=$(mktemp) | 6 | TEMPFILE=$(mktemp) |
9 | 7 | ||
10 | cat > ${TEMPFILE} << EOF | 8 | cat > ${TEMPFILE} << EOF |
9 | +libopenssl-devel | ||
10 | +libintl-devel | ||
11 | +libepoxy0 | ||
12 | +libgdk_pixbuf-2_0-0 | ||
11 | atk-devel | 13 | atk-devel |
12 | pango-devel | 14 | pango-devel |
13 | win_iconv-devel | 15 | win_iconv-devel |
@@ -17,8 +19,6 @@ cairo-devel | @@ -17,8 +19,6 @@ cairo-devel | ||
17 | freetype-devel | 19 | freetype-devel |
18 | winpthreads-devel | 20 | winpthreads-devel |
19 | gtk3-devel | 21 | gtk3-devel |
20 | -libopenssl-devel | ||
21 | -libintl-devel | ||
22 | cross-gcc-c++ | 22 | cross-gcc-c++ |
23 | cross-pkg-config | 23 | cross-pkg-config |
24 | cross-cpp | 24 | cross-cpp |
@@ -32,7 +32,6 @@ headers | @@ -32,7 +32,6 @@ headers | ||
32 | gnome-icon-theme | 32 | gnome-icon-theme |
33 | hicolor-icon-theme | 33 | hicolor-icon-theme |
34 | gdk-pixbuf-loader-rsvg | 34 | gdk-pixbuf-loader-rsvg |
35 | -libgdk_pixbuf-2_0-0 | ||
36 | gdk-pixbuf-query-loaders | 35 | gdk-pixbuf-query-loaders |
37 | python-devel | 36 | python-devel |
38 | EOF | 37 | EOF |
makegtkruntime.sh.in
@@ -140,6 +140,7 @@ icuuc53.dll | @@ -140,6 +140,7 @@ icuuc53.dll | ||
140 | icudata53.dll | 140 | icudata53.dll |
141 | libgraphite2.dll | 141 | libgraphite2.dll |
142 | librsvg-*.dll | 142 | librsvg-*.dll |
143 | +libepoxy-*.dll | ||
143 | gspawn-win*-helper-console.exe | 144 | gspawn-win*-helper-console.exe |
144 | gspawn-win*-helper.exe | 145 | gspawn-win*-helper.exe |
145 | gdk-pixbuf-query-loaders.exe | 146 | gdk-pixbuf-query-loaders.exe |