-
Notifications
You must be signed in to change notification settings - Fork 8
/
README
35 lines (23 loc) · 1.27 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
pkgbuilds <https://github.com/Earnestly/pkgbuilds>
Differences from Arch Linux
While Arch Linux provides mostly complete packages I don't split packages
into multiple variations. E.g. Instead of six pulseaudio packages I only
provide one.
- glibc-git
Removed all non-UTF-8 charmaps. By simplifying the locale-gen script I
can provide an empty /etc/locales directory for users to add their locales
as empty files with the name of the locale, e.g. /etc/locales/en_GB
If the file is not empty then the content can be used as the charmap.
- pulseaudio-git
Disables practically every additional feature from dbus to esound support
leaving only the main POSIX functionality. This doesn't include a lib32
libpulse which is problematic when using wine.
- vim-git
Built without gtk while still including x11 support with all available
dynamic interpreters. Does not include downstream modification such as
archlinux.vim or change global vimrc locations.
- xterm-git
Include a patch which enables keyboard selection based on a search pattern.
This is a continuation of the work by fmang[1] and pbrisbin[2].
1. https://bbs.archlinux.org/viewtopic.php?id=181515
2. https://pbrisbin.com/posts/selecting_urls_via_keyboard_in_xterm/