git: 1660b92d6953 - main - x11/gnome-shell: reintroduce dependency upon x11/libgnomekbd

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue May 4 10:25:11 UTC 2021


The branch main has been updated by rm:

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

commit 1660b92d6953a5ca0ca5eb8b25cf04c0c929c983
Author:     Ruslan Makhmatkhanov <rm at FreeBSD.org>
AuthorDate: 2021-05-04 10:24:18 +0000
Commit:     Ruslan Makhmatkhanov <rm at 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


More information about the dev-commits-ports-all mailing list