1.16.1 as packaged is incompatible with the current python-gobject
Description:
I realized after I had made the merge request that it was building against the wrong girepository. I marked the merge request as not ready while I was working on the issue. It was marked ready and merged by the package maintainer. Please do not make a release of the current PKGBUILD before it has been adjusted to link against girepository 2.0 and to stop linking against girepository 1.0.
Additional info:
- liferea 1.16.1-1
- Build fails with girepository 2.0
- pygobject#3
Steps to reproduce:
- Build and install the current PKGBUILD
- Start liferea
- Observe hang.
$ liferea
/usr/lib/python3.13/site-packages/gi/module.py:57: Warning: cannot register existing type 'GIRepository'
repository = Repository.get_default()
/usr/lib/python3.13/site-packages/gi/module.py:57: Warning: g_once_init_leave_pointer: assertion 'result != 0' failed
repository = Repository.get_default()
/usr/lib/python3.13/site-packages/gi/module.py:57: Warning: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
repository = Repository.get_default()