Update to libsecret-0.8.
This commit is contained in:
parent
45f2f035d1
commit
7c1f51a142
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2012/07/14 07:51:47 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2012/08/06 14:39:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= library for storing and retrieving passwords and secrets
|
||||
|
||||
GNOME_PROJECT= libsecret
|
||||
GNOME_VERSION= 0.6
|
||||
GNOME_VERSION= 0.8
|
||||
|
||||
SHARED_LIBS += secret-1 0.0 # unknown
|
||||
|
||||
@ -31,7 +31,8 @@ LIB_DEPENDS= devel/glib2 \
|
||||
|
||||
# unable to autolaunch a dbus-daemon without a $DISPLAY for X11
|
||||
REGRESS_IS_INTERACTIVE= X11
|
||||
REGRESS_DEPENDS= ${MODPY_RUN_DEPENDS}
|
||||
REGRESS_DEPENDS= ${MODPY_RUN_DEPENDS} \
|
||||
x11/dbus-python
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/libsecret/tests/Makefile.in \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/libsecret-0.6.tar.xz) = kgQH0N/jdBcnQzUSM/PBWrIhDzIUyUbacCo7TqNaKN4=
|
||||
SIZE (gnome/libsecret-0.6.tar.xz) = 465632
|
||||
SHA256 (gnome/libsecret-0.8.tar.xz) = WCc+961K/GxNQv/Nz7ub5viUaZdj2txqc4LcJUxeR7E=
|
||||
SIZE (gnome/libsecret-0.8.tar.xz) = 468424
|
||||
|
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-libsecret_secret-collection_h,v 1.2 2012/07/15 08:03:33 ajacoutot Exp $
|
||||
|
||||
From ebc65dba98353fd6bd4cff63c0928c11bd2ec5c3 Mon Sep 17 00:00:00 2001
|
||||
From: Stef Walter <stefw@gnome.org>
|
||||
Date: Sat, 14 Jul 2012 11:23:16 +0000
|
||||
Subject: Remove multiple definitions of SecretCollection
|
||||
|
||||
--- libsecret/secret-collection.h.orig Sat Jul 14 09:30:40 2012
|
||||
+++ libsecret/secret-collection.h Sat Jul 14 09:29:25 2012
|
||||
@@ -44,7 +44,6 @@ typedef enum {
|
||||
#define SECRET_COLLECTION_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), SECRET_TYPE_COLLECTION, SecretCollectionClass))
|
||||
|
||||
typedef struct _SecretItem SecretItem;
|
||||
-typedef struct _SecretCollection SecretCollection;
|
||||
typedef struct _SecretCollectionClass SecretCollectionClass;
|
||||
typedef struct _SecretCollectionPrivate SecretCollectionPrivate;
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libsecret_tests_Makefile_in,v 1.1 2012/07/14 07:51:47 ajacoutot Exp $
|
||||
--- libsecret/tests/Makefile.in.orig Sat Jul 14 09:26:03 2012
|
||||
+++ libsecret/tests/Makefile.in Sat Jul 14 09:26:16 2012
|
||||
@@ -978,7 +978,7 @@ test-js:
|
||||
$OpenBSD: patch-libsecret_tests_Makefile_in,v 1.2 2012/08/06 14:39:42 ajacoutot Exp $
|
||||
--- libsecret/tests/Makefile.in.orig Mon Aug 6 15:16:09 2012
|
||||
+++ libsecret/tests/Makefile.in Mon Aug 6 15:47:25 2012
|
||||
@@ -1023,7 +1023,7 @@ test-js:
|
||||
@for js in $(JS_TESTS); do echo "TEST: $$js"; $(JS_ENV) gjs $(srcdir)/$$js; done
|
||||
|
||||
test-py:
|
||||
|
Loading…
Reference in New Issue
Block a user