Tweak org.freedesktop.secrets comment; no change.

This commit is contained in:
ajacoutot 2020-01-22 05:46:23 +00:00
parent 11a8e4ac05
commit 92a466b8c6
3 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:49:35 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2020/01/22 05:46:23 ajacoutot Exp $
COMMENT= secure storing of passwords using the SecretService DBus API
@ -28,7 +28,6 @@ FLAVORS = python3
FLAVOR ?=
# org.freedesktop.secrets
# (XXX add "gnome-keyring-*|ksecretsservice-*" when implemented)
RUN_DEPENDS += x11/gnome/keyring
.include <bsd.port.mk>

View File

@ -1,11 +1,9 @@
# $OpenBSD: Makefile,v 1.133 2019/11/01 19:38:41 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.134 2020/01/22 05:46:23 ajacoutot Exp $
# XXX should be a RUN_DEPENDS of x11/gnome/{libgnome-keyring,libsecret} but that
# would create dependency loops:
# libsecret -> gnome-keyring -> pinentry -> libsecret
# libsecret -> gnome-keyring -> gcr -> gnupg2 -> pinentry -> gcr
# org.freedesktop.secrets
# (XXX add "gnome-keyring-*|ksecretsservice-*" when implemented)
COMMENT= password agent for the GNOME project

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2019/07/07 11:20:53 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.48 2020/01/22 05:46:23 ajacoutot Exp $
COMMENT= library for gnome keyring integration
@ -21,9 +21,8 @@ LIB_DEPENDS= security/libgcrypt \
x11/dbus \
devel/glib2
# XXX circular dependency, see meta/gnome
# XXX circular dependency, see x11/gnome/keyring
# org.freedesktop.secrets
# (XXX add "gnome-keyring-*|ksecretsservice-*" when implemented)
#RUN_DEPENDS += x11/gnome/keyring
CONFIGURE_STYLE= gnu