Skip to content

owl4ce/lilium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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
Screenshot

https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt

sys-fs/f2fs-tools (live ebuild)

Merged to upstream.

More will come, if needed.