Update to gnome-keyring-3.1.92.

This commit is contained in:
ajacoutot 2011-09-18 20:12:34 +00:00
parent cc0fe20aad
commit 9b9b337333
4 changed files with 101 additions and 37 deletions

View File

@ -1,14 +1,12 @@
# $OpenBSD: Makefile,v 1.58 2011/09/16 12:29:14 espie Exp $
# $OpenBSD: Makefile,v 1.59 2011/09/18 20:12:34 ajacoutot Exp $
COMMENT= password agent for the GNOME project
GNOME_PROJECT= gnome-keyring
GNOME_VERSION= 3.0.3
GNOME_VERSION= 3.1.92
REVISION= 3
SHARED_LIBS += gck 0.0 # 0.0
SHARED_LIBS += gcr-3 0.0 # 0.0
SHARED_LIBS += gck-1 0.0 # 0.0
SHARED_LIBS += gcr-3 1.0 # 1.0
# GPLv2/LGPLv2
PERMIT_PACKAGE_CDROM= Yes
@ -20,7 +18,7 @@ WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += cairo-gobject dbus-1 drm expat fontconfig freetype
WANTLIB += gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gpg-error gthread-2.0 gtk-3 m pango-1.0
WANTLIB += gobject-2.0 gpg-error gthread-2.0 gtk-3 m p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs xcb xcb-render xcb-shm z
@ -35,20 +33,29 @@ BUILD_DEPENDS= security/libtasn1
LIB_DEPENDS= security/libgcrypt \
x11/dbus \
x11/gtk+3
x11/gtk+3 \
security/p11-kit>=0.6
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-root-certs=/etc/ssl \
--disable-pam \
--disable-selinux \
--disable-tests \
--disable-gtk-doc
--disable-gtk-doc \
--without-libcap-ng
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
FAKE_FLAGS= configdir=${PREFIX}/share/examples/gnome-keyring/pkcs11/modules
pre-configure:
perl -pi -e 's,make --version,${MAKE_PROGRAM} --version,' \
${WRKSRC}/configure
post-install:
# https://bugzilla.gnome.org/show_bug.cgi?id=659402
chmod 0555 ${PREFIX}/bin/gnome-keyring-daemon
mv ${WRKINST}/etc/xdg ${PREFIX}/share/examples/gnome-keyring
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (gnome/gnome-keyring-3.0.3.tar.xz) = Uoc/FfYfJUiTUac6EtZYjA==
RMD160 (gnome/gnome-keyring-3.0.3.tar.xz) = ZjcrRe+ms4S+YAUFu+sjfUIGoBg=
SHA1 (gnome/gnome-keyring-3.0.3.tar.xz) = 4475fpc8VDugzS+A7jWcQ7rodP4=
SHA256 (gnome/gnome-keyring-3.0.3.tar.xz) = FulSjn0UEpFaD93pPegHDLDzL3hB7HxzcELsDjUL9dI=
SIZE (gnome/gnome-keyring-3.0.3.tar.xz) = 1409724
MD5 (gnome/gnome-keyring-3.1.92.tar.xz) = 5qEig2Vwr3M5wKZKhGiwQw==
RMD160 (gnome/gnome-keyring-3.1.92.tar.xz) = 20laSyUMTV2eQ8TZzE7uukZgy/k=
SHA1 (gnome/gnome-keyring-3.1.92.tar.xz) = TodgDAqdEYOb9m/7HEtRwfMS12o=
SHA256 (gnome/gnome-keyring-3.1.92.tar.xz) = W7Y+H4w2jvoxP8DXKQnRIs9+04cAEBVmX1sc3CVVHA0=
SIZE (gnome/gnome-keyring-3.1.92.tar.xz) = 1584776

View File

@ -1,9 +1,9 @@
@comment $OpenBSD: PFRAG.shared,v 1.10 2011/09/12 07:28:53 jasper Exp $
@comment $OpenBSD: PFRAG.shared,v 1.11 2011/09/18 20:12:34 ajacoutot Exp $
lib/gnome-keyring/devel/gkm-gnome2-store-standalone.so
lib/gnome-keyring/devel/gkm-roots-store-standalone.so
lib/gnome-keyring/devel/gkm-secret-store-standalone.so
lib/gnome-keyring/devel/gkm-ssh-store-standalone.so
lib/gnome-keyring/devel/gkm-xdg-store-standalone.so
@lib lib/libgck.so.${LIBgck_VERSION}
@lib lib/libgck-1.so.${LIBgck-1_VERSION}
@lib lib/libgcr-3.so.${LIBgcr-3_VERSION}
lib/pkcs11/gnome-keyring-pkcs11.so

View File

