The tarballs are now compressed with xz instead of bz2. Also checked the COPYING file with the SPDX Online tool [1] and adjusted the license accordingly.
[1] https://tools.spdx.org/app/check_license/ Signed-off-by: Sven Püschel <[email protected]> --- rules/xorg-lib-ICE.make | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/rules/xorg-lib-ICE.make b/rules/xorg-lib-ICE.make index 6ac1a01f8..0bca23bab 100644 --- a/rules/xorg-lib-ICE.make +++ b/rules/xorg-lib-ICE.make @@ -14,14 +14,16 @@ PACKAGES-$(PTXCONF_XORG_LIB_ICE) += xorg-lib-ice # # Paths and names # -XORG_LIB_ICE_VERSION := 1.0.10 -XORG_LIB_ICE_MD5 := 76d77499ee7120a56566891ca2c0dbcf +XORG_LIB_ICE_VERSION := 1.1.2 +XORG_LIB_ICE_MD5 := d1ffde0a07709654b20bada3f9abdd16 XORG_LIB_ICE := libICE-$(XORG_LIB_ICE_VERSION) -XORG_LIB_ICE_SUFFIX := tar.bz2 +XORG_LIB_ICE_SUFFIX := tar.xz XORG_LIB_ICE_URL := $(call ptx/mirror, XORG, individual/lib/$(XORG_LIB_ICE).$(XORG_LIB_ICE_SUFFIX)) XORG_LIB_ICE_SOURCE := $(SRCDIR)/$(XORG_LIB_ICE).$(XORG_LIB_ICE_SUFFIX) XORG_LIB_ICE_DIR := $(BUILDDIR)/$(XORG_LIB_ICE) -XORG_LIB_ICE_LICENSE := MIT +XORG_LIB_ICE_LICENSE := MIT-open-group +XORG_LIB_ICE_LICENSE_FILES := \ + file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93 # ---------------------------------------------------------------------------- # Prepare @@ -35,7 +37,9 @@ XORG_LIB_ICE_CONF_OPT := \ $(CROSS_AUTOCONF_USR) \ --disable-docs \ --disable-specs \ + $(GLOBAL_LARGE_FILE_OPTION) \ $(XORG_OPTIONS_TRANS) \ + --$(call ptx/endis, PTXDIST_Y2038)-year2038 \ $(XORG_OPTIONS_DOCS) # ---------------------------------------------------------------------------- -- 2.47.3
