Skip to content

Commit

Permalink
x11/phosh: add missing dependency after 5e9ec28
Browse files Browse the repository at this point in the history
(phosh:1234): GLib-GIO-ERROR **: Settings schema 'org.gnome.shell.keybindings' is not installed
  • Loading branch information
jbeich committed May 27, 2021
1 parent 3aa0f51 commit 0d5f0ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x11/phosh/Makefile
@@ -1,6 +1,7 @@
PORTNAME= phosh
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= x11

MAINTAINER= jbeich@FreeBSD.org
Expand All @@ -18,7 +19,8 @@ LIB_DEPENDS= libfeedback-0.0.so:accessibility/feedbackd \
libupower-glib.so:sysutils/upower \
libhandy-1.so:x11-toolkits/libhandy
RUN_DEPENDS= phoc:x11-wm/phoc \
gnome-session:x11/gnome-session
gnome-session:x11/gnome-session \
${LOCALBASE}/share/glib-2.0/schemas/org.gnome.shell.gschema.xml:x11/gnome-shell

USES= compiler:c11 gettext gnome meson pkgconfig python:build shebangfix
USE_GITLAB= yes
Expand Down

0 comments on commit 0d5f0ec

Please sign in to comment.