Package Details: chatterino2-bin 2.5.3-11

Git Clone URL: https://aur.archlinux.org/chatterino2-bin.git (read-only, click to copy)
Package Base: chatterino2-bin
Description: A chat client for Twitch.tv.
Upstream URL: https://github.com/chatterino/chatterino2
Licenses: MIT
Conflicts: chatterino
Provides: chatterino
Submitter: matthewq337
Maintainer: matthewq337 (oech3, pajlada, chatterino2-ci)
Last Packager: pajlada
Votes: 2
Popularity: 0.093277
First Submitted: 2024-07-15 00:20 (UTC)
Last Updated: 2025-05-04 10:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

matthewq337 commented on 2025-04-21 18:17 (UTC)

@oech3 done, thanks

oech3 commented on 2025-04-21 09:58 (UTC)

Would you replace icu70 with icu76 (in pfficial repository) ?:

makedepends=('binutils' 'patchelf')

nm -D "$pkgdir/usr/bin/chatterino"|grep _70|awk '{print $2 " " $2 | "sed s/70$/76/"}' > map.txt

patchelf "$pkgdir/usr/bin/chatterino" --rename-dynamic-symbols map.txt --replace-needed libicuuc.so{.70,} --replace-needed libicui18n.so{.70,}