Add and extend comments.

This commit is contained in:
ajacoutot 2015-10-18 05:14:50 +00:00
parent da1b8dfc14
commit f719ecaa81
3 changed files with 22 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.127 2015/10/15 05:46:47 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.128 2015/10/18 05:14:50 ajacoutot Exp $
COMMENT-main= GNOME desktop meta-package (base installation)
COMMENT-extras= GNOME desktop meta-package (full installation)
@ -9,7 +9,7 @@ PKGNAME= gnome-${V}
PKGNAME-main= gnome-${V}
PKGNAME-extras= gnome-extras-${V}
REVISION-main= 5
REVISION-main= 6
REVISION-extras= 0
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
@ -17,6 +17,14 @@ MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
MULTI_PACKAGES= -main -extras
# 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)
RUN_DEPENDS-main += x11/gnome/keyring
# remove when we don't use gtk+2 apps in GNOME
# Gtk-Message: Failed to load module "canberra-gtk-module"
RUN_DEPENDS-main += audio/libcanberra,-gtk
@ -82,10 +90,6 @@ RUN_DEPENDS-main += x11/gnome/bijiben \
x11/gnome/vino \
x11/gnome/weather
# XXX should be a RUN_DEPENDS of x11/gnome/{libgnome-keyring,lisecret} but that
# would create a dependency loop:
RUN_DEPENDS-main += x11/gnome/keyring
RUN_DEPENDS-extras += STEM-=${V}:${BASE_PKGPATH},-main \
audio/rhythmbox \
graphics/simple-scan \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2015/10/15 17:40:55 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.40 2015/10/18 05:14:50 ajacoutot Exp $
COMMENT= library for gnome keyring integration
@ -22,6 +22,11 @@ LIB_DEPENDS= security/libgcrypt \
x11/dbus \
devel/glib2
# XXX circular dependency, see meta/gnome
# org.freedesktop.secrets
# (XXX add "gnome-keyring-*|ksecretsservice-*" when implemented)
#RUN_DEPENDS += x11/gnome/keyring
# regression tests call 'env python'
MODULES += lang/python
TEST_DEPENDS += ${MODPY_RUN_DEPENDS} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2015/10/15 17:40:55 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.39 2015/10/18 05:14:50 ajacoutot Exp $
COMMENT= library for storing and retrieving passwords and secrets
@ -21,6 +21,11 @@ MODGNOME_TOOLS += docbook gobject-introspection vala
LIB_DEPENDS= devel/glib2 \
security/libgcrypt
# XXX circular dependency, see meta/gnome
# org.freedesktop.secrets
# (XXX add "gnome-keyring-*|ksecretsservice-*" when implemented)
#RUN_DEPENDS += x11/gnome/keyring
# unable to autolaunch a dbus-daemon without a $DISPLAY for X11
TEST_IS_INTERACTIVE= X11
TEST_DEPENDS= devel/py-gobject3 \