git: db1b4136dc25 - main - x11/lightdm-gtk-greeter: Fix some dependency issues
Guido Falsi
madpilot at FreeBSD.org
Tue May 25 08:52:18 UTC 2021
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db1b4136dc256c83a2721c4027ba2e198a536730
commit db1b4136dc256c83a2721c4027ba2e198a536730
Author: Olivier Duchateau <duchateau.olivier at gmail.com>
AuthorDate: 2021-05-25 08:49:31 +0000
Commit: Guido Falsi <madpilot at 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:
More information about the dev-commits-ports-all
mailing list