package/gcr: bump to version 3.34.0
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 1 Jan 2020 20:59:01 +0000 (21:59 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 1 Jan 2020 22:01:27 +0000 (23:01 +0100)
intltool has been replaced by gettext since version 3.33.4 and
https://gitlab.gnome.org/GNOME/gcr/commit/4fb05684d2f181c35898fc26f5675b07e7e2dd34
so replace host-intltool by $(TARGET_NLS_DEPENDENCIES)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/gcr/gcr.hash
package/gcr/gcr.mk

index a78f56517de584c318196ae1e8697d11636b3e0d..7d5786db9e8df5407d34e4fb6da04c450bf50ca8 100644 (file)
@@ -1,3 +1,3 @@
-# From http://ftp.acc.umu.se/pub/gnome/sources/gcr/3.28/gcr-3.28.1.sha256sum
-sha256 95204aa2111c301778ebfbe60975ce3ed698c958430ffcc2a785ac5e593d168b        gcr-3.28.1.tar.xz
+# From http://ftp.acc.umu.se/pub/gnome/sources/gcr/3.34/gcr-3.34.0.sha256sum
+sha256 29df50974a90987af694c0fb8926a6b366e68cacd8abd813817cfe1eb5d54524        gcr-3.34.0.tar.xz
 sha256 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23        COPYING
index 7cf7ea79e56a4761b14f2ffbc3c2e76891fa79b5..2fe583978c9174634415bb1953cdc3ce6bafe170 100644 (file)
@@ -4,11 +4,16 @@
 #
 ################################################################################
 
-GCR_VERSION_MAJOR = 3.28
-GCR_VERSION = $(GCR_VERSION_MAJOR).1
+GCR_VERSION_MAJOR = 3.34
+GCR_VERSION = $(GCR_VERSION_MAJOR).0
 GCR_SITE = http://ftp.acc.umu.se/pub/gnome/sources/gcr/$(GCR_VERSION_MAJOR)
 GCR_SOURCE = gcr-$(GCR_VERSION).tar.xz
-GCR_DEPENDENCIES = host-intltool host-pkgconf libgcrypt libglib2 p11-kit
+GCR_DEPENDENCIES = \
+       host-pkgconf \
+       libgcrypt \
+       libglib2 \
+       p11-kit \
+       $(TARGET_NLS_DEPENDENCIES)
 GCR_INSTALL_STAGING = YES
 GCR_CONF_ENV = ac_cv_path_GNUPG=/usr/bin/gpg2
 GCR_CONF_OPTS = \