glib2: Update to 2.62.1

This commit is contained in:
Alexey Pavlov
2019-10-04 20:46:42 +03:00
parent f381daefe8
commit 106b40e2ad
2 changed files with 2 additions and 19 deletions

View File

@@ -1,13 +0,0 @@
--- glib-2.62.0/docs/reference/gio/meson.build.orig 2019-09-06 19:31:19.266531200 +0200
+++ glib-2.62.0/docs/reference/gio/meson.build 2019-09-06 19:31:31.986119500 +0200
@@ -144,8 +144,8 @@
concat_files_helper = find_program('concat-files-helper.py')
configure_file(
output : 'gio-sections.txt',
- input : sections_files,
- command : [concat_files_helper, '@OUTPUT@', '@INPUT@'],
+ input : sections_files[0],
+ command : [concat_files_helper, '@OUTPUT@'] + sections_files,
)
configure_file(

View File

@@ -6,7 +6,7 @@
_realname=glib2
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.62.0
pkgver=2.62.1
pkgrel=1
url="https://www.gtk.org/"
arch=('any')
@@ -27,13 +27,11 @@ source=("https://download.gnome.org/sources/glib/${pkgver%.*}/glib-${pkgver}.tar
0001-Update-g_fopen-g_open-and-g_creat-to-open-with-FILE_.patch
0001-win32-Make-the-static-build-work-with-MinGW-when-pos.patch
0001-disable-some-tests-when-static.patch
0001-fix-gio-docs-build.patch
pyscript2exe.py)
sha256sums=('6c257205a0a343b662c9961a58bb4ba1f1e31c82f5c6b909ec741194abc3da10'
sha256sums=('3dd9024e1d0872a6da7ac509937ccf997161b11d7d35be337c7e829cbae0f9df'
'51d02360a1ee978fd45e77b84bca9cfbcf080d91986b5c0efe0732779c6a54ec'
'1e3ac7cfd4644f3849704e54fcfbb12d15440a33cd5c2d014d4a479c6aaab185'
'0f44135a139e3951c4b5fa7d4628d75226e0666d891faf524777e1d1ec3b440b'
'34711baef86fe586c914cd857eb0eb4afb82f6a19ade9d6aed9b6b4ffdd07b50'
'00e03a8b9d45e620c6fabbf96f5ccb41d1e49cc9b35ccb846d423f235ad5bec6')
prepare() {
@@ -42,8 +40,6 @@ prepare() {
patch -Np1 -i "${srcdir}"/0001-Update-g_fopen-g_open-and-g_creat-to-open-with-FILE_.patch
patch -Np1 -i "${srcdir}"/0001-win32-Make-the-static-build-work-with-MinGW-when-pos.patch
patch -Np1 -i "${srcdir}"/0001-disable-some-tests-when-static.patch
# https://gitlab.gnome.org/GNOME/glib/issues/1888
patch -Np1 -i "${srcdir}"/0001-fix-gio-docs-build.patch
}
build() {