The tar archives now use xz compression instead of bz2.

Adjusted the license by pasting the COPYING file contents into the
SPDX Online Tool [1].

[1] https://tools.spdx.org/app/check_license/

Signed-off-by: Sven Püschel <[email protected]>
---
 rules/xorg-lib-Xdamage.make | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/rules/xorg-lib-Xdamage.make b/rules/xorg-lib-Xdamage.make
index 157dab5e8..22ea07022 100644
--- a/rules/xorg-lib-Xdamage.make
+++ b/rules/xorg-lib-Xdamage.make
@@ -14,14 +14,16 @@ PACKAGES-$(PTXCONF_XORG_LIB_XDAMAGE) += xorg-lib-xdamage
 #
 # Paths and names
 #
-XORG_LIB_XDAMAGE_VERSION       := 1.1.5
-XORG_LIB_XDAMAGE_MD5           := e3f554267a7a04b042dc1f6352bd6d99
+XORG_LIB_XDAMAGE_VERSION       := 1.1.6
+XORG_LIB_XDAMAGE_MD5           := ca55d29fa0a8b5c4a89f609a7952ebf8
 XORG_LIB_XDAMAGE               := libXdamage-$(XORG_LIB_XDAMAGE_VERSION)
-XORG_LIB_XDAMAGE_SUFFIX                := tar.bz2
+XORG_LIB_XDAMAGE_SUFFIX                := tar.xz
 XORG_LIB_XDAMAGE_URL           := $(call ptx/mirror, XORG, 
individual/lib/$(XORG_LIB_XDAMAGE).$(XORG_LIB_XDAMAGE_SUFFIX))
 XORG_LIB_XDAMAGE_SOURCE                := 
$(SRCDIR)/$(XORG_LIB_XDAMAGE).$(XORG_LIB_XDAMAGE_SUFFIX)
 XORG_LIB_XDAMAGE_DIR           := $(BUILDDIR)/$(XORG_LIB_XDAMAGE)
-XORG_LIB_XDAMAGE_LICENSE       := MIT
+XORG_LIB_XDAMAGE_LICENSE       := HPND-sell-variant
+XORG_LIB_XDAMAGE_LICENSE_FILES := \
+       file://COPYING;md5=9fe101f30dd24134cf43146863241868
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.47.3


Reply via email to