]> git.pld-linux.org Git - packages/libgnome-keyring.git/commitdiff
- fix building with vala >= 0.42 auto/th/libgnome-keyring-3.12.0-5
authorMarcin Krol <hawk@tld-linux.org>
Sun, 18 Aug 2019 13:02:59 +0000 (15:02 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 18 Aug 2019 13:02:59 +0000 (15:02 +0200)
libgnome-keyring-vala.patch [new file with mode: 0644]
libgnome-keyring.spec

diff --git a/libgnome-keyring-vala.patch b/libgnome-keyring-vala.patch
new file mode 100644 (file)
index 0000000..685ea64
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur libgnome-keyring-3.12.0.orig/library/GnomeKeyring-1.0.metadata libgnome-keyring-3.12.0/library/GnomeKeyring-1.0.metadata
+--- libgnome-keyring-3.12.0.orig/library/GnomeKeyring-1.0.metadata     2014-01-16 19:28:19.000000000 +0100
++++ libgnome-keyring-3.12.0/library/GnomeKeyring-1.0.metadata  2019-08-18 15:01:22.392000000 +0200
+@@ -54,7 +54,7 @@
+ set_network_password skip=false
+ store_password skip=false
+ store_password_sync skip=false
+-unlock skip=false
++@unlock skip=false
+ find_items*.callback type_arguments="GnomeKeyring.Found"
+ find_network_password*.callback type_arguments="GnomeKeyring.NetworkPasswordData"
index 7fa53343c89e4e3d9cbd633f718ad9cf02168cf9..a2601d2a2c2338b0647f900f05f4e7758e77cd26 100644 (file)
@@ -7,11 +7,12 @@ Summary:      libgnome-keyring library
 Summary(pl.UTF-8):     Biblioteka libgnome-keyring
 Name:          libgnome-keyring
 Version:       3.12.0
-Release:       4
+Release:       5
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/libgnome-keyring/3.12/%{name}-%{version}.tar.xz
 # Source0-md5: 6696e4f2e9aed4625cdc3af30bd8c238
+Patch0:                %{name}-vala.patch
 URL:           http://live.gnome.org/GnomeKeyring
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -91,6 +92,7 @@ API libgnome-keyring dla jÄ™zyka Vala.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{?with_apidocs:%{__gtkdocize}}
This page took 0.126942 seconds and 4 git commands to generate.