Package: gnome-keyring-sharp / 1.0.0-5

Metadata

Package Version Patches format
gnome-keyring-sharp 1.0.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01pkgconfig path.patch | (download)

src/gnome-keyring-sharp-1.0.pc.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
02_gnome_2.30_compatibility.patch | (download)

Makefile.am | 3 1 + 2 - 0 !
autogen.sh | 4 4 + 0 - 0 !
configure.ac | 29 9 + 20 - 0 !
gnome-keyring-sharp-glue/Makefile.am | 6 6 + 0 - 0 !
gnome-keyring-sharp-glue/glue.c | 36 36 + 0 - 0 !
src/Gnome.Keyring.dll.config | 4 4 + 0 - 0 !
src/Gnome.Keyring/Makefile.am | 3 0 + 3 - 0 !
src/Gnome.Keyring/Operation.cs | 54 0 + 54 - 0 !
src/Gnome.Keyring/RequestMessage.cs | 173 0 + 173 - 0 !
src/Gnome.Keyring/ResponseMessage.cs | 108 0 + 108 - 0 !
src/Gnome.Keyring/Ring.cs | 759 464 + 295 - 0 !
src/Makefile.am | 10 4 + 6 - 0 !
12 files changed, 528 insertions(+), 661 deletions(-)

 reimplement using libgnome-keyring
 GNOME Keyring daemon in 2.30 no longer exports the socket interface which
 gnome-keyring-sharp used.  This makes gnome-keyring-sharp totally useless.
 .
 This patch reimplements the gnome-keyring-sharp functions as a p/invoke 
 wrapper around libgnome-keyring.  API and ABI is unchanged.