diff --git a/x11/gnome/libsecret/Makefile b/x11/gnome/libsecret/Makefile index 1048c93011f..c8424b7f08f 100644 --- a/x11/gnome/libsecret/Makefile +++ b/x11/gnome/libsecret/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2012/04/16 12:00:25 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.4 2012/07/13 11:31:27 ajacoutot Exp $ COMMENT= library for storing and retrieving passwords and secrets GNOME_PROJECT= libsecret -GNOME_VERSION= 0.2 +GNOME_VERSION= 0.4 SHARED_LIBS += secret-0 0.0 # 0.0 @@ -22,7 +22,7 @@ MODULES= devel/gettext \ lang/python \ x11/gnome -MODGNOME_TOOLS= goi +MODGNOME_TOOLS= goi # vala XXX requires vala>=0.17.2.12 MODPY_BUILDDEP= No MODPY_RUNDEP= No diff --git a/x11/gnome/libsecret/distinfo b/x11/gnome/libsecret/distinfo index a6daa1c3624..1d681b04016 100644 --- a/x11/gnome/libsecret/distinfo +++ b/x11/gnome/libsecret/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome/libsecret-0.2.tar.xz) = M/WLfPLCvEyfRk5qPvKnVN80L4lEPnOmutFfbpXaxl0= -SIZE (gnome/libsecret-0.2.tar.xz) = 419284 +SHA256 (gnome/libsecret-0.4.tar.xz) = zFCuEN8lBhnse+QminoEj6h65XkROAZHaA2UnMp6azg= +SIZE (gnome/libsecret-0.4.tar.xz) = 448020 diff --git a/x11/gnome/libsecret/patches/patch-library_tests_Makefile_in b/x11/gnome/libsecret/patches/patch-library_tests_Makefile_in index c2291206f04..b13e4884d2f 100644 --- a/x11/gnome/libsecret/patches/patch-library_tests_Makefile_in +++ b/x11/gnome/libsecret/patches/patch-library_tests_Makefile_in @@ -1,12 +1,12 @@ -$OpenBSD: patch-library_tests_Makefile_in,v 1.2 2012/04/16 12:00:25 ajacoutot Exp $ ---- library/tests/Makefile.in.orig Mon Apr 16 13:48:50 2012 -+++ library/tests/Makefile.in Mon Apr 16 13:56:56 2012 -@@ -799,7 +799,7 @@ test-js: +$OpenBSD: patch-library_tests_Makefile_in,v 1.3 2012/07/13 11:31:27 ajacoutot Exp $ +--- library/tests/Makefile.in.orig Mon Jul 9 11:36:30 2012 ++++ library/tests/Makefile.in Fri Jul 13 13:27:34 2012 +@@ -935,7 +935,7 @@ test-js: @for js in $(JS_TESTS); do echo "TEST: $$js"; $(JS_ENV) gjs $(srcdir)/$$js; done test-py: - @for py in $(PY_TESTS); do echo "TEST: $$py"; $(PY_ENV) python $(srcdir)/$$py; done + @for py in $(PY_TESTS); do echo "TEST: $$py"; $(PY_ENV) ${MODPY_BIN} $(srcdir)/$$py; done - test: test-c test-py test-js + test: test-c test-py test-js test-vala diff --git a/x11/gnome/libsecret/pkg/PLIST b/x11/gnome/libsecret/pkg/PLIST index 58e8fba1418..a61a6a4c0a2 100644 --- a/x11/gnome/libsecret/pkg/PLIST +++ b/x11/gnome/libsecret/pkg/PLIST @@ -1,12 +1,14 @@ -@comment $OpenBSD: PLIST,v 1.2 2012/03/31 08:52:03 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.3 2012/07/13 11:31:27 ajacoutot Exp $ %%SHARED%% @bin bin/secret-tool include/secret-0/ include/secret-0/secret/ +include/secret-0/secret/secret-attributes.h include/secret-0/secret/secret-collection.h include/secret-0/secret/secret-enum-types.h include/secret-0/secret/secret-item.h include/secret-0/secret/secret-password.h +include/secret-0/secret/secret-paths.h include/secret-0/secret/secret-prompt.h include/secret-0/secret/secret-schema.h include/secret-0/secret/secret-schemas.h @@ -48,7 +50,9 @@ share/gtk-doc/html/libsecret-0/js-remove-example.html share/gtk-doc/html/libsecret-0/js-store-example.html share/gtk-doc/html/libsecret-0/left.png share/gtk-doc/html/libsecret-0/libsecret-0.devhelp2 +share/gtk-doc/html/libsecret-0/libsecret-DBus-Path-Related-Functions.html share/gtk-doc/html/libsecret-0/libsecret-Password-storage.html +share/gtk-doc/html/libsecret-0/libsecret-Secret-Attributes.html share/gtk-doc/html/libsecret-0/libsecret-SecretSchema.html share/gtk-doc/html/libsecret-0/${MODPY_PY_PREFIX}examples.html share/gtk-doc/html/libsecret-0/${MODPY_PY_PREFIX}lookup-example.html @@ -58,3 +62,8 @@ share/gtk-doc/html/libsecret-0/right.png share/gtk-doc/html/libsecret-0/simple.html share/gtk-doc/html/libsecret-0/style.css share/gtk-doc/html/libsecret-0/up.png +share/gtk-doc/html/libsecret-0/vala-examples.html +share/gtk-doc/html/libsecret-0/vala-lookup-example.html +share/gtk-doc/html/libsecret-0/vala-remove-example.html +share/gtk-doc/html/libsecret-0/vala-store-example.html +share/locale/pl/LC_MESSAGES/libsecret.mo