Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit 9ffc2f04d4
240 changed files with 2747 additions and 855 deletions

View File

@ -0,0 +1,11 @@
gobject-introspection 1.86.0
=
https://gitlab.gnome.org/GNOME/gobject-introspection/-/archive/1.86.0/gobject-introspection-1.86.0.tar.gz
``` sh *** build ***
mkdir -p build
cd build
meson setup --prefix=/pkg/gnu/gobject-introspection --buildtype=release -Dtests=false ..
ninja
ninja install
```