summaryrefslogtreecommitdiff
path: root/package/libsecret
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-01-02 19:45:06 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-03 22:08:59 +0100
commitcf2c54b25b8f6311fce81604a07d3d43ffbdfd3c (patch)
treea2f775aec9b4c95c2fe5519f82ed5de8f44a8863 /package/libsecret
parent7759643f7878d25284cc5996cbd12d011d75c95c (diff)
libsecret: bump to version 0.18
Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsecret')
-rw-r--r--package/libsecret/libsecret.hash2
-rw-r--r--package/libsecret/libsecret.mk15
2 files changed, 9 insertions, 8 deletions
diff --git a/package/libsecret/libsecret.hash b/package/libsecret/libsecret.hash
new file mode 100644
index 000000000..8e5bbf73e
--- /dev/null
+++ b/package/libsecret/libsecret.hash
@@ -0,0 +1,2 @@
+# From http://ftp.gnome.org/pub/GNOME/sources/libsecret/0.18/libsecret-0.18.sha256sum
+sha256 0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3 libsecret-0.18.tar.xz
diff --git a/package/libsecret/libsecret.mk b/package/libsecret/libsecret.mk
index a059a7936..5a230ae04 100644
--- a/package/libsecret/libsecret.mk
+++ b/package/libsecret/libsecret.mk
@@ -4,22 +4,21 @@
#
################################################################################
-LIBSECRET_VERSION = 0.15
+LIBSECRET_VERSION = 0.18
LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION)
LIBSECRET_SOURCE = libsecret-$(LIBSECRET_VERSION).tar.xz
-LIBSECRET_LICENSE = LGPLv2.1+
-LIBSECRET_LICENSE_FILES = COPYING
LIBSECRET_INSTALL_STAGING = YES
-
LIBSECRET_DEPENDENCIES = libglib2 host-intltool
LIBSECRET_CONF_OPTS = --disable-manpages --disable-strict --disable-coverage --enable-vala=no
+LIBSECRET_LICENSE = LGPLv2.1+
+LIBSECRET_LICENSE_FILES = COPYING
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
- LIBSECRET_DEPENDENCIES += libgcrypt
- LIBSECRET_CONF_OPTS += --enable-gcrypt \
- --with-libgcrypt-prefix=$(STAGING_DIR)/usr
+LIBSECRET_DEPENDENCIES += libgcrypt
+LIBSECRET_CONF_OPTS += --enable-gcrypt \
+ --with-libgcrypt-prefix=$(STAGING_DIR)/usr
else
- LIBSECRET_CONF_OPTS += --disable-gcrypt
+LIBSECRET_CONF_OPTS += --disable-gcrypt
endif
$(eval $(autotools-package))