lilium
August 24, 2022 ยท View on GitHub
lilium

lilium~ experimental area of portage overlay for ebuild repairs or feature-upgrades ~
ADDING THIS OVERLAY
๐ฒ doas cat >> /etc/portage/repos.conf/overlay.conf << "CONF"
[lilium]
location = /var/db/repos/lilium
sync-type = git
sync-uri = https://github.com/owl4ce/lilium.git
CONF
๐ฒ doas emaint -r lilium sync
EBUILDS LIST
x11-terms/rxvt-unicode
No systemd units, add wide glyphs and true color emoji support (credit to AUR), etc.
How to patch x11-libs/libXft with BGRA glyphs display scaling?
๐ฒ doas mkdir -pv /etc/portage/patches/x11-libs/libXft
๐ฒ doas curl -s https://gitlab.freedesktop.org/xorg/lib/libxft/-/merge_requests/1.patch \
-o /etc/portage/patches/x11-libs/libXft/bgra.patch
๐ฒ doas emerge -av -1 x11-libs/libXft
sys-fs/f2fs-tools (live ebuild)
sys-fs/f2fs-tools