mirror of
https://github.com/getsolus/packages.git
synced 2025-04-26 04:40:17 +03:00

**Summary** [Changelog](https://lists.gnu.org/archive/html/info-gnu/2025-02/msg00010.html)
44 lines
940 B
YAML
44 lines
940 B
YAML
---
|
|
# Configuration for a repository freeze.
|
|
# Dates can be generated using `date --iso-8601=s`.
|
|
freeze:
|
|
start: "2025-01-10T23:59:59+00:00"
|
|
end: "2025-01-25T23:30:30+00:00"
|
|
|
|
# Configuration for including static libraries.
|
|
static_libs:
|
|
# These packages are allowed to include static libraries:
|
|
allowed_packages:
|
|
- appstream-generator
|
|
- gcc
|
|
- gettext
|
|
- ghc
|
|
- glibc
|
|
- golang
|
|
- ispc
|
|
- ldc
|
|
- libboost
|
|
- libnss
|
|
- libuv
|
|
- llvm
|
|
- llvm-15
|
|
- llvm-bolt
|
|
- ocaml
|
|
- qt5-base
|
|
- qt5-tools
|
|
- qt6-base
|
|
- qt6-declarative
|
|
- rocm-llvm
|
|
- rocmlir
|
|
- rust
|
|
- sdl2
|
|
- sdl3
|
|
- shadow
|
|
- sysprof
|
|
- vlc
|
|
- numpy # temporary addition until updated to 2.x
|
|
# These files are allowed as static libraries:
|
|
allowed_files:
|
|
- /usr/lib64/ghc-*/**
|
|
- /usr/lib64/dotnet/packs/Microsoft.NETCore.App.Host.solus.*/**/libnethost.a
|
|
- /usr/lib64/libtcod.a
|