git: 5bdf1c1972b1 - main - irc/polari: add missing USE_GNOME=libadwaita
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 21:41:51 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bdf1c1972b1fa42e9094f136e35e81e44f4ebca commit 5bdf1c1972b1fa42e9094f136e35e81e44f4ebca Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-02-03 21:38:20 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-02-03 21:38:20 +0000 irc/polari: add missing USE_GNOME=libadwaita Otherwise fails to run: % polari (polari:36417): Gjs-CRITICAL **: 16:32:52.548: JS ERROR: Error: Requiring Adw, version none: Typelib file for namespace 'Adw' (any version) not found require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28 @gi://Adw:3:25 ** Message: 16:32:52.550: Execution of main.js threw exception: Module <main> threw an exception --- irc/polari/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc/polari/Makefile b/irc/polari/Makefile index d295ef6da844..6b86d8bd7081 100644 --- a/irc/polari/Makefile +++ b/irc/polari/Makefile @@ -1,6 +1,6 @@ PORTNAME= polari PORTVERSION= 42.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -26,7 +26,7 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gnome localbase \ meson pkgconfig tar:xz -USE_GNOME= cairo gtk30 introspection +USE_GNOME= cairo gtk30 introspection libadwaita USE_LDCONFIG= yes GLIB_SCHEMAS= org.gnome.Polari.gschema.xml