Skip to content

Commit

Permalink
Windows: Update indirect dependencies for bundle creation
Browse files Browse the repository at this point in the history
Pango now requires fribidi, so we need to install it.
Update the download URL for UnxUtils.
Remove unnecessary cmake files after installation.
  • Loading branch information
eht16 committed Aug 19, 2018
1 parent 3d280fe commit 6062143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/gtk-bundle-from-msys2.sh
Expand Up @@ -12,7 +12,7 @@ make_zip="no"
gtkv="3"
run_pi="y"

UNX_UTILS_URL="http://unxutils.sourceforge.net/UnxUpdates.zip"
UNX_UTILS_URL="https://download.geany.org/contrib/UnxUpdates.zip"
# path to an installation of a MSYS2 installation in the native architecture matching $ABI
# leave empty if the script is called already from the same MSYS2 architecture as $ABI
MSYS2_ABI_PATH="/c/msys32"
Expand Down Expand Up @@ -43,6 +43,7 @@ harfbuzz
fontconfig
freetype
atk
fribidi
pango
cairo
pixman
Expand Down Expand Up @@ -175,6 +176,7 @@ cleanup_unnecessary_files() {
rmdir var
# cleanup development and other unnecessary files
rm -rf include
rm -rf lib/cmake
rm -rf lib/gettext
rm -rf lib/libffi-*
rm -rf lib/pkgconfig
Expand Down

0 comments on commit 6062143

Please sign in to comment.