aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-05-27 02:22:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-05-27 03:01:27 +0000
commit0d5f0ec8304d07f7138b5a3972ec72c48d4fd03b (patch)
treed520facd49cf5d9c9fba6858d50770cac070c44a
parent3aa0f5119b1a18f96d7e2b02aa39e7bb8b3d4c9b (diff)
downloadports-0d5f0ec8304d07f7138b5a3972ec72c48d4fd03b.tar.gz
ports-0d5f0ec8304d07f7138b5a3972ec72c48d4fd03b.zip
x11/phosh: add missing dependency after 5e9ec28809ec
(phosh:1234): GLib-GIO-ERROR **: Settings schema 'org.gnome.shell.keybindings' is not installed
-rw-r--r--x11/phosh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/phosh/Makefile b/x11/phosh/Makefile
index 78e9335d756b..f29f6e1441e2 100644
--- a/x11/phosh/Makefile
+++ b/x11/phosh/Makefile
@@ -1,6 +1,7 @@
PORTNAME= phosh
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
@@ -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