An open API service indexing awesome lists of open source software.

https://github.com/owl4ce/lilium

Lilium Portage Overlay (STUB)
https://github.com/owl4ce/lilium

gentoo linux portage portage-overlay rxvt-unicode urxvt

Last synced: 11 months ago
JSON representation

Lilium Portage Overlay (STUB)

Awesome Lists containing this project

README

          

#

`lilium`


~ experimental area of portage overlay for ebuild repairs or feature-upgrades ~

## ADDING THIS OVERLAY



```sh
💲 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
```

```sh
💲 doas emaint -r lilium sync
```

## EBUILDS LIST

### [`x11-terms/rxvt-unicode`](./x11-terms/rxvt-unicode)

No systemd units, add wide glyphs and true color emoji support (credit to
[AUR](https://aur.archlinux.org/packages/rxvt-unicode-truecolor-wide-glyphs)),
[etc](./x11-terms/rxvt-unicode/files).

**How to patch x11-libs/libXft with BGRA glyphs display scaling?**

```sh
💲 doas mkdir -pv /etc/portage/patches/x11-libs/libXft
```

```sh
💲 doas curl -s https://gitlab.freedesktop.org/xorg/lib/libxft/-/merge_requests/1.patch \
-o /etc/portage/patches/x11-libs/libXft/bgra.patch
```

```sh
💲 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`~~](./sys-fs/f2fs-tools) (live ebuild)

[Merged to upstream](https://gitweb.gentoo.org/repo/gentoo.git/patch/?id=e0fee33fc6aa312e2ca62ace9c05cf2eafd64b97).

### *More will come, if needed.*