summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-10-05 19:01:48 +0200
committerNicola Murino2023-10-05 19:01:48 +0200
commite744c0f0c6bf61a5101168693dbd3c849815ff6e (patch)
tree587fb74a46e3cf9976aaf4a39cd7ef793154785c
parent9fe5c9499298a5ed1cfd99ce0df84885bc176343 (diff)
downloadaur-e744c0f0c6bf61a5101168693dbd3c849815ff6e.tar.gz
2.78.0
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch23
-rw-r--r--PKGBUILD6
3 files changed, 20 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75fd61e015ff..6e0062a72bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glib2
pkgdesc = Low level core library (mingw-w64)
- pkgver = 2.76.4
+ pkgver = 2.78.0
pkgrel = 1
url = https://wiki.gnome.org/Projects/GLib
arch = any
@@ -14,9 +14,9 @@ pkgbase = mingw-w64-glib2
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.gnome.org/sources/glib/2.76/glib-2.76.4.tar.xz
+ source = https://download.gnome.org/sources/glib/2.78/glib-2.78.0.tar.xz
source = 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
- sha256sums = 5a5a191c96836e166a7771f7ea6ca2b0069c603c7da3cba1cd38d1694a395dda
- sha256sums = 6ec972b194efd586558b450f24fea557578d3286462fdbd440576ae0524bc2e0
+ sha256sums = 44eaab8b720877ce303c5540b657b126f12dc94972d9880b52959f43fb537b30
+ sha256sums = 508faf9bafc7426dc35b7574187efeb98a3513e465fc32d507c04d8dab988287
pkgname = mingw-w64-glib2
diff --git a/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch b/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
index 6d2e685cf498..9e5aab54eb32 100644
--- a/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
+++ b/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
@@ -1,13 +1,13 @@
-diff -rupN --no-dereference glib-2.76.0/gio/tests/org.gtk.test.gschema.override.orig glib-2.76.0-new/gio/tests/org.gtk.test.gschema.override.orig
---- glib-2.76.0/gio/tests/org.gtk.test.gschema.override.orig 2023-03-10 15:33:15.000000000 +0100
-+++ glib-2.76.0-new/gio/tests/org.gtk.test.gschema.override.orig 1970-01-01 01:00:00.000000000 +0100
+diff -rupN --no-dereference glib-2.78.0/gio/tests/org.gtk.test.gschema.override.orig glib-2.78.0-new/gio/tests/org.gtk.test.gschema.override.orig
+--- glib-2.78.0/gio/tests/org.gtk.test.gschema.override.orig 2023-09-08 15:42:18.000000000 +0200
++++ glib-2.78.0-new/gio/tests/org.gtk.test.gschema.override.orig 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-[org.gtk.test.per-desktop:GNOME-Classic]
-desktop = "GNOME Classic"
-diff -rupN --no-dereference glib-2.76.0/gio/tests/org.gtk.test.gschema.xml.orig glib-2.76.0-new/gio/tests/org.gtk.test.gschema.xml.orig
---- glib-2.76.0/gio/tests/org.gtk.test.gschema.xml.orig 2023-03-10 15:33:15.000000000 +0100
-+++ glib-2.76.0-new/gio/tests/org.gtk.test.gschema.xml.orig 1970-01-01 01:00:00.000000000 +0100
-@@ -1,222 +0,0 @@
+diff -rupN --no-dereference glib-2.78.0/gio/tests/org.gtk.test.gschema.xml.orig glib-2.78.0-new/gio/tests/org.gtk.test.gschema.xml.orig
+--- glib-2.78.0/gio/tests/org.gtk.test.gschema.xml.orig 2023-09-08 15:42:18.000000000 +0200
++++ glib-2.78.0-new/gio/tests/org.gtk.test.gschema.xml.orig 1970-01-01 01:00:00.000000000 +0100
+@@ -1,225 +0,0 @@
-<schemalist>
-
- <schema id="org.gtk.test" path="/tests/" gettext-domain="test">
@@ -93,6 +93,9 @@ diff -rupN --no-dereference glib-2.76.0/gio/tests/org.gtk.test.gschema.xml.orig
- <key name="backspace" type="s">
- <default l10n="messages" context="keyboard label">"BackSpace"</default>
- </key>
+- <key name="midnight" type="s">
+- <default l10n="time">"12:00 AM"</default>
+- </key>
- </schema>
-
- <schema id="org.gtk.test.binding" path="/tests/binding/">
@@ -230,9 +233,9 @@ diff -rupN --no-dereference glib-2.76.0/gio/tests/org.gtk.test.gschema.xml.orig
- </schema>
-
-</schemalist>
-diff -rupN --no-dereference glib-2.76.0/glib/gstdio.c glib-2.76.0-new/glib/gstdio.c
---- glib-2.76.0/glib/gstdio.c 2023-03-10 15:33:15.000000000 +0100
-+++ glib-2.76.0-new/glib/gstdio.c 2023-03-19 11:46:00.290491195 +0100
+diff -rupN --no-dereference glib-2.78.0/glib/gstdio.c glib-2.78.0-new/glib/gstdio.c
+--- glib-2.78.0/glib/gstdio.c 2023-09-08 15:42:18.000000000 +0200
++++ glib-2.78.0-new/glib/gstdio.c 2023-09-19 11:45:02.396539056 +0200
@@ -1052,6 +1052,11 @@ g_open (const gchar *filename,
int mode)
{
diff --git a/PKGBUILD b/PKGBUILD
index edee72bdaa93..25abd4be3e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Renato Silva <br.renatosilva@gmail.com>
# Contributor: Martchus <martchus@gmx.net>
pkgname=mingw-w64-glib2
-pkgver=2.76.4
+pkgver=2.78.0
pkgrel=1
arch=(any)
pkgdesc="Low level core library (mingw-w64)"
@@ -15,8 +15,8 @@ options=(!strip !buildflags staticlibs !emptydirs)
url="https://wiki.gnome.org/Projects/GLib"
source=("https://download.gnome.org/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz"
"0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch")
-sha256sums=('5a5a191c96836e166a7771f7ea6ca2b0069c603c7da3cba1cd38d1694a395dda'
- '6ec972b194efd586558b450f24fea557578d3286462fdbd440576ae0524bc2e0')
+sha256sums=('44eaab8b720877ce303c5540b657b126f12dc94972d9880b52959f43fb537b30'
+ '508faf9bafc7426dc35b7574187efeb98a3513e465fc32d507c04d8dab988287')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"