Opened 6 weeks ago

Closed 6 weeks ago

#21014 closed enhancement (fixed)

libxkbcommon-1.8.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (6)

comment:1 by Bruce Dubbs, 6 weeks ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Xi Ruoyao, 6 weeks ago

Hmm, I can find the release tarball nowhere.

comment:3 by Xi Ruoyao, 6 weeks ago

The snapshot https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-1.8.0.tar.gz works but it extracts into libxkbcommon-xkbcommon-1.8.0.

comment:4 by martyj19, 6 weeks ago

The release announcement at

https://lists.freedesktop.org/archives/wayland-devel/2025-February/043969.html

has the notation "we've decided to stop publishing tarballs".

comment:5 by Bruce Dubbs, 6 weeks ago

I am not sure how to handle what should be a routine update. One thing I thought about is to host a tarball on anduin:

git clone https://github.com/xkbcommon/libxkbcommon.git
git checkout -B 1.8.0 76740e0c4583ae49675e7ba8213d31ee09aa00d2
mkdir /usr/src/libxkbcommon/libxkbcommon-1.8.0
cp -a * /usr/src/libxkbcommon/libxkbcommon-1.8.0
cd /usr/src/libxkbcommon/
tar -cJf libxkbcommon-1.8.0.tar.xz libxkbcommon-1.8.0

At that point I can upload to anduin: c87f7b1284940e563a2666b0a83abd39 libxkbcommon-1.8.0.tar.xz

And we can point to that and just use the current instructions.

I've tested the tarball I generated and there are no build problems.

comment:6 by Bruce Dubbs, 6 weeks ago

Resolution: fixed
Status: assignedclosed

Fixed at commits:

5a1cc94322 pdate to tcsh-6.24.15.
658b738071 Update to abseil-cpp-20250127.0.
3ddf949302 libxkbcommon-1.8.0.
Note: See TracTickets for help on using tickets.