libsecret: bump to version 0.18.3
authorGustavo Zacarias <gustavo.zacarias@free-electrons.com>
Thu, 17 Dec 2015 00:51:53 +0000 (21:51 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Dec 2015 10:53:34 +0000 (11:53 +0100)
Also forcibly disable GIR (default=auto) to avoid issues.

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libsecret/libsecret.hash
package/libsecret/libsecret.mk

index 8e5bbf73e28c2c2a48e23cfdee28fa6f9122b739..d40f320fa7d088ba919b47478fbb0f30a0c5da32 100644 (file)
@@ -1,2 +1,2 @@
-# From http://ftp.gnome.org/pub/GNOME/sources/libsecret/0.18/libsecret-0.18.sha256sum
-sha256 0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3        libsecret-0.18.tar.xz
+# From http://ftp.gnome.org/pub/GNOME/sources/libsecret/0.18/libsecret-0.18.3.sha256sum
+sha256 f2bf1d0c5ab4640664f3e3c7ef6b086c180e50ff415720b5e22f96750dbf84c9        libsecret-0.18.3.tar.xz
index 5a230ae04d6ce56e0e801931515fa31a95a953bf..a762dd7c48b6428312a2713f1d94de72aa17183d 100644 (file)
@@ -4,12 +4,18 @@
 #
 ################################################################################
 
-LIBSECRET_VERSION = 0.18
-LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION)
+LIBSECRET_VERSION_MAJOR = 0.18
+LIBSECRET_VERSION = $(LIBSECRET_VERSION_MAJOR).3
+LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION_MAJOR)
 LIBSECRET_SOURCE = libsecret-$(LIBSECRET_VERSION).tar.xz
 LIBSECRET_INSTALL_STAGING = YES
 LIBSECRET_DEPENDENCIES = libglib2 host-intltool
-LIBSECRET_CONF_OPTS = --disable-manpages --disable-strict --disable-coverage --enable-vala=no
+LIBSECRET_CONF_OPTS = \
+       --disable-manpages \
+       --disable-strict \
+       --disable-coverage \
+       --enable-introspection=no \
+       --enable-vala=no
 LIBSECRET_LICENSE = LGPLv2.1+
 LIBSECRET_LICENSE_FILES = COPYING