mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
fa6b589dc7
In ffb1311e56
the port was updated to
0.6.55, which unfortunately broke some functionality in gdm.
Add the patch from OpenBSD to fix this.
Reported by: rm
Obtained from: https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/sysutils/accountsservice/patches/patch-src_libaccountsservice_act-user-manager_c
PR: 249445
29 lines
766 B
Makefile
29 lines
766 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
PORTNAME= accountsservice
|
|
PORTVERSION= 0.6.55
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils devel
|
|
MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= D-Bus interface for user account query and manipulation
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= dbus>0:devel/dbus
|
|
LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit
|
|
|
|
USES= cpe gettext gnome localbase:ldflags meson pkgconfig tar:xz
|
|
CPE_VENDOR= freedesktop
|
|
USE_GNOME= glib20 intltool libxslt introspection:build
|
|
USE_LDCONFIG= yes
|
|
MESON_ARGS= -Delogind=false \
|
|
-Dgdmconffile=${LOCALBASE}/etc/gdm/custom.conf \
|
|
-Dlocalstatedir=/var \
|
|
-Dsystemd=false \
|
|
-Dsystemdsystemunitdir=no
|
|
|
|
.include <bsd.port.mk>
|