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

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

16
assets/var/gnu/sysprof.md Normal file
View File

@ -0,0 +1,16 @@
sysprof 50.0
=
https://gitlab.gnome.org/GNOME/sysprof/-/archive/50.0/sysprof-50.0.tar.gz
``` sh *** build ***
mkdir -p build
cd build
meson setup --prefix=/pkg/gnu/sysprof --buildtype=release -Dgtk=false -Dsysprofd=none ..
ninja
ninja install
```
``` cfg *** build deps ***
libdex
itstool
```