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)
- Host: GitHub
- URL: https://github.com/owl4ce/lilium
- Owner: owl4ce
- License: mit
- Created: 2021-07-08T15:28:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T23:11:33.000Z (about 3 years ago)
- Last Synced: 2025-02-02T04:24:16.128Z (over 1 year ago)
- Topics: gentoo, linux, portage, portage-overlay, rxvt-unicode, urxvt
- Language: Shell
- Homepage: https://github.com/owl4ce/lilium.git
- Size: 119 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.*