Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2016 19:09:19 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410202 - head/x11/gnome-shell
Message-ID:  <201603051909.u25J9JZh028953@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Mar  5 19:09:19 2016
New Revision: 410202
URL: https://svnweb.freebsd.org/changeset/ports/410202

Log:
  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

Modified:
  head/x11/gnome-shell/Makefile

Modified: head/x11/gnome-shell/Makefile
==============================================================================
--- head/x11/gnome-shell/Makefile	Sat Mar  5 19:07:33 2016	(r410201)
+++ head/x11/gnome-shell/Makefile	Sat Mar  5 19:09:19 2016	(r410202)
@@ -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.s
 		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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603051909.u25J9JZh028953>