Dear Maintainer, I am on 13.2-RELEASE-p1 and Curtail fails to run with the following output: ``` $ curtail Traceback (most recent call last): File "/usr/local/bin/curtail", line 42, in <module> from curtail import main File "/usr/local/share/curtail/curtail/main.py", line 22, in <module> gi.require_version('Adw', '1') File "/usr/local/lib/python3.9/site-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Adw not available ``` Can't provide any patch, sorry. Best regards, Freezr
Hi freezr, Thanks for your report! This bug is now fixed. best, Yuri
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=02fdf46ac69724677baff1c9aeadb4689dc6ed81 commit 02fdf46ac69724677baff1c9aeadb4689dc6ed81 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-28 04:55:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-28 04:55:22 +0000 graphics/curtail: Add missing dependency PR: 272263 Reported by: freezr <freezr@mailbox.org> graphics/curtail/Makefile | 2 ++ 1 file changed, 2 insertions(+)
Nice! Thank you very much!
(In reply to freezr from comment #3) You are very welcome!