diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-03-05 19:09:19 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-03-05 19:09:19 +0000 |
commit | e74ebe6227fd48ddeac04a652f5fafd68476eabe (patch) | |
tree | e8715b5f6c8f826913f4d5dd1962c907def9b190 /x11/gnome-shell | |
parent | 26372dce2a49e30c94c1f4265ef32723b31ec6bb (diff) |
x11/gnome-shell: add missing runtime dependency upon x11/libgnomekbd
x11/gnome-shell lacks dependency on x11/libgnomekbd. Here is how it can be
checked out:
1. Click on language indicator on panel
2. Click on 'Show keyboard layout' button
You'll get this error message:
Execution of "gkbd-keyboard-display" failed: Command not found
Installing of x11/libgnomekbd resolves the issue.
PR: 207300
With hat: gnome
MFH: 2016Q1
Notes
Notes:
svn path=/head/; revision=410202
Diffstat (limited to 'x11/gnome-shell')
-rw-r--r-- | x11/gnome-shell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 8e5cf98136ab..3d79a649308c 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-shell PORTVERSION= 3.18.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -28,7 +29,8 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libgjs.so:${PORTSDIR}/lang/gjs RUN_DEPENDS= py*-dbus>=0:${PORTSDIR}/devel/py-dbus \ gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ - ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss + ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ + gkbd-keyboard-display>0:${PORTSDIR}/x11/libgnomekbd PORTSCOUT= limitw:1,even |