Package Details: atelierb-cssp-bin 24.04-1

Git Clone URL: https://aur.archlinux.org/atelierb-cssp-bin.git (read-only, click to copy)
Package Base: atelierb-cssp-bin
Description: The industrial tool to efficiently deploy the B Method (CSP Educational Version)
Upstream URL: https://www.atelierb.eu
Licenses: custom
Conflicts: atelierb
Provides: atelierb
Submitter: f4iey
Maintainer: f4iey
Last Packager: f4iey
Votes: 0
Popularity: 0.000000
First Submitted: 2025-05-10 10:38 (UTC)
Last Updated: 2025-05-10 10:57 (UTC)

Latest Comments

oech3 commented on 2025-07-24 08:34 (UTC)

Please switch to depends=(icu*) instead of -bin.

oech3 commented on 2025-07-21 08:49 (UTC) (edited on 2025-07-21 08:50 (UTC) by oech3)

Untested:

_icuorig=72
_icumaj=$(grep LIB_VERSION_MAJOR /usr/lib/icu/current/Makefile.inc|awk {'print $3'})
nm -D BINARY|grep $_icuorig|awk '{print $2 " " $2 | " sed s/'$_icuorig'$/'$_icumaj'/ "}' |tee map.txt
patchelf BINARY --rename-dynamic-symbols map.txt --replace-needed libicuuc.so{.$_icuorig,} --replace-needed libicui18n.so{.$_icuorig,}