mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
7a8bda4721
Fixes a segfault. ok robert@ (maintainer)
51 lines
1.1 KiB
Makefile
51 lines
1.1 KiB
Makefile
# XXX fix change password (gnome-cc run-passwd.c: argv[0]);
|
|
# see patches/patch-src_libaccountsservice_act-user_c
|
|
|
|
COMMENT= D-Bus interface for user account query and manipulation
|
|
|
|
DISTNAME= accountsservice-23.13.9
|
|
EXTRACT_SUFX= .tar.xz
|
|
REVISION= 1
|
|
|
|
SHARED_LIBS += accountsservice 0.1 # 0.0.0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://cgit.freedesktop.org/accountsservice/
|
|
|
|
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c consolekit gio-2.0 glib-2.0 gobject-2.0 intl polkit-gobject-1
|
|
|
|
SITES= http://www.freedesktop.org/software/accountsservice/
|
|
|
|
MODULES= devel/meson
|
|
|
|
BUILD_DEPENDS= devel/gettext,-tools \
|
|
devel/gobject-introspection \
|
|
lang/vala
|
|
|
|
LIB_DEPENDS= sysutils/consolekit>=1.2.4p4 \
|
|
sysutils/polkit
|
|
|
|
# polkit(8) almost always needs to know the "active" session
|
|
RUN_DEPENDS += sysutils/consolekit
|
|
|
|
# /usr/local/share/dbus-1/system-services/
|
|
RUN_DEPENDS += x11/dbus,-suid
|
|
|
|
CONFIGURE_ARGS= -Dsystemdsystemunitdir=no \
|
|
-Dadmin_group=wheel \
|
|
-Dminimum_uid=1000 \
|
|
-Dconsolekit=true
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
post-install:
|
|
rm -r ${WRKINST}/var/lib
|
|
|
|
.include <bsd.port.mk>
|