From 26b5d7dfffcec812a28b5c485a867e5cfee9e4db Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 8 Jun 2018 12:19:31 +0800 Subject: [PATCH] Remove glib-zip.in We have not updated nor used this script for a long time, and nowadays Meson makes it much easier to build on Windows for either Visual Studio or MinGW, even straight from a GIT checkout, so it's about time that we drop the glib-zip script from the source tree. --- .gitignore | 1 - Makefile.am | 1 - configure.ac | 4 +-- glib-zip.in | 94 ---------------------------------------------------- meson.build | 2 -- 5 files changed, 1 insertion(+), 101 deletions(-) delete mode 100755 glib-zip.in diff --git a/.gitignore b/.gitignore index 4443f04d3..d390fd084 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,6 @@ mingw32-config.cache missing install-sh glib-gettextize -glib-zip gtk-doc.make py-compile test-driver diff --git a/Makefile.am b/Makefile.am index ae6cb3d4e..6aedcef2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,6 @@ EXTRA_DIST += \ ChangeLog.pre-2-2 \ ChangeLog.pre-2-0 \ ChangeLog.pre-1-2 \ - glib-zip.in \ NEWS.pre-1-3 \ acglib.m4 \ sanity_check \ diff --git a/configure.ac b/configure.ac index 5804d8020..bbd54ee38 100644 --- a/configure.ac +++ b/configure.ac @@ -3459,7 +3459,6 @@ gobject-2.0.pc gio-2.0.pc gio-unix-2.0.pc gio-windows-2.0.pc -glib-zip glib-gettextize Makefile build/Makefile @@ -3511,8 +3510,7 @@ subprojects/Makefile # We need this command because the configure script will not preserve # the same attributes of the template files AC_CONFIG_COMMANDS([chmod-scripts], -[chmod 0755 glib-zip -chmod 0755 glib-gettextize +[chmod 0755 glib-gettextize chmod 0755 gobject/glib-genmarshal chmod 0755 gobject/glib-mkenums]) diff --git a/glib-zip.in b/glib-zip.in deleted file mode 100755 index 40d3c6722..000000000 --- a/glib-zip.in +++ /dev/null @@ -1,94 +0,0 @@ -#!/bin/sh - -# Build zipfiles for GLib on Win32: Separate runtime and developer ones. -# After running make install, run this. - -ZIP=/tmp/glib-@GLIB_VERSION@.zip -DEVZIP=/tmp/glib-dev-@GLIB_VERSION@.zip - -cd @prefix@ - -mkdir -p share/doc/glib-@GLIB_VERSION@ -cp -p @abs_srcdir@/COPYING share/doc/glib-@GLIB_VERSION@ - -mkdir -p share/doc/glib-dev-@GLIB_VERSION@ -cp -p @abs_srcdir@/COPYING share/doc/glib-dev-@GLIB_VERSION@ - -if test @LIB_EXE_MACHINE_FLAG@ = X64; then - helperbits=64 -else - helperbits=32 -fi - -rm $ZIP -zip $ZIP -@ <