Commit Graph

1518 Commits

Author SHA1 Message Date
Dylan Araps
5ed3a93ce8
cmake: 3.21.0 2021-07-15 09:03:32 +03:00
Dylan Araps
7e88638a04
mesa: 21.1.5 2021-07-15 07:18:41 +03:00
Dylan Araps
d9591c6a16
nodejs: 16.5.0 2021-07-14 14:38:00 +03:00
Dylan Araps
a0e6bbc9f1
plzip: Fix build with libc++. Closes #282 2021-07-14 12:40:14 +03:00
Dylan Araps
131c2d6502
firefox: fix build with libc++. See #282 2021-07-14 12:38:13 +03:00
Dylan Araps
d3adf1adec
nodejs: fix issues with llvm/clang. See #282 2021-07-14 11:56:09 +03:00
Dylan Araps
8c28694cbd
firefox: 90.0
Closes #277
2021-07-13 23:43:56 +03:00
Dylan Araps
4183b1ab9e
mutt: 2.1.1 2021-07-13 17:11:31 +03:00
Dylan Araps
d1272e46e1
dhcpcd: make runit file executable
Closes #279
2021-07-13 10:54:05 +03:00
Dylan Araps
dbc9f588bb
openssh: make runit file executable
See #279
2021-07-13 10:53:40 +03:00
Dylan Araps
520617e74c
efivar: Force -j1
This /apparently/ fixes build errors for some users. I can't
reproduce (even with -j$(nproc)).
2021-07-13 10:36:17 +03:00
Dylan Araps
0ba4a68a52
man-pages-posix: merged into man-pages. Closes (#273) 2021-07-12 13:33:33 +03:00
Dylan Araps
ecb8dda212
mandoc: fix segfaults with some pages (See #273) 2021-07-12 13:32:54 +03:00
Dylan Araps
dce9f05156
man-pages: provide man-pages-posix (See #273)
We need man-pages-posix to fill in the gaps where man-pages
provides glibc related information.

This also renames the directories from man[013]p to man[013]
to avoid having to use makewhatis + the mandoc database.
2021-07-12 13:31:50 +03:00
Dylan Araps
36bfef6f31
scdoc: move to extra 2021-07-12 12:01:50 +03:00
Dylan Araps
24610024f6
man-pages-posix: 2017a (See #273) 2021-07-12 12:00:55 +03:00
Dylan Araps
55172af426
man-pages: 5.12 (See #273) 2021-07-12 12:00:10 +03:00
Dylan Araps
dd98b3963e
util-linux: remove bash completions and getopt examples 2021-07-12 11:58:19 +03:00
Dylan Araps
5e3ae13b41
tiff: enable library manual pages. See #273 2021-07-12 11:25:22 +03:00
Dylan Araps
3a3ab28a47
perl: enable manual pages. See #273 2021-07-12 11:21:25 +03:00
Dylan Araps
e333e1cf86
samurai: provide ninja manpage. See #273 2021-07-12 11:20:52 +03:00
Dylan Araps
fc5daf4123
pcre: enable manual pages. See #273 2021-07-12 11:14:35 +03:00
Dylan Araps
9f42ed2836
patchelf: remove README 2021-07-12 11:13:18 +03:00
Dylan Araps
4529f8d6e7
ncurses: enable manual pages. See #273 2021-07-12 04:07:13 +03:00
Dylan Araps
8081ba0990
mpv: remove completions 2021-07-12 04:02:05 +03:00
Dylan Araps
6dac677b0c
meson: remove polkit directory 2021-07-12 03:54:29 +03:00
Dylan Araps
35b390236a
libva-utils: fix depends 2021-07-12 03:47:00 +03:00
Dylan Araps
53bb9acb44
libelf: install manual pages. See #273 2021-07-12 03:38:43 +03:00
Dylan Araps
17ccc22ef3
merge 2021-07-11 21:21:01 +03:00
Dylan Araps
a4b58e1ef9
firefox: update post-install 2021-07-11 18:22:33 +03:00
dylan
94bab7f5c7
Merge pull request #266 from kisslinux/openssl
Openssl
2021-07-11 17:59:37 +03:00
Dylan Araps
2c027ca020
freetype-harfbuzz: 2.10.4+2.8.2 2021-07-11 10:54:37 +03:00
Dylan Araps
b3ce19e89c
Merge branch 'master' into wayland 2021-07-10 23:38:03 +03:00
Dylan Araps
87b61f4fb7
mesa: fix typo 2021-07-10 23:36:30 +03:00
Dylan Araps
c509e468c0
mesa: aid users needing libglvnd
This does a simple check during build time for libglvnd and
enables it if present. This prevents users from having to fork
the package to add GL support.

I want to /eventually/ add some kind of "optional" dependency
feature to the package manager so we can be rid of these hacks
once and for all.
2021-07-10 23:31:20 +03:00
Dylan Araps
8716e4e4a2
cbindgen: Fix wasi crate 404
The crates.io link for the wasi crate 404s. Upstream have no git
tags for versions whatsoever. Using the v1 crates.io API we can
download the crate but it ends up being called 'download' rather
than 'wasi-bla-bla.crate'.

This is temporary until the issue is fixed upstream.
2021-07-10 20:40:15 +03:00
Dylan Araps
b9dd1687d0
eiwd: fix depends 2021-07-10 20:30:05 +03:00
Dylan Araps
118a3f6080
mesa: fix trailing whitespace 2021-07-10 16:47:54 +03:00
Dylan Araps
ac5c726ff7
gtk+3: fix trailing whitespace 2021-07-10 16:47:36 +03:00
Dylan Araps
9336d2478c
pcre: fix trailing whitespace 2021-07-10 16:47:21 +03:00
Dylan Araps
8197235555
gnugrep: fix trailing whitespace 2021-07-10 16:46:49 +03:00
Dylan Araps
72c252fc71
firefox: fix build. Closes #275 2021-07-10 16:12:26 +03:00
Dylan Araps
c8b30f0d3e
Merge branch 'master' into wayland 2021-07-10 01:34:53 +03:00
Dylan Araps
0b57336275
openresolv: 3.12.0 2021-07-10 01:26:15 +03:00
Dylan Araps
6b7db9e42c
eiwd: 1.15-1 2021-07-10 01:25:08 +03:00
Dylan Araps
bb043d522a
mesa: fix depends. Closes #272 2021-07-10 00:39:53 +03:00
Dylan Araps
cbdb2d361c
firefox: refer to wiki page 2021-07-09 22:36:29 +03:00
Dylan Araps
f335d8d500
rebase on master 2021-07-09 15:52:27 +03:00
Dylan Araps
2d98f2f9a3
clang: 12.0.1 2021-07-09 15:42:02 +03:00
Dylan Araps
c841df7c59
llvm: 12.0.1 2021-07-09 15:41:37 +03:00