Commit Graph

1618 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
Dylan Araps
c6e719df1a
gtk+3: Fix cursor issues in firefox 2021-07-09 13:38:22 +03:00
Dylan Araps
06c865d30e
firefox: add note about icons 2021-07-09 13:15:26 +03:00
Dylan Araps
b13f3d042a
adwaita-icon-theme: 40.1.1 2021-07-09 13:14:22 +03:00
Dylan Araps
682ffe00a1
firefox: add more vaapi instructions 2021-07-09 00:22:14 +03:00
Dylan Araps
28d87227c2
mesa: add note about amdgpu 2021-07-08 23:48:22 +03:00
Dylan Araps
bd0f97571b
firefox: add note about vaapi and amdgpu 2021-07-08 23:47:46 +03:00
Dylan Araps
3d92c673dd
firefox: amend post-install 2021-07-08 23:17:49 +03:00
Dylan Araps
5d4397c178
firefox: add comment explaining --disable-webrtc 2021-07-08 21:43:00 +03:00
Dylan Araps
68a0665cb2
firefox: disable webrtc for wayland 2021-07-08 19:27:10 +03:00
Dylan Araps
5db67f8e61
firefox: remaining wayland changes 2021-07-08 18:32:23 +03:00
Dylan Araps
835c1ffa68
libva: be more explicit 2021-07-08 18:10:47 +03:00
Dylan Araps
a7c2ec0a96
ffmpeg: disable xorg 2021-07-08 18:08:05 +03:00
Dylan Araps
a92cfdca0d
libepoxy: tweak build 2021-07-08 18:04:29 +03:00
Dylan Araps
0ed516797e
mtdev: move to wayland repository 2021-07-08 15:58:53 +03:00
Dylan Araps
5a2c88ca97
libevdev: move to wayland repository 2021-07-08 15:58:35 +03:00
Dylan Araps
acc8f9dcd2
libdrm: move to wayland repository 2021-07-08 15:58:01 +03:00
Dylan Araps
6fede64743
pixman: move to wayland repository 2021-07-08 15:56:15 +03:00
Dylan Araps
cbad2cefd6
libxkbcommon: move to wayland repository 2021-07-08 15:55:53 +03:00
Dylan Araps
f4a1cb7bc8
libpciaccess: move to wayland repository 2021-07-08 15:55:31 +03:00
Dylan Araps
6852bd533a
libinput: move to wayland repository 2021-07-08 15:54:06 +03:00
Dylan Araps
cf2dffe9b1
libxkbcommon: add wayland to depends 2021-07-08 14:16:48 +03:00
Dylan Araps
a8184b9fcc
firefox: initial xorg removal 2021-07-08 12:30:09 +03:00
Dylan Araps
cbdf5d6d79
mpv: depend on wayland 2021-07-08 12:25:54 +03:00
Dylan Araps
a654edf469
cairo: fix wayland 2021-07-08 12:24:05 +03:00
Dylan Araps
5f88fd153b
cairo: remove xorg dependency 2021-07-08 10:53:00 +03:00
Dylan Araps
1094f3f465
gtk+3: add wayland to depends 2021-07-08 10:53:00 +03:00
Dylan Araps
0725d5c999
freetype-harfbuzz: remove xorg dependency 2021-07-08 10:53:00 +03:00
Dylan Araps
1c0db740b3
libepoxy: remove xorg dependency 2021-07-08 10:53:00 +03:00
Dylan Araps
7be91e2834
pango: remove xorg dependency 2021-07-08 10:53:00 +03:00
Dylan Araps
4fb7e91e7e
mesa: depend on wayland 2021-07-08 10:53:00 +03:00
Dylan Araps
f4d18de5ff
gdk-pixbuf: remove libX11 from depends 2021-07-08 10:53:00 +03:00
Dylan Araps
ae0b2317b4
libva: depend on wayland 2021-07-08 10:53:00 +03:00
Dylan Araps
b045277111
pcre: 8.45 2021-07-08 10:53:00 +03:00
Dylan Araps
34ed526da3
json-c: 0.15 2021-07-08 10:53:00 +03:00
Dylan Araps
23887e8ee9
gnupg1: depend on openssl 2021-07-08 00:14:33 +03:00
Dylan Araps
69fc1dd5a4
cmake: depend on openssl 2021-07-08 00:14:30 +03:00
Dylan Araps
2716d66de1
python: depend on openssl 2021-07-08 00:14:26 +03:00
Dylan Araps
5e853ed5db
mutt: depend on openssl 2021-07-08 00:14:24 +03:00
Dylan Araps
925d606edf
nodejs: add openssl to depends 2021-07-08 00:14:22 +03:00
Dylan Araps
99238b3dee
ffmpeg: depend on openssl 2021-07-08 00:14:20 +03:00
Dylan Araps
1b4c581811
wpa_supplicant: depend on openssl 2021-07-08 00:14:16 +03:00
Dylan Araps
c5f35ce474
openssh: depend on openssl 2021-07-08 00:14:14 +03:00
Dylan Araps
40b7b544a3
rust: depend on openssl 2021-07-08 00:02:10 +03:00
Dylan Araps
0619e286fd
fribidi: drop from repositories 2021-07-07 19:12:15 +03:00
Dylan Araps
67e68d5e43
firefox: remove fribidi dependency 2021-07-07 19:11:47 +03:00
Dylan Araps
42af66fc90
pango: remove fribidi dependency 2021-07-07 19:03:50 +03:00
Dylan Araps
bebc3382da
gtk+3: remove fribidi dependency 2021-07-07 18:42:01 +03:00
Dylan Araps
92f6a37b6f
libass: remove fribidi dependency 2021-07-07 14:02:09 +03:00
Dylan Araps
41c785dfd6
python: add libressl to depends 2021-07-06 19:33:27 +03:00
Dylan Araps
42b9224a87
cmake: remove bash completions 2021-07-06 16:10:51 +03:00
Dylan Araps
a57eaabb5e
gperf: remove HTML docs 2021-07-06 16:09:13 +03:00
Dylan Araps
cac0fd686c
nodejs: remove more unneeded stuff 2021-07-06 16:04:54 +03:00
Dylan Araps
85e9114ed1
rust: remove more unneeded stuff 2021-07-06 16:03:16 +03:00
Dylan Araps
54d9d12b97
tiff: trim docs 2021-07-06 13:53:49 +03:00
Dylan Araps
98c08f9c48
pkgconf: remove documentation 2021-07-06 13:39:28 +03:00
Dylan Araps
475f2bdcc5
llvm: swap to better means of disabling docs, etc 2021-07-06 13:31:42 +03:00
Dylan Araps
6ebac57936
libxkbcommon: use /usr/lib for execdir. 2021-07-06 13:30:50 +03:00
Dylan Araps
9af8f93349
ncurses: reduce package to 3MB~
- Disables manual pages.
- Smaller terminfo database.
2021-07-06 13:06:34 +03:00
Dylan Araps
001bdbf710
mutt: don't install HTML documentation 2021-07-06 11:26:50 +03:00
Dylan Araps
6f66e8fde0
libvorbis: disable HTML documentation 2021-07-06 11:24:40 +03:00
Dylan Araps
65b5ca3576
libtheora: disable html documentation 2021-07-06 11:20:09 +03:00
Dylan Araps
ad00471d15
libogg: remove html/xml documentation 2021-07-06 11:16:57 +03:00
Dylan Araps
e20010b0db
libjpeg-turbo: remove documentation 2021-07-06 11:06:08 +03:00
Dylan Araps
7e88f37de8
lame: remove ncurses dependency, disable html docs 2021-07-06 02:53:15 +03:00
Dylan Araps
ff6218a8a3
gcompat: silence pkgconf errors 2021-07-06 02:32:16 +03:00
Dylan Araps
ff53905791
fribidi: remove documentation 2021-07-06 02:24:26 +03:00
Dylan Araps
4c8283c0c1
freetype-harfbuzz: nit 2021-07-06 02:16:08 +03:00
Dylan Araps
7ee2df0cfb
fontconfig: misc changes 2021-07-06 02:13:13 +03:00
Dylan Araps
03d7dd29de
ffmpeg: sort configure and add missing dependency 2021-07-06 02:09:48 +03:00
Dylan Araps
0e51fde767
expat: silence linter 2021-07-06 02:05:47 +03:00
Dylan Araps
35e08f910f
expat: minor changes 2021-07-06 02:02:28 +03:00
Dylan Araps
6e5bd2a1a3
efibootmgr: use latest commit 2021-07-06 01:45:00 +03:00
Dylan Araps
eb4a0ce367
e2fsprogs: install only what we want 2021-07-06 01:22:57 +03:00
Dylan Araps
d63b14759f
dosfstools: disable documentation 2021-07-06 00:48:59 +03:00
Dylan Araps
a63c52ea90
cbindgen: nitpick 2021-07-06 00:38:59 +03:00
Dylan Araps
95efc64207
cairo: disable html documentation 2021-07-06 00:36:47 +03:00
Dylan Araps
2b0724f279
acpid: drop package 2021-07-06 00:30:08 +03:00
Dylan Araps
2be3b1c6f5
sudo: drop package 2021-07-05 16:42:56 +03:00
Dylan Araps
058f34059a
ssu: new package 0.3.2 2021-07-05 16:42:28 +03:00
Dylan Araps
d8e18b91c6
efivar: change source to recent commit 2021-07-05 16:37:08 +03:00
Dylan Araps
0da1745da6
ffmpeg: disable static libraries 2021-07-05 15:06:05 +03:00
Dylan Araps
8c505415d6
pango: 1.48.7 2021-07-04 13:16:52 +00:00
Dylan Araps
202bf27aa8
gtk+3: remove sed -i 2021-07-03 21:44:07 +00:00
Dylan Araps
77e23986e0
gdk-pixbuf: be explicit 2021-07-03 21:39:28 +00:00
Dylan Araps
de14245280
cairo: remove sed -i 2021-07-03 21:32:12 +00:00
Dylan Araps
432ba44e0e
glib: remove sed -i 2021-07-03 21:27:51 +00:00
Dylan Araps
afbd121d2e
rust: remove sed -i 2021-07-03 21:24:51 +00:00
Dylan Araps
f1e98bd306
pango: remove sed -i, remove network requirement 2021-07-03 21:18:43 +00:00
Dylan Araps
337653f275
libelf: remove sed -i 2021-07-03 21:09:35 +00:00
Dylan Araps
df71ceee1d
libvpx: remove sed -i 2021-07-03 21:08:17 +00:00
Dylan Araps
57a692afcd
zstd: remove sed -i 2021-07-03 21:05:22 +00:00
Dylan Araps
20ca08706b
mandoc: remove sed -i 2021-07-03 21:04:59 +00:00
Dylan Araps
e30c184ef1
mesa: remove sed -i 2021-07-03 20:42:55 +00:00
Dylan Araps
e3da396e12
gcompat: remove sed -i 2021-07-03 20:42:26 +00:00
Dylan Araps
ea25146be5
sqlite: remove sed -i 2021-07-03 20:42:02 +00:00
Dylan Araps
e309be39eb
opendoas: remove sed -i 2021-07-03 20:41:26 +00:00
Dylan Araps
04ce5126de
clang: remove sed -i 2021-07-03 20:41:01 +00:00
Dylan Araps
38ce25ac88
atk: remove sed -i 2021-07-03 20:40:22 +00:00
Dylan Araps
85ca676d9f
rsync: remove sed -i 2021-07-03 20:39:59 +00:00
Dylan Araps
1d621568da
firefox: remove sed -i 2021-07-03 20:38:36 +00:00