mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libxkbcommon: Version bump. 1.7.0 -> 1.8.0
@ 2025-02-12 20:13 Christian Melki
  2025-02-17  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-02-12 20:13 UTC (permalink / raw)
  To: ptxdist

Bunch of changes.
https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.8.0/NEWS.md

* URL change. Seems the old tarball place doesn't provide
the tarballs any more. The tarball name also changed, so I did
some changes to the usual URL variable handling to keep it the same name locally.
Tarball compression format changed too.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libxkbcommon.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/libxkbcommon.make b/rules/libxkbcommon.make
index ca54115a6..a26c013c4 100644
--- a/rules/libxkbcommon.make
+++ b/rules/libxkbcommon.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBXKBCOMMON) += libxkbcommon
 #
 # Paths and names
 #
-LIBXKBCOMMON_VERSION	:= 1.7.0
-LIBXKBCOMMON_MD5	:= b05b1a0d473189efb2dd995dd944f152
+LIBXKBCOMMON_VERSION	:= 1.8.0
+LIBXKBCOMMON_MD5	:= e0bdc3555b3530d729d6d01afda52579
 LIBXKBCOMMON		:= libxkbcommon-$(LIBXKBCOMMON_VERSION)
-LIBXKBCOMMON_SUFFIX	:= tar.xz
-LIBXKBCOMMON_URL	:= http://xkbcommon.org/download/$(LIBXKBCOMMON).$(LIBXKBCOMMON_SUFFIX)
+LIBXKBCOMMON_SUFFIX	:= tar.gz
+LIBXKBCOMMON_URL	:= https://github.com/xkbcommon/libxkbcommon/archive/refs/tags/xkbcommon-$(LIBXKBCOMMON_VERSION).$(LIBXKBCOMMON_SUFFIX)
 LIBXKBCOMMON_SOURCE	:= $(SRCDIR)/$(LIBXKBCOMMON).$(LIBXKBCOMMON_SUFFIX)
 LIBXKBCOMMON_DIR	:= $(BUILDDIR)/$(LIBXKBCOMMON)
 LIBXKBCOMMON_LICENSE	:= MIT AND X11 AND HPND
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-17  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-12 20:13 [ptxdist] [PATCH] libxkbcommon: Version bump. 1.7.0 -> 1.8.0 Christian Melki
2025-02-17  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox