Update to libsecret-0.4.
This commit is contained in:
parent
ea234c0446
commit
5a8c8f2633
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user