[Bug 293744] deskutils/rednotebook fails to open due to change in GIRepository version available
Date: Thu, 12 Mar 2026 00:17:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293744
--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
While here fix warnings from portclippy:
@@ -1,7 +1,6 @@
PORTNAME= rednotebook
DISTVERSIONPREFIX=v
-DISTVERSION= 2.31
-PORTREVISION= 4
+DISTVERSION= 2.42
CATEGORIES= deskutils
MAINTAINER= cth-freebsd@pm.me
@@ -10,13 +9,14 @@ WWW= https://rednotebook.app
LICENSE= GPLv3+
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}
LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}
USES= gettext-tools:build gnome python
-USE_GNOME= gtk30 gtksourceview3
USE_GITHUB= yes
GH_ACCOUNT= jendrikseipp
+USE_GNOME= gtk30 gtksourceview3
+USE_PYTHON= distutils
NO_ARCH= yes
@@ -25,9 +25,7 @@ OPTIONS_DEFAULT= ENCHANT
OPTIONS_SUB= yes
ENCHANT_DESC= Use PyEnchant for spell checking
ENCHANT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>=1.6:textproc/py-enchant
-NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
-
-USE_PYTHON= distutils
+NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
--
You are receiving this mail because:
You are the assignee for the bug.