From 98f22d995720e5ab04e1003f581bfd58b942a773 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Fri, 4 Apr 2025 22:25:29 -0700 Subject: [PATCH] Revert "python3-gobject: update to 3.52.3" This reverts commit 0c02a10c96be052a6308f3d8a075e1bb138bf807. python3-gobject 3.52 switches to using libgirepository in glib, however this this breaks libpeas-1's python loader plugin, while this is not an issue in libpeas-2, many applications are still using libpeas-1 with no current plans to migrate. Revert for now until upstreams have more time to handle the change. https://gitlab.gnome.org/GNOME/pygobject/-/issues/686 --- srcpkgs/python3-gobject/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template index 58b5a889815..99221cb9ee1 100644 --- a/srcpkgs/python3-gobject/template +++ b/srcpkgs/python3-gobject/template @@ -1,7 +1,8 @@ # Template file for 'python3-gobject' pkgname=python3-gobject -version=3.52.3 -revision=1 +reverts="3.52.3_1" +version=3.50.0 +revision=3 build_style=meson build_helper="gir" configure_args="-Dpython=python${py3_ver}" @@ -14,8 +15,8 @@ maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://pygobject.readthedocs.io/" changelog="https://pygobject.readthedocs.io/en/latest/changelog.html" -distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.gz" -checksum=00e427d291e957462a8fad659a9f9c8be776ff82a8b76bdf402f1eaeec086d82 +distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.xz" +checksum=8d836e75b5a881d457ee1622cae4a32bcdba28a0ba562193adb3bbb472472212 make_check_pre="xvfb-run" python3-gobject-devel_package() {