Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 08:52:18 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db1b4136dc25 - main - x11/lightdm-gtk-greeter: Fix some dependency issues
Message-ID:  <202105250852.14P8qIuL093330@gitrepo.freebsd.org>

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

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

commit db1b4136dc256c83a2721c4027ba2e198a536730
Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
AuthorDate: 2021-05-25 08:49:31 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2021-05-25 08:51:39 +0000

    x11/lightdm-gtk-greeter: Fix some dependency issues
    
    - Add explicit dependency on accessibility/at-spi2-core
    - Disable indicator-services-command option, which tries to launch
      systemd
    
    PR:             254469
---
 x11/lightdm-gtk-greeter/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/x11/lightdm-gtk-greeter/Makefile b/x11/lightdm-gtk-greeter/Makefile
index a88c20374955..b61ab57e96a9 100644
--- a/x11/lightdm-gtk-greeter/Makefile
+++ b/x11/lightdm-gtk-greeter/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	lightdm-gtk-greeter
 PORTVERSION=	2.0.8
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	https://github.com/Xubuntu/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
 
@@ -13,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	xdt-csource:devel/xfce4-dev-tools
 LIB_DEPENDS=	liblightdm-gobject-1.so:x11/lightdm
+RUN_DEPENDS=	at-spi2-core>0:accessibility/at-spi2-core
 
 USES=		gettext gmake gnome localbase pkgconfig xorg
 USE_CSTD=	c99
@@ -22,6 +24,9 @@ USE_XORG=	x11
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 
+CONFIGURE_ARGS+=--disable-indicator-services-command \
+	--enable-at-spi-command=${LOCALBASE}/libexec/at-spi-bus-launcher
+
 OPTIONS_DEFINE=	DOCS
 
 post-install:



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