diff options
author | rm <rm@FreeBSD.org> | 2016-03-06 03:09:19 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-03-06 03:09:19 +0800 |
commit | f5b9ac09cba433fb8cfe6dfebe26f8a7e049be21 (patch) | |
tree | e8715b5f6c8f826913f4d5dd1962c907def9b190 /x11 | |
parent | c193717f83830fd73579bbbfd36e6a926d6f3750 (diff) | |
download | freebsd-ports-gnome-f5b9ac09cba433fb8cfe6dfebe26f8a7e049be21.tar.gz freebsd-ports-gnome-f5b9ac09cba433fb8cfe6dfebe26f8a7e049be21.tar.zst freebsd-ports-gnome-f5b9ac09cba433fb8cfe6dfebe26f8a7e049be21.zip |
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
Diffstat (limited to 'x11')
-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 |