gtk+3 3.22.6

This commit is contained in:
Tom Schoonjans
2017-01-18 11:03:22 +00:00
parent cc82f4c746
commit e4c1944e2d
269 changed files with 318 additions and 165 deletions

View File

@@ -131,7 +131,7 @@ find $INSTALL_SRC_LIB/gtk-2.0 -name *.dll.a -type f -delete
cd $INSTALL_SRC_MSYS2_LIB/gdk-pixbuf-2.0
cp -r ./ $INSTALL_SRC_LIB/gdk-pixbuf-2.0
# Delete static libraries
find $INSTALL_SRC_LIB/gdk-pixbuf-2.0 -name *.dll.a -type f -delete
find $INSTALL_SRC_LIB/gdk-pixbuf-2.0 -name *.a -type f -delete
# Copy /share/locale/locale.alias
cp $INSTALL_SRC_MSYS2/share/locale/locale.alias $INSTALL_SRC_DIR/share/locale