svn commit: r410202 - head/x11/gnome-shell

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Mar 5 19:09:20 UTC 2016


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
 


More information about the svn-ports-all mailing list