patch pkg run

This commit is contained in:
2026-06-12 18:37:44 +03:00
parent 833f62c739
commit a3bcf16eaa
5 changed files with 6 additions and 28 deletions

View File

@ -1,6 +1,6 @@
linux-kernel 6.18.7
linux-kernel 7.0.12
=
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.7.tar.xz
https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.0.12.tar.xz
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_OHCI_HCD=m

View File

@ -1,7 +0,0 @@
docbook 5.2
=
https://github.com/docbook/docbook/archive/refs/tags/5.2.tar.gz
``` cfg *** deps ***
java
```

View File

@ -1,15 +0,0 @@
shared-mime-info 2.4
=
https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/2.4/shared-mime-info-2.4.tar.gz
``` sh *** build ***
mkdir -p build
cd build
meson setup --prefix=/pkg/gnu/shared-mime-info --buildtype=release ..
ninja
ninja install
```
``` cfg *** build deps ***
docbook
```