mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/accountsservice: Add VAPI option
PR: 285288
This commit is contained in:
parent
f87670494f
commit
4cf452d1bb
2 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= accountsservice
|
||||
PORTVERSION= 23.13.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils devel
|
||||
MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME}/
|
||||
|
||||
|
@ -23,7 +23,6 @@ MESON_ARGS= -Dconsolekit=true \
|
|||
-Dgdmconffile=${LOCALBASE}/etc/gdm/custom.conf \
|
||||
-Dlightdmconffile=${LOCALBASE}/etc/lightdm/lightdm.conf \
|
||||
-Dsystemdsystemunitdir=no \
|
||||
-Dvapi=false \
|
||||
-Dtests=false
|
||||
|
||||
USE_GITLAB= yes
|
||||
|
@ -31,4 +30,11 @@ GL_SITE= https://gitlab.freedesktop.org
|
|||
GL_ACCOUNT= arrowd
|
||||
GL_TAGNAME= 665c4390164f47283f234970087105e52245ae67
|
||||
|
||||
OPTIONS_DEFINE= VAPI
|
||||
OPTIONS_DEFAULT= VAPI
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
VAPI_USES= vala:build
|
||||
VAPI_MESON_TRUE= vapi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -90,6 +90,8 @@ share/locale/zh_CN/LC_MESSAGES/accounts-service.mo
|
|||
share/locale/zh_HK/LC_MESSAGES/accounts-service.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/accounts-service.mo
|
||||
share/polkit-1/actions/org.freedesktop.accounts.policy
|
||||
%%VAPI%%share/vala/vapi/accountsservice.deps
|
||||
%%VAPI%%share/vala/vapi/accountsservice.vapi
|
||||
@dir(,,0775) /var/db/AccountsService/icons
|
||||
@dir(,,0700) /var/db/AccountsService/users
|
||||
@dir /var/db/AccountsService
|
||||
|
|
Loading…
Add table
Reference in a new issue