summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2022-01-27 20:27:16 -0600
committerdudemanguy2022-01-27 20:27:16 -0600
commite2a088d7ff20f8a9e1009e6ec709b071fad8fa80 (patch)
treeb9bb0a9af2fbce9bd5464059482cae56526d30d7
parenta798079cd846484217dc0058f5d34e4b3fbff2cc (diff)
downloadaur-e2a088d7ff20f8a9e1009e6ec709b071fad8fa80.tar.gz
2.70.3-1
-rw-r--r--.SRCINFO12
-rw-r--r--0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch (renamed from noisy-glib-compile-schemas.diff)17
-rw-r--r--PKGBUILD10
3 files changed, 24 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42230817d85e..5df848fa5c25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = glib2-patched-thumbnailer
pkgdesc = GLib2 patched with ahodesuka's thumbnailer patch.
- pkgver = 2.70.2
- pkgrel = 2
+ pkgver = 2.70.3
+ pkgrel = 1
url = https://gist.github.com/Dudemanguy/d199759b46a79782cc1b301649dec8a5
arch = x86_64
license = LGPL
@@ -25,7 +25,7 @@ pkgbase = glib2-patched-thumbnailer
depends = libffi.so
optdepends = python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
optdepends = libelf: gresource inspection tool
- provides = glib2=2.70.2
+ provides = glib2=2.70.3
provides = libgio-2.0.so
provides = libglib-2.0.so
provides = libgmodule-2.0.so
@@ -33,8 +33,8 @@ pkgbase = glib2-patched-thumbnailer
provides = libgthread-2.0.so
conflicts = glib2
options = !docs
- source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.70.2
- source = noisy-glib-compile-schemas.diff
+ source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.70.3
+ source = 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
source = glib-thumbnailer.patch
source = glib-compile-schemas.hook
source = glib-compile-schemas.hook
@@ -42,7 +42,7 @@ pkgbase = glib2-patched-thumbnailer
source = gio-querymodules.script
validpgpkeys = 923B7025EE03C1C59F42684CF0942E894B2EAFA0
sha256sums = SKIP
- sha256sums = b1cb539389aaabd13671424452f2805112a359b96c9e0e7f80fad804a77f9c7e
+ sha256sums = edb5e34ac0a77431978cab55b98e39754d73455e28a38f5003424e943bbe5fff
sha256sums = 9f055d2a4f3fa08a7f0ca9f233a0ca6925247f572fb6873af7ac1e1f43f23d74
sha256sums = 64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25
sha256sums = 64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25
diff --git a/noisy-glib-compile-schemas.diff b/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
index a21deeebd4dd..7be155bdb7c8 100644
--- a/noisy-glib-compile-schemas.diff
+++ b/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
@@ -1,7 +1,16 @@
-diff --git i/gio/glib-compile-schemas.c w/gio/glib-compile-schemas.c
-index cfea042f8..1b2afe457 100644
---- i/gio/glib-compile-schemas.c
-+++ w/gio/glib-compile-schemas.c
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
+Date: Fri, 7 Jan 2022 18:59:10 +0000
+Subject: [PATCH] glib-compile-schemas: Remove noisy deprecation warnings
+
+---
+ gio/glib-compile-schemas.c | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index 7e1152f6bf45..924a3e7f176a 100644
+--- a/gio/glib-compile-schemas.c
++++ b/gio/glib-compile-schemas.c
@@ -1232,19 +1232,6 @@ parse_state_start_schema (ParseState *state,
return;
}
diff --git a/PKGBUILD b/PKGBUILD
index a00b5481f5d7..7ca04848fee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=glib2-patched-thumbnailer
-pkgver=2.70.2
-pkgrel=2
+pkgver=2.70.3
+pkgrel=1
pkgdesc="GLib2 patched with ahodesuka's thumbnailer patch."
url="https://gist.github.com/Dudemanguy/d199759b46a79782cc1b301649dec8a5"
arch=(x86_64)
@@ -21,12 +21,12 @@ optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-repor
options=('!docs')
license=(LGPL)
source=("git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$pkgver"
- noisy-glib-compile-schemas.diff
+ 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
glib-thumbnailer.patch
glib-compile-schemas.hook
glib-compile-schemas.hook gio-querymodules.{hook,script})
sha256sums=('SKIP'
- 'b1cb539389aaabd13671424452f2805112a359b96c9e0e7f80fad804a77f9c7e'
+ 'edb5e34ac0a77431978cab55b98e39754d73455e28a38f5003424e943bbe5fff'
'9f055d2a4f3fa08a7f0ca9f233a0ca6925247f572fb6873af7ac1e1f43f23d74'
'64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
'64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
@@ -38,7 +38,7 @@ prepare() {
cd glib
# Suppress noise from glib-compile-schemas.hook
- git apply -3 ../noisy-glib-compile-schemas.diff
+ git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
# Apply patch to generate thumbnails
git apply -3 ../glib-thumbnailer.patch