Skip to content

Commit

Permalink
irc/polari: add missing USE_GNOME=libadwaita
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vishwin committed Feb 3, 2024
1 parent e99aeb7 commit 5bdf1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions irc/polari/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5bdf1c1

Please sign in to comment.