@ -1,17 +1,15 @@
@comment $OpenBSD: PLIST,v 1.24 2011/09/12 07:28:53 jasper Exp $
@comment $OpenBSD: PLIST,v 1.25 2011/09/18 20:12:34 ajacoutot Exp $
%%SHARED%%
@bin bin/gcr-viewer
bin/gnome-keyring
@bin bin/gnome-keyring-3
@mode 4755
@owner root
@bin bin/gnome-keyring-daemon
@mode
@owner
include/gck/
include/gck/gck.h
include/gck/pkcs11.h
include/gck/pkcs11n.h
include/gck/pkcs11x.h
include/gck-1/
include/gck-1/gck/
include/gck-1/gck/gck.h
include/gck-1/gck/pkcs11.h
include/gck-1/gck/pkcs11n.h
include/gck-1/gck/pkcs11x.h
include/gcr-3/
include/gcr-3/gcr/
include/gcr-3/gcr/gcr-certificate-basics-widget.h
@ -20,18 +18,29 @@ include/gcr-3/gcr/gcr-certificate-details-widget.h
include/gcr-3/gcr/gcr-certificate-renderer.h
include/gcr-3/gcr/gcr-certificate-widget.h
include/gcr-3/gcr/gcr-certificate.h
include/gcr-3/gcr/gcr-collection-model.h
include/gcr-3/gcr/gcr-collection.h
include/gcr-3/gcr/gcr-column.h
include/gcr-3/gcr/gcr-combo-selector.h
include/gcr-3/gcr/gcr-comparable.h
include/gcr-3/gcr/gcr-deprecated.h
include/gcr-3/gcr/gcr-enum-types.h
include/gcr-3/gcr/gcr-importer.h
include/gcr-3/gcr/gcr-key-renderer.h
include/gcr-3/gcr/gcr-key-widget.h
include/gcr-3/gcr/gcr-library.h
include/gcr-3/gcr/gcr-list-selector.h
include/gcr-3/gcr/gcr-parser.h
include/gcr-3/gcr/gcr-pkcs11-certificate.h
include/gcr-3/gcr/gcr-renderer.h
include/gcr-3/gcr/gcr-simple-certificate.h
include/gcr-3/gcr/gcr-simple-collection.h
include/gcr-3/gcr/gcr-tree-selector.h
include/gcr-3/gcr/gcr-trust.h
include/gcr-3/gcr/gcr-types.h
include/gcr-3/gcr/gcr-unlock-options-widget.h
include/gcr-3/gcr/gcr-unlock-options.h
include/gcr-3/gcr/gcr-viewer-window.h
include/gcr-3/gcr/gcr-viewer.h
include/gcr-3/gcr/gcr.h
lib/gnome-keyring/
@ -46,14 +55,14 @@ lib/gnome-keyring/devel/
@comment lib/gnome-keyring/devel/gkm-ssh-store-standalone.la
@comment lib/gnome-keyring/devel/gkm-xdg-store-standalone.a
@comment lib/gnome-keyring/devel/gkm-xdg-store-standalone.la
lib/libgck.a
lib/libgck.la
lib/libgck-1.a
lib/libgck-1.la
lib/libgcr-3.a
lib/libgcr-3.la
lib/pkcs11/
@comment lib/pkcs11/gnome-keyring-pkcs11.a
@comment lib/pkcs11/gnome-keyring-pkcs11.la
lib/pkgconfig/gck-0.pc
lib/pkgconfig/gck-1.pc
lib/pkgconfig/gcr-3.pc
libexec/gnome-keyring-prompt
@bin libexec/gnome-keyring-prompt-3
@ -61,22 +70,31 @@ share/GConf/
share/GConf/gsettings/
share/GConf/gsettings/org.gnome.crypto.cache.convert
share/GConf/gsettings/org.gnome.crypto.pgp.convert
share/GConf/gsettings/org.gnome.crypto.pgp_keyservers.convert
share/applications/gcr-viewer.desktop
share/applications/gnome-keyring-prompt.desktop
share/dbus-1/
share/dbus-1/services/
share/dbus-1/services/org.freedesktop.secrets.service
share/dbus-1/services/org.gnome.keyring.service
share/examples/xdg/
share/examples/gnome-keyring/
share/examples/gnome-keyring/pkcs11/
@sample ${SYSCONFDIR}/pkcs11/
share/examples/gnome-keyring/pkcs11/modules/
@sample ${SYSCONFDIR}/pkcs11/modules/
share/examples/gnome-keyring/pkcs11/modules/gnome-keyring-module
@sample ${SYSCONFDIR}/pkcs11/modules/gnome-keyring-module
share/examples/gnome-keyring/xdg/
@sample ${SYSCONFDIR}/xdg/
share/examples/xdg/autostart/
share/examples/gnome-keyring/xdg/autostart/
@sample ${SYSCONFDIR}/xdg/autostart/
share/examples/xdg/autostart/gnome-keyring-gpg.desktop
share/examples/gnome-keyring/xdg/autostart/gnome-keyring-gpg.desktop
@sample ${SYSCONFDIR}/xdg/autostart/gnome-keyring-gpg.desktop
share/examples/xdg/autostart/gnome-keyring-pkcs11.desktop
share/examples/gnome-keyring/xdg/autostart/gnome-keyring-pkcs11.desktop
@sample ${SYSCONFDIR}/xdg/autostart/gnome-keyring-pkcs11.desktop
share/examples/xdg/autostart/gnome-keyring-secrets.desktop
share/examples/gnome-keyring/xdg/autostart/gnome-keyring-secrets.desktop
@sample ${SYSCONFDIR}/xdg/autostart/gnome-keyring-secrets.desktop
share/examples/xdg/autostart/gnome-keyring-ssh.desktop
share/examples/gnome-keyring/xdg/autostart/gnome-keyring-ssh.desktop
@sample ${SYSCONFDIR}/xdg/autostart/gnome-keyring-ssh.desktop
share/gcr-3/
share/gcr-3/ui/
@ -119,27 +137,59 @@ share/gtk-doc/html/gcr-3/GcrSimpleCertificate.html
share/gtk-doc/html/gcr-3/certificate-widget.png
share/gtk-doc/html/gcr-3/certificates.html
share/gtk-doc/html/gcr-3/ch01.html
share/gtk-doc/html/gcr-3/gcr-3.devhelp
share/gtk-doc/html/gcr-3/collections.html
share/gtk-doc/html/gcr-3/combo-selector.png
share/gtk-doc/html/gcr-3/gcr-3.devhelp2
share/gtk-doc/html/gcr-3/gcr-GcrCertificate.html
share/gtk-doc/html/gcr-3/gcr-GcrCertificateWidget.html
share/gtk-doc/html/gcr-3/gcr-GcrCollection.html
share/gtk-doc/html/gcr-3/gcr-GcrCollectionModel.html
share/gtk-doc/html/gcr-3/gcr-GcrColumn.html
share/gtk-doc/html/gcr-3/gcr-GcrComboSelector.html
share/gtk-doc/html/gcr-3/gcr-GcrComparable.html
share/gtk-doc/html/gcr-3/gcr-GcrKeyWidget.html
share/gtk-doc/html/gcr-3/gcr-GcrListSelector.html
share/gtk-doc/html/gcr-3/gcr-GcrRenderer.html
share/gtk-doc/html/gcr-3/gcr-GcrSimpleCollection.html
share/gtk-doc/html/gcr-3/gcr-GcrTreeSelector.html
share/gtk-doc/html/gcr-3/gcr-GcrViewer.html
share/gtk-doc/html/gcr-3/gcr-Library-Settings.html
share/gtk-doc/html/gcr-3/gcr-Trust-Storage-and-Lookups.html
share/gtk-doc/html/gcr-3/gcr-gcr-misc.html
share/gtk-doc/html/gcr-3/gcr.devhelp
share/gtk-doc/html/gcr-3/home.png
share/gtk-doc/html/gcr-3/index.html
share/gtk-doc/html/gcr-3/index.sgml
share/gtk-doc/html/gcr-3/key-widget.png
share/gtk-doc/html/gcr-3/left.png
share/gtk-doc/html/gcr-3/list-selector.png
share/gtk-doc/html/gcr-3/misc.html
share/gtk-doc/html/gcr-3/right.png
share/gtk-doc/html/gcr-3/storage.html
share/gtk-doc/html/gcr-3/style.css
share/gtk-doc/html/gcr-3/tree-selector.png
share/gtk-doc/html/gcr-3/up.png
share/gtk-doc/html/gcr-3/widgets.html
share/icons/
share/icons/hicolor/
share/icons/hicolor/16x16/
share/icons/hicolor/16x16/apps/
share/icons/hicolor/16x16/apps/gcr-key-pair.png
share/icons/hicolor/16x16/apps/gcr-key.png
share/icons/hicolor/22x22/
share/icons/hicolor/22x22/apps/
share/icons/hicolor/24x24/
share/icons/hicolor/24x24/apps/
share/icons/hicolor/24x24/apps/gcr-key-pair.png
share/icons/hicolor/24x24/apps/gcr-key.png
share/icons/hicolor/32x32/
share/icons/hicolor/32x32/apps/
share/icons/hicolor/32x32/apps/gcr-key-pair.png
share/icons/hicolor/32x32/apps/gcr-key.png
share/icons/hicolor/48x48/
share/icons/hicolor/48x48/apps/
share/icons/hicolor/48x48/apps/gcr-key-pair.png
share/icons/hicolor/48x48/apps/gcr-key.png
share/locale/af/LC_MESSAGES/gnome-keyring.mo
share/locale/ar/LC_MESSAGES/gnome-keyring.mo
share/locale/as/LC_MESSAGES/gnome-keyring.mo
@ -223,6 +273,13 @@ share/locale/xh/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo
share/mime/
share/mime/packages/
share/mime/packages/gcr-crypto-types.xml
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/update-desktop-database