[arch-commits] Commit in glib2/trunk (2 files)

Jan Steffens heftig at gemini.archlinux.org
Mon May 30 18:44:33 UTC 2022


    Date: Monday, May 30, 2022 @ 18:44:33
  Author: heftig
Revision: 447200

2.72.2-1

Modified:
  glib2/trunk/0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
  glib2/trunk/PKGBUILD

-----------------------------------------------------------------+
 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch |    2 -
 PKGBUILD                                                        |   13 ++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

Modified: 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
===================================================================
--- 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch	2022-05-30 18:39:49 UTC (rev 447199)
+++ 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch	2022-05-30 18:44:33 UTC (rev 447200)
@@ -8,7 +8,7 @@
  1 file changed, 13 deletions(-)
 
 diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
-index 7e1152f6bf45..924a3e7f176a 100644
+index 83184e1e8d67..e575dad294e5 100644
 --- a/gio/glib-compile-schemas.c
 +++ b/gio/glib-compile-schemas.c
 @@ -1232,19 +1232,6 @@ parse_state_start_schema (ParseState  *state,

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-30 18:39:49 UTC (rev 447199)
+++ PKGBUILD	2022-05-30 18:44:33 UTC (rev 447200)
@@ -3,7 +3,7 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.72.1
+pkgver=2.72.2
 pkgrel=1
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib"
@@ -14,16 +14,21 @@
              meson dbus)
 checkdepends=(desktop-file-utils)
 options=(debug)
-source=("git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$pkgver"
+_commit=a2e950a0210012bd5aa29a6617dfb9d3c8b7a867  # tags/2.72.2^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
         0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
         glib-compile-schemas.hook gio-querymodules.{hook,script})
 sha256sums=('SKIP'
-            'edb5e34ac0a77431978cab55b98e39754d73455e28a38f5003424e943bbe5fff'
+            'f410289d8acf787cf0fc512efe5622d4bbd574c032e3ee0efd9cae2155b2c3dc'
             '64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
             '2a9f9b8235f48e3b7d0f6cfcbc76cd2116c45f28692cac4bd61074c495bd5eb7'
             '92d08db5aa30bda276bc3d718e7ff9dd01dc40dcab45b359182dcc290054e24e')
-validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0') # Philip Withnall (https://endlessos.org/) <pwithnall at endlessos.org>
 
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
 prepare() {
   cd glib
 



More information about the arch-commits mailing list