Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2021 10:25:11 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1660b92d6953 - main - x11/gnome-shell: reintroduce dependency upon x11/libgnomekbd
Message-ID:  <202105041025.144APBtt062150@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1660b92d6953a5ca0ca5eb8b25cf04c0c929c983

commit 1660b92d6953a5ca0ca5eb8b25cf04c0c929c983
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2021-05-04 10:24:18 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2021-05-04 10:24:18 +0000

    x11/gnome-shell: reintroduce dependency upon x11/libgnomekbd
    
    It was dropped in 951c1f5d1c735, but it still required at runtime
    to make "show keyboard map" functionality to work as was reported
    in original PR.
    PR:             207300
    Spotted by:     ygy
    With hat:       gnome
---
 x11/gnome-shell/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index 37b3cf00972f..963a6261befb 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnome-shell
 PORTVERSION=	3.36.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -39,6 +39,7 @@ LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification \
 		libgraphene-1.0.so:graphics/graphene \
 		libgnome-autoar-0.so:archivers/gnome-autoar
 RUN_DEPENDS=	gnome-control-center:sysutils/gnome-control-center \
+		gkbd-keyboard-display:x11/libgnomekbd \
 		gdm:x11/gdm
 
 PORTSCOUT=	limitw:1,even



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