├── .gitattributes ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── hardware_enablement.yaml │ ├── request_build_support.yaml │ ├── request_new_package.yaml │ └── request_package_update.yaml └── workflows │ ├── conflicts.yaml │ └── package_lint.yml ├── .gitignore ├── LICENSES └── MPL-2.0.txt ├── README.md ├── a ├── aardvark-dns │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── abseil-cpp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── accounts-qml-module │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── accountsservice │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── gcc-14.patch │ │ └── upstream-01.patch │ └── stone.yaml ├── acl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── acpica │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── adwaita-colors-icon-theme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── inherit-morewaita.patch │ └── stone.yaml ├── adwaita-fonts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── adwaita-icon-theme-legacy │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── adwaita-icon-theme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── default.index.theme │ └── stone.yaml ├── akonadi-calendar │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── akonadi-contacts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── akonadi-import-wizard │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── akonadi-mime │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── akonadi-search │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── akonadi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── akonadiconsole │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── alabaster │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── alacritty │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── alsa-lib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── alsa-topology-conf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── alsa-ucm-conf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── upstream-01.patch │ └── stone.yaml ├── alsa-utils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── amdgpu_top │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── aom │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── appstream │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── argon2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── use-systems-ar.patch │ └── stone.yaml ├── ark │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Add-read-only-for-stone-mimetype.patch │ └── stone.yaml ├── asciidoc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── asciidoctor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── asciinema │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── assimp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── asusd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── at-spi2-core │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-at-spi2-core-Stateless-XDG-autostart-directories.patch │ └── stone.yaml ├── atk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── stub │ └── stone.yaml ├── atkmm-2.28 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── atkmm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── attr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Support-stateless-path.patch │ └── stone.yaml ├── atuin │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── aurorae │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── autocc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── autoconf-archive │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── autoconf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── automake │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── avahi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ ├── 0001-Fall-back-to-stateless-directory.patch │ ├── avahi-autoipd.group │ ├── avahi-autoipd.user │ ├── avahi.group │ └── avahi.user │ └── stone.yaml ├── b ├── baloo-widgets │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── baobab │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── bash-completion │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Use-a-stateless-configuration.patch │ └── stone.yaml ├── bash │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 40-prompt.sh │ │ ├── 41-alias.sh │ │ ├── aeryn-stateless-shell-conf.sh │ │ ├── bash53-001 │ │ ├── bash53-002 │ │ ├── bash53-003 │ │ ├── bash53-004 │ │ ├── bash53-005 │ │ ├── bash53-006 │ │ ├── bash53-007 │ │ ├── bash53-008 │ │ ├── bashrc │ │ ├── profile │ │ └── stateless.patch │ └── stone.yaml ├── bat │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── bc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── fedora │ │ │ ├── bc-1.06-dc_ibase.patch │ │ │ ├── bc-1.06.95-doc.patch │ │ │ └── bc-1.07.1-readline-echo-empty.diff │ └── stone.yaml ├── bcachefs-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── bcc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-clang-20.patch │ └── stone.yaml ├── bdftopcf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── benchmark │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── bind-utils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── binutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Proper-stateless.patch │ │ ├── 0001-Revert-gprofng-Fix-cross-compilation-binary-name.patch │ │ └── 0001-Use-BLAKE3-for-build-id-hashing.patch │ └── stone.yaml ├── bison │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── blake3 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── bluedevil │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── blueprint-compiler │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── bluez │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-stateless.patch │ │ ├── 0002-Make-main.conf-stateless.patch │ │ ├── bluetooth-mesh.preset │ │ ├── bluetooth.preset │ │ └── obex.preset │ └── stone.yaml ├── bolt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── boost │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── botan │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── bottom │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── boulder │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── bpftool │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── branding-aeryn-plasma │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── sddm.conf │ │ └── xdg │ │ │ └── kdeglobals │ └── stone.yaml ├── branding-aeryn-sway │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── breeze-gtk-theme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── breeze │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── upstream-01.patch │ │ └── upstream-02.patch │ └── stone.yaml ├── brightnessctl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── brotli │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── btop │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── btrfs-progs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── btrfs-scrub@.service │ │ └── btrfs-scrub@.timer │ └── stone.yaml ├── bubblewrap │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── build-essential │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── buildah │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-test.patch │ └── stone.yaml ├── bzip2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── bzip2.pc │ │ └── serpent │ │ │ └── 0001-Makefile-Allow-to-override-compiler-and-flags.patch │ └── stone.yaml └── bzip3 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── c ├── c-ares │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── Remove-live-tests.patch │ └── stone.yaml ├── ca-certificates │ ├── .gitignore │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── pkg │ │ ├── README.etc │ │ ├── README.etcssl │ │ ├── README.extr │ │ ├── README.java │ │ ├── README.src │ │ ├── README.usr │ │ ├── trigger.yaml │ │ ├── update-ca-trust │ │ └── update-ca-trust.8.txt │ └── stone.yaml ├── cabextract │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cairo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cairomm-1.14 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cairomm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── calendarsupport │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cargo-c │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cargo-flamegraph │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── catch2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cava │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cbindgen │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ccache │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-ccache-Add-vendor-dir.patch │ │ └── ccache.conf │ └── stone.yaml ├── celluloid │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── chafa │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── check │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── chezmoi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cjson │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── disable-Werror-flag.patch │ │ └── ftbfs-cmake-4.patch │ └── stone.yaml ├── clinfo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cmake │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cmark │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cmocka │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── codespell │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── coeurl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── colord-gtk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── colord │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── colord.group │ │ └── colord.user │ └── stone.yaml ├── containerd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── containerd.preset │ └── stone.yaml ├── containers-common │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── policy.json │ │ └── registries.yaml │ └── stone.yaml ├── corrosion │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-applets │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-applibrary │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-bg │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── serpent_branding.patch │ └── stone.yaml ├── cosmic-comp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-desktop │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-edit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-files │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-greeter │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-debian-Port-sample-service-pam-to-Serpent-OS.patch │ │ ├── cosmic-greeter-daemon.service │ │ ├── cosmic-greeter.group │ │ ├── cosmic-greeter.service │ │ ├── cosmic-greeter.toml │ │ └── cosmic-greeter.user │ └── stone.yaml ├── cosmic-icons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-idle │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-initial-setup │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Allow-xdg-directory-to-be-overridden.patch │ └── stone.yaml ├── cosmic-launcher │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-notifications │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-osd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-panel │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-player │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-randr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-screenshot │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-session │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 60-cosmic.preset │ └── stone.yaml ├── cosmic-settings-daemon │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-settings │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-store │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-term │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-wallpapers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cosmic-workspaces │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cpio │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cpp-utilities │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cppunit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cracklib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cryptsetup │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Fix-lockdir-perms.patch │ │ └── 0001-meson-Install-binaries.patch │ └── stone.yaml ├── cunit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cups-browsed │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Stateless.patch │ │ └── cups-browsed.preset │ └── stone.yaml ├── cups-filters │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cups-pk-helper │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cups │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-stateless-cupsd.patch │ │ └── cups.pam │ └── stone.yaml ├── curl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── cyrus-sasl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── digest5.patch │ │ ├── openssl3.patch │ │ ├── upstream-fix-time.patch │ │ └── upstream-time-2.patch │ └── stone.yaml └── cython │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── d ├── dash │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-downstream-Update-default-path.patch │ │ └── upstream-01.patch │ └── stone.yaml ├── dav1d │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── dbus-broker │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── dbus-glib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Use-system-location-of-bash-completions.patch │ │ └── dbus-glib-bash-completion.patch │ └── stone.yaml ├── dbus │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── trigger.yaml │ └── stone.yaml ├── dconf-editor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── dconf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ddcutil │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Fix-build-with-slibtool.patch │ └── stone.yaml ├── decibels │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── deepfilternet │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-ftbfs-rust-1.80.patch │ └── stone.yaml ├── dejavu-fonts-ttf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── delta │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── desktop-file-utils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── trigger.yaml │ └── stone.yaml ├── device-quirks │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── etc.patch │ └── stone.yaml ├── diffutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── discord │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── disable-breaking-updates.py │ │ ├── discord.desktop │ │ └── discord.sh.in │ └── stone.yaml ├── discount │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── discover │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-downstream-Nuke-rpath.patch │ └── stone.yaml ├── distrobox │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── djvulibre │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── CVE-2021-3500.patch │ └── stone.yaml ├── dmidecode │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── dnsmasq │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── Disable-ICMP-echo-address-checking.patch │ │ ├── Do-not-rebuild-when-installing.patch │ │ ├── Make-it-stateless.patch │ │ ├── dnsmasq.service │ │ └── dnsmasq.sysusers │ └── stone.yaml ├── docbook-xsl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── no-stack-overflow.patch │ └── stone.yaml ├── docbook │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── docbook5-xml │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── docker-buildx │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── docker-compose │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── docker │ ├── README.md │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── docutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── dolphin │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── dosfstools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── double-conversion │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-cmake-4.patch │ └── stone.yaml ├── doxygen │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── dracut │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-solus-Add-module-to-invalidate-depmod-index.patch │ │ ├── 0002-Support-stateless-glibc-ldconfig-configuration.patch │ │ ├── 0003-Exclude-unwanted-paths-from-initrd-creation.patch │ │ ├── 0004-Downstream-De-compress-kbd-files.patch │ │ ├── 0005-solus-Allow-for-skipping-firmware-installation.patch │ │ ├── 0006-45plymouth-Generate-proper-OS-plymouth-for-generic-i.patch │ │ └── aeryn.conf │ └── stone.yaml ├── dragon │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── drkonqi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── drm-info │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── dtc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── dub │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── duktape │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ └── 0001-link-against-libm.patch │ └── stone.yaml ├── e ├── e2fsprogs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── stateless.patch │ └── stone.yaml ├── easyeffects │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ebook-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-libzip.patch │ └── stone.yaml ├── ed │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── editorconfig-core-c │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── edk2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 50-edk2-ovmf-x86_64-secure-4m.json │ │ ├── 60-edk2-aarch64.json │ │ ├── 60-edk2-ovmf-microvm-4m.json │ │ ├── 60-edk2-ovmf-x86_64-4m.json │ │ └── ftbfs-nasm-3.patch │ └── stone.yaml ├── egl-gbm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── egl-wayland │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── egl-x11 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── eglexternalplatform │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── elfutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── rename-stack.patch │ └── stone.yaml ├── elisa │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── enchant │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ent │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── erofs-utils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ethtool │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── eventviews │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── evolution-data-server │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── evtest │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── exempi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── exfatprogs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── exiv2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── expat │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── expect │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── expect-5.32.2-random.patch │ │ ├── expect-5.43.0-log_file.patch │ │ ├── expect-5.43.0-pkgpath.patch │ │ ├── expect-5.45-exp-log-buf-overflow.patch │ │ ├── expect-5.45-fd-leak.patch │ │ ├── expect-5.45-man-page.patch │ │ ├── expect-5.45-match-gt-numchars-segfault.patch │ │ ├── expect-5.45-mkpasswd-dash.patch │ │ ├── expect-5.45-passmass-su-full-path.patch │ │ ├── expect-5.45-re-memleak.patch │ │ ├── expect-5.45.4-unification-of-usage-and-man-page.patch │ │ └── expect-5.45.4.1-compile.patch │ └── stone.yaml ├── extra-cmake-modules │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Enable-stateless-paths.patch │ │ └── 0002-We-use-qmake-rather-than-qmake-qt5.patch │ └── stone.yaml └── eza │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── f ├── f2fs-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── add-.libs-sharedlib-search-dir-for-mkfs-target.patch │ └── stone.yaml ├── f3 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── fakeroot │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── fast-float │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── fastfetch │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── fd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── fdk-aac │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ffmpeg │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Don-t-print-in-columns.patch │ │ ├── 0001-configure-explicitly-disable-spirv_compiler.patch │ │ ├── CVE-2025-22921.patch │ │ └── chromium.patch │ └── stone.yaml ├── ffmpegthumbs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── fftw │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── file-roller │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-stone-mime.patch │ └── stone.yaml ├── file │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-magic-Support-Serpent-OS-stone-format.patch │ └── stone.yaml ├── filelight │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── upstream-1103.patch │ └── stone.yaml ├── findutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── firefox-langpacks │ ├── .gitignore │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── stone.yaml │ └── update.py ├── firefox │ ├── README.md │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── build │ │ │ ├── aerynos-google-safebrowsing-api-key │ │ │ └── mozconfig │ │ ├── install │ │ │ ├── distribution.ini │ │ │ ├── firefox-l10n.js │ │ │ ├── firefox-symbolic.svg │ │ │ ├── firefox-wrapper.sh │ │ │ ├── org.mozilla.firefox.SearchProvider.service │ │ │ ├── org.mozilla.firefox.desktop │ │ │ ├── org.mozilla.firefox.search-provider.ini │ │ │ └── prefs.js │ │ └── patches │ │ │ ├── 0001-Allow-installing-addons-from-user-scope.patch │ │ │ ├── 0001-Fix-Firefox-Thunderbird-envvar-conflicts.patch │ │ │ ├── 0001-icu-78-build-fix.patch │ │ │ └── pgo.patch │ └── stone.yaml ├── fish │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-downstream-Update-default-PATH.patch │ │ ├── 99-exec-fish-as-interactive-shell.conf │ │ └── fish.tmpfiles │ └── stone.yaml ├── flac │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── flatpak-kcm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── flatpak │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── flathub.flatpakrepo │ └── stone.yaml ├── flex │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── fmt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── folks │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── font-cantarell │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── font-fira │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── font-firacode │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── font-hack │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── font-monaspace │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── font-noto-cjk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── README │ └── stone.yaml ├── font-noto-emoji │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── font-noto-sans-cjk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 70-noto-sans-cjk.conf │ │ └── 70-noto-serif-cjk.conf │ └── stone.yaml ├── font-noto-serif-cjk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 70-noto-serif-cjk.conf │ └── stone.yaml ├── font-noto │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── font-opensans │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── font-util │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── fontconfig │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── fonts.conf │ │ ├── stateless │ │ │ └── Support-user-config.patch │ │ └── trigger.yaml │ └── stone.yaml ├── foomatic-db-engine │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── foomatic-db-nonfree │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── foomatic-db │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── fprintd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── freeglut │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── freerdp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── freetype │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── long-names.patch │ │ ├── modules.patch │ │ └── subpixel.patch │ └── stone.yaml ├── fribidi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── fzf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── g ├── gamemode │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── steam-hack.patch │ └── stone.yaml ├── gamescope-plus │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gamescope-session-opengamepadui │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gamescope-session-steam-plus │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gamescope-session-steam │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gamescope-session │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── bash.patch │ │ └── disable-plymouth.patch │ └── stone.yaml ├── gamescope │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 1828.patch │ │ ├── 1867.patch │ │ ├── ftbfs-libdisplay-info-0.3.patch │ │ └── openvr-system-cpp.patch │ └── stone.yaml ├── gawk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gcc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── aerynos │ │ │ ├── 0001-Downstream-Don-t-run-fixincludes-during-install.patch │ │ │ ├── 0001-Install-libraries-into-lib-rather-than-lib64.patch │ │ │ ├── 0001-Use-modern-linker-locations-for-Serpent-OS.patch │ │ │ └── disable-rpath.patch │ │ └── perf │ │ │ ├── increase-vectorize-cost-model-to-cheap.patch │ │ │ └── use-highest-optimize-value.patch │ └── stone.yaml ├── gcr-3 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gcr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── gcr-user.preset │ └── stone.yaml ├── gdb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gdbm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gdk-pixbuf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── trigger.yaml │ └── stone.yaml ├── gdm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── gdm.group │ │ ├── gdm.user │ │ ├── org.gnome.login-screen.gschema.override │ │ └── pam │ │ │ ├── gdm-autologin │ │ │ ├── gdm-fingerprint │ │ │ ├── gdm-launch-environment │ │ │ ├── gdm-password │ │ │ └── gdm-smartcard │ └── stone.yaml ├── geoclue │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── geocode-glib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gettext │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gexiv2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ghostscript │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gi-docgen │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── giflib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── giflib-5.1.9-fix-missing-quantize-API-symbols.patch │ │ ├── giflib-5.1.9-make-flags.patch │ │ └── security │ │ │ └── CVE-2025-31344.patch │ └── stone.yaml ├── git-lfs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── git │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── git-gui.desktop │ └── stone.yaml ├── github-cli │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gjs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── glew │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Build-system-integration.patch │ │ ├── egl+glx.patch │ │ └── glew-install.patch │ └── stone.yaml ├── glfw │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── glib-networking │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── glib2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-gdesktopappinfo-Support-ptyxis-for-executing-.deskto.patch │ │ ├── 0001-glib-gutils-Support-stateless-fallback-XDG_CONFIG_DI.patch │ │ ├── glibconfig.h │ │ └── trigger.yaml │ └── stone.yaml ├── glibc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── aerynos │ │ │ ├── 0001-Compress-charmaps-with-zstd.patch │ │ │ ├── 0001-Force-correct-RTLDLIST-for-ldd.patch │ │ │ ├── 0001-downstream-Update-default-PATH.patch │ │ │ └── 0001-sysdeps-Add-support-for-default-directories.patch │ │ ├── glibc_ldconfig.yaml │ │ ├── ld.so.conf │ │ ├── perf │ │ │ └── 0001-Remove-RELR-dependency-check.patch │ │ └── stateless │ │ │ ├── Support-fallback-stateless-shells-path.patch │ │ │ ├── Use-a-stateless-ld.so.conf.patch │ │ │ ├── ld-so-cache-in-var.patch │ │ │ ├── make-hosts-file-stateless.patch │ │ │ └── make-locale-cache-stateless.patch │ └── stone.yaml ├── glibmm-2.66 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── glibmm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── glslang │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── glu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── glycin │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gmmlib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gmp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-app-list │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-autoar │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-backgrounds │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-bluetooth │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-browser-connector │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-calculator │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-calendar │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-characters │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-clocks │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-console │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-contacts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-control-center │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-desktop-defaults │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 10_org.gnome.desktop.a11y.keyboard.gschema.override │ │ ├── 10_org.gnome.desktop.background.gschema.override │ │ ├── 10_org.gnome.desktop.interface.gschema.override │ │ ├── 10_org.gnome.desktop.peripherals.gschema.override │ │ ├── 10_org.gnome.desktop.wm.gschema.override │ │ ├── 10_org.gnome.login-screen.gschema.override │ │ ├── 10_org.gnome.mutter.gschema.override │ │ ├── 10_org.gnome.shell.gschema.override │ │ ├── 10_org.gtk.Settings.FileCooser.gschema.override │ │ └── 10_org.gtk.gtk4.Settings.FileCooser.gschema.override │ └── stone.yaml ├── gnome-desktop │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-disk-utility │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-font-viewer │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-keyring │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-menus │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-online-accounts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-remote-desktop │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-session │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 50-gnome.preset │ │ └── gnome-mimeapps.list │ └── stone.yaml ├── gnome-settings-daemon │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-shell-extension-appindicator │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-shell-extension-dash-to-panel │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-shell-extension-tilingshell │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-shell-extensions │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-shell │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 3674.patch │ └── stone.yaml ├── gnome-software │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-system-monitor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-text-editor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-tweaks │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnome-weather │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnu-coreutils-compat │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnu-efi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnupg │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gnutls │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── go-md2man │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── go-task │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gobject-introspection │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── godot │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-system-glslang.patch │ └── stone.yaml ├── golang │ ├── README.md │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-downstream-Default-to-clang-linker.patch │ │ ├── go.env-toolchain-local.patch │ │ └── golang-gdbinit │ └── stone.yaml ├── googletest │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gparted │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gperf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gpgme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gpgmepp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gpm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── patches │ │ │ ├── 0001-fix-include-paths.patch │ │ │ ├── 0002-fix-duplicate-symbol.patch │ │ │ ├── 0003-fix-sigemptyset.patch │ │ │ └── 0004-fix-installdata.patch │ └── stone.yaml ├── grantleetheme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── graphene │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── graphite │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── ftbfs-cmake-4.patch │ │ └── ftbfs-libstdc-15.patch │ └── stone.yaml ├── graphviz │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── greetd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Use-vendor-OS-PAM-configuration-only.patch │ │ └── greetd.pam │ └── stone.yaml ├── grep │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── groff │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gsettings-desktop-schemas │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gsl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-External-cblas-support.patch │ └── stone.yaml ├── gsm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── fix-toast.patch │ │ └── gsm-shared.patch │ └── stone.yaml ├── gsound │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gssdp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gst-plugins-rs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gstreamer │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gtk-3 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Allow-disabling-legacy-Tracker-search.patch │ │ ├── icon-cache.yaml │ │ └── immodules.yaml │ └── stone.yaml ├── gtk-4 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gtk-doc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gtk-layer-shell │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gtk-vnc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gtkmm-4 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gtkmm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gtksourceview │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gtksourceview4 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gupnp-igd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gupnp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gvfs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── gwenview │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── gzip │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ └── disable-tests-failing-only-inside-boulder.patch │ └── stone.yaml ├── h ├── harfbuzz │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── haruna │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── hdf5 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── helix │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── help2man │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── hicolor-icon-theme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── hidapi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── highway │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── htop │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── hugo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── hunspell │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── hwdata │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── hwloc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── hyperfine │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── hyphen │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── i ├── iana-etc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ibus │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Stateless-dconf.patch │ │ ├── 0001-dconf-Use-dbus-run-session-to-set-up-dconf-overrides.patch │ │ ├── 0001-use-bash-for-dconf-script.patch │ │ ├── segv-bus-proxy.patch │ │ └── trigger.yaml │ └── stone.yaml ├── icu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ICU-22132.patch │ └── stone.yaml ├── iio-sensor-proxy │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── imagemagick │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── Stateless.patch │ └── stone.yaml ├── imath │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── incidenceeditor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── inetutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── inih │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── iniparser │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── inputplumber │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── intel-media-driver │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-cmake-4.patch │ └── stone.yaml ├── intel-microcode │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── intltool │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── inxi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── iproute2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── fhs.patch │ │ └── iproute2.tmpfiles │ └── stone.yaml ├── iptables │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── upstream-01.patch │ │ └── upstream-02.patch │ └── stone.yaml ├── iputils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── isl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── iso-codes │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── itstool │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── iw │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── iwd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── j ├── jansson │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── emul32.diff │ │ └── ftbfs-cmake-4.patch │ └── stone.yaml ├── jasper │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── jbig2dec │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── jbigkit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0013-new-jbig.c-limit-s-maxmem-maximum-decoded-image-size.patch │ │ ├── 0015-jbg_newlen-check-for-end-of-file-within-MARKER_NEWLE.patch │ │ ├── jbigkit-2.1-build_warnings.patch │ │ ├── jbigkit-2.1-coverity.patch │ │ ├── jbigkit-2.1-ldflags.patch │ │ └── jbigkit-2.1-shared_lib.patch │ └── stone.yaml ├── jemalloc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── jpegxl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── sjpeg-ftbfs-cmake-4.patch │ └── stone.yaml ├── jq │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── fix-version.patch │ └── stone.yaml ├── json-c │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── json-glib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── jsoncpp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── jujutsu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── just │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── justfile ├── k ├── kaccounts-integration │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kaccounts-providers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kactivitymanagerd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kaddressbook │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kakoune │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── libexec.patch │ └── stone.yaml ├── kalk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kate │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kbd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── vlock.pam │ └── stone.yaml ├── kcalc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kcalutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kclock │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kcolorpicker │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kde-cli-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kde-gtk-config │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdeconnect │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 1d757349.patch │ │ └── ftbfs-qt-6.10.1.patch │ └── stone.yaml ├── kdecoration │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdegraphics-mobipocket │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdegraphics-thumbnailers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdepim-addons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdepim-runtime │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdeplasma-addons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdiagram │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdiff3 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdsingleapplication │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdsoap-ws-discovery-client │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kdsoap │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── keepassxc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-botan-3.10.patch │ └── stone.yaml ├── keyd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 40-keyd.preset │ └── stone.yaml ├── keyutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Convert-to-stateless.patch │ └── stone.yaml ├── kf6-attica │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-baloo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-bluez-qt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-breeze-icons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-frameworkintegration │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-karchive │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kauth │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kbookmarks │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kcalendarcore │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kcmutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kcodecs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kcolorscheme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kcompletion │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kconfig │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kconfigwidgets │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kcontacts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kcoreaddons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kcrash │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kdav │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kdbusaddons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kdeclarative │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kded │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kdesu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kdnssd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kdoctools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kfilemetadata │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kglobalaccel │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kguiaddons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kholidays │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-ki18n │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kiconthemes │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kidletime │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kimageformats │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kio │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kirigami-addons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kirigami │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kitemmodels │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kitemviews │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kjobwidgets │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-knewstuff │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-knotifications │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-knotifyconfig │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kpackage │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kparts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kpeople │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kpty │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kquickcharts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-krunner │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kservice │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kstatusnotifieritem │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-ksvg │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-ktexteditor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-ktexttemplate │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-ktextwidgets │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kunitconversion │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kuserfeedback │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kwallet │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kwidgetsaddons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kwindowsystem │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-kxmlgui │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-modemmanager-qt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-networkmanager-qt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-prison │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-purpose │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-qqc2-desktop-style │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-solid │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-sonnet │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-syndication │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-syntax-highlighting │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kf6-threadweaver │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kglobalacceld │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kidentitymanagement │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kimageannotator │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kimap │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kinfocenter │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kio-admin │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kio-extras │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kio-fuse │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kio-gdrive │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kitinerary │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kitty │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kjournald │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── klassy │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kldap │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kmag │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kmailtransport │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kmbox │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kmenuedit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kmime │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kmod │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── trigger.yaml │ └── stone.yaml ├── knighttime │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── konsole │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── konsolerc │ └── stone.yaml ├── kontactinterface │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── konversation │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kpimtextedit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kpipewire │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kpkpass │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kpmcore │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kquickimageeditor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── krb5 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── krb5.tmpfiles │ └── stone.yaml ├── krdc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── krdp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ksanecore │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kscreen │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kscreenlocker │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ksmtp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ksshaskpass │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ksshaskpass.env │ └── stone.yaml ├── ksystemstats │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ktextaddons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ktnef │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kubectl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Fix-builds-with-uutils-date.patch │ │ └── kubernetes-1.24.0-static_cgo_enabled.patch │ └── stone.yaml ├── kunifiedpush │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kvantum │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kwallet-pam │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kwalletmanager │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kwayland │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── kwin │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── highfps.patch │ └── stone.yaml └── kwrited │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── l ├── ladspa │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Respect-build-environment.patch │ └── stone.yaml ├── lame │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── layer-shell-qt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── layout │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── README │ │ └── layout.tmpfiles │ └── stone.yaml ├── lazygit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── lcms2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ldb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ldc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Link-against-libLLVM.so-for-LLVMSymbolize-symbols.patch │ │ └── stateless │ │ │ └── 0001-Fixups-for-packaging-and-stateless-config.patch │ └── stone.yaml ├── ldns │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── less │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 10_default_PAGER_less.sh │ └── stone.yaml ├── lftp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-stateless-config.patch │ └── stone.yaml ├── libaccounts-glib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libaccounts-qt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libadwaita │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libaec │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libaio │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libarchive │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Add-stone-read-support.patch │ └── stone.yaml ├── libass │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libassuan │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libatasmart │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libavif │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libayatana-appindicator │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libayatana-ido │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libayatana-indicator │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libb2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libblockdev │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libbpf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libbs2b │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libbsd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libbytesize │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libcanberra │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libcap-ng │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libcap │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libcbor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libcddb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── gnudb.org.patch │ └── stone.yaml ├── libcdio-paranoia │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libcdio │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libcloudproviders │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libcupsfilters │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdaemon │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdatrie │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdb51 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── pkg │ │ ├── CVE-2017-10140-cwd-db_config.patch │ │ ├── db-atomic-2.patch │ │ └── db-atomic.patch │ └── stone.yaml ├── libdbusmenu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libde265 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdecor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdeflate │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdex │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdisplay-info │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdovi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdrm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdvdnav │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libdvdread │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libebur128 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libeconf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-cmake-no-install-html.patch │ └── stone.yaml ├── libedit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libei │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libepoxy │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── liberation-fonts-ttf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libevdev │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libevent │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── EVENT__SIZEOF_TIME_T.patch │ │ ├── ftbfs-cmake-4.patch │ │ └── libevent-2.1.12-openssl-compat.patch │ └── stone.yaml ├── libexif │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libffi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libfido2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libfontenc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libfprint │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libfreeaptx │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libfuse │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── stateless │ │ │ └── stateless.patch │ └── stone.yaml ├── libfuse2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0005-dlsym.patch │ │ ├── 0007-Add_autofs_to_mountpoint_file_system_whitelist.patch │ │ ├── 0008-Add_FAT_to_mountpoint_file_system_whitelist.patch │ │ ├── 0009-dev-fd.patch │ │ └── conditionally-define-closefrom.patch │ └── stone.yaml ├── libfyaml │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libgbinder │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libgcrypt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libgee │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libgit2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libglibutil │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libglvnd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libgpg-error │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libgphoto2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libgravatar │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libgtop │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libgudev │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-clang-18.patch │ └── stone.yaml ├── libgusb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libgweather │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libhandy │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libheif │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libical │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libice │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libidn2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libiio │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libimobiledevice-glue │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libimobiledevice │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libinput │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libjpeg-turbo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libkdcraw │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libkdepim │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libkexiv2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libkgapi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libkleo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libksane │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libksba │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libkscreen │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libksieve │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libksysguard │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── liblc3 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libldac │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-cmake-4.patch │ └── stone.yaml ├── libliftoff │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libmanette │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libmaxminddb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Fix-pkgconfig.patch │ └── stone.yaml ├── libmbim │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libmd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libmicrohttpd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libmnl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libmtp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libndp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libnetfilter_conntrack │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libnfnetlink │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libnftnl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libnice │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 255.patch │ └── stone.yaml ├── libnl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libnma │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libnotify │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libnvme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libogg │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libosinfo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-libxml-something.patch │ └── stone.yaml ├── libostree │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── remove-gcc-override.patch │ └── stone.yaml ├── libp11 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libpanel │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libpaper │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Enable-a-stateless-configuration.patch │ └── stone.yaml ├── libpcap │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libpciaccess │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libpipeline │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libplacebo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libplasma │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libplist │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libpng │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libportal │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-qt-6.9.patch │ └── stone.yaml ├── libppd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libproxy │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libpsl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libpwquality │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 74.patch │ └── stone.yaml ├── libqaccessibilityclient │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libqalculate │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libqb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libqmi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libqrtr-glib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libquotient │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libraw │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── librest │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── librsvg │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libsamplerate │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-cmake-4.patch │ └── stone.yaml ├── libsass │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libseccomp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libsecret │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libsigc++-2.0 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libsigc++ │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libslirp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libsm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libsndfile │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── CVE-2024-50612.patch │ └── stone.yaml ├── libsodium │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libsoup │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libspectre │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libspelling │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libsrtp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libssh │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libssh2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libstone │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libtasn1 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libtatsu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libthai │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libtheora │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libtiff │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libtirpc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libtool-ltldl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libtorrent-rasterbar │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libtpms │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libtraceevent │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libunistring │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libunwind-nongnu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── rename-libunwind-nongnu.patch │ └── stone.yaml ├── liburcu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── liburing │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libusb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libusbmuxd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libutempter │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libuv │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libva-utils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libva │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libvdpau │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Set-default-configuration-in-absence-of-config-file.patch │ └── stone.yaml ├── libvirt-glib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libvirt-python │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libvirt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── libvirt.preset │ │ ├── libvirt.tmpfiles │ │ └── org.libvirt.rules │ └── stone.yaml ├── libvncserver │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libvorbis │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libvpl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libvpx │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libwacom │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── surface │ │ │ ├── 0001-Add-support-for-BUS_VIRTUAL.patch │ │ │ ├── 0002-Add-support-for-Intel-Management-Engine-bus.patch │ │ │ ├── 0003-data-Add-Microsoft-Surface-Pro-3.patch │ │ │ ├── 0004-data-Add-Microsoft-Surface-Pro-4.patch │ │ │ ├── 0005-data-Add-Microsoft-Surface-Pro-5.patch │ │ │ ├── 0006-data-Add-Microsoft-Surface-Pro-6.patch │ │ │ ├── 0007-data-Add-Microsoft-Surface-Pro-7.patch │ │ │ ├── 0008-data-Add-Microsoft-Surface-Pro-7.patch │ │ │ ├── 0009-data-Add-Microsoft-Surface-Pro-8.patch │ │ │ ├── 0010-data-Add-Microsoft-Surface-Pro-9.patch │ │ │ ├── 0011-data-Add-Microsoft-Surface-Book.patch │ │ │ ├── 0012-data-Add-Microsoft-Surface-Book-2-13.5.patch │ │ │ ├── 0013-data-Add-Microsoft-Surface-Book-2-15.patch │ │ │ ├── 0014-data-Add-Microsoft-Surface-Book-3-13.5.patch │ │ │ ├── 0015-data-Add-Microsoft-Surface-Book-3-15.patch │ │ │ └── 0016-data-Add-Microsoft-Surface-Laptop-Studio.patch │ └── stone.yaml ├── libwebp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libwpe │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libx11 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxau │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxaw │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxcb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxcomposite │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxcrypt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxcursor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxcvt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxdamage │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxdmcp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxext │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxfixes │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxfont2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxft │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxinerama │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxkbcommon │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxkbfile │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxml2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-build-Check-for-icu-uc-instead-of-icu-i18n.patch │ │ ├── dbgenattr.pl │ │ └── stateless │ │ │ └── 0001-Make-it-stateless.patch │ └── stone.yaml ├── libxmlb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxmu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxpm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxrandr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxrender │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxres │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxscrnsaver │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxshmfence │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxslt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxtst │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxv │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libxxf86vm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libyaml │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── libyuv │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Move-Linux-variables-to-the-top.patch │ │ ├── 0002-Use-a-proper-so-version.patch │ │ ├── 0003-Link-against-shared-library.patch │ │ ├── 0004-Disable-static-library.patch │ │ ├── 0005-Use-library-suffix-during-installation.patch │ │ └── 0006-Link-against-math-library-for-roundf.patch │ └── stone.yaml ├── libzip │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── lichen │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── lichen.desktop │ │ ├── lichen.sh │ │ └── org.freedesktop.policykit.pkexec.lichen.policy │ └── stone.yaml ├── lilv │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── linux-desktop │ ├── .gitignore │ ├── README.md │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── boot.json │ │ ├── config-x86_64 │ │ ├── initrd │ │ │ ├── depmod.conf │ │ │ ├── nvidia-sleep.modprobe │ │ │ └── timeouts.conf │ │ └── patches │ │ │ ├── 0001-drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch │ │ │ ├── 0001-firmware_loader-add-earlyboot-trees-for-firmware-loa.patch │ │ │ ├── asus │ │ │ ├── 0030-asus-wmi-fixup-screenpad-brightness.patch │ │ │ ├── v17-0001-platform-x86-asus-wmi-export-symbols-used-for-re.patch │ │ │ ├── v17-0002-platform-x86-asus-armoury-move-existing-tunings-.patch │ │ │ ├── v17-0003-platform-x86-asus-armoury-add-panel_hd_mode-attr.patch │ │ │ ├── v17-0004-platform-x86-asus-armoury-add-apu-mem-control-su.patch │ │ │ ├── v17-0005-platform-x86-asus-armoury-add-core-count-control.patch │ │ │ ├── v17-0006-platform-x86-asus-armoury-add-screen-auto-bright.patch │ │ │ ├── v17-0007-platform-x86-asus-wmi-deprecate-bios-features.patch │ │ │ ├── v17-0008-platform-x86-asus-wmi-rename-ASUS_WMI_DEVID_PPT_.patch │ │ │ └── v17-0009-platform-x86-asus-armoury-add-ppt_-and-nv_-tunin.patch │ │ │ ├── drm-panel-backlight-quirks │ │ │ ├── 0001-make-EDID-match-optional.patch │ │ │ ├── 0002-convert-brightness-quirk-to-generic.patch │ │ │ ├── 0003-add-secondary-DMI-match.patch │ │ │ ├── 0004-add-brightness-mask-quirk.patch │ │ │ ├── 0005-add-steam-deck-brightness-quirk.patch │ │ │ └── 0006-log-applied-panel-brightness-quirks.patch │ │ │ ├── more-ISA-levels-and-uarches-for-kernel-6.16+.patch │ │ │ ├── series │ │ │ └── surface │ │ │ ├── 0001-Revert-efi-x86-Set-the-PE-COFF-header-s-NX-compat-fl.patch │ │ │ ├── 0002-PM-hibernate-Add-a-lockdown_hibernate-parameter.patch │ │ │ ├── 0003-surface3-oemb-add-DMI-matches-for-Surface-3-with-bro.patch │ │ │ ├── 0004-surface3-spi-workaround-disable-DMA-mode-to-avoid-cr.patch │ │ │ ├── 0005-mwifiex-Add-quirk-resetting-the-PCI-bridge-on-MS-Sur.patch │ │ │ ├── 0006-mwifiex-pcie-disable-bridge_d3-for-Surface-gen4.patch │ │ │ ├── 0007-Bluetooth-btusb-Lower-passive-lescan-interval-on-Mar.patch │ │ │ ├── 0008-ath10k-Add-module-parameters-to-override-board-files.patch │ │ │ ├── 0009-mei-me-Add-Icelake-device-ID-for-iTouch.patch │ │ │ ├── 0010-iommu-Use-IOMMU-passthrough-mode-for-IPTS.patch │ │ │ ├── 0011-hid-Add-support-for-Intel-Precise-Touch-and-Stylus.patch │ │ │ ├── 0012-iommu-intel-Disable-source-id-verification-for-ITHC.patch │ │ │ ├── 0013-hid-Add-support-for-Intel-Touch-Host-Controller.patch │ │ │ ├── 0014-rtc-Add-basic-support-for-RTC-via-Surface-System-Agg.patch │ │ │ ├── 0015-platform-surface-aggregator_registry-Add-Surface-Lap.patch │ │ │ ├── 0016-i2c-acpi-Implement-RawBytes-read-access.patch │ │ │ ├── 0017-platform-surface-Add-driver-for-Surface-Book-1-dGPU-.patch │ │ │ ├── 0018-Input-soc_button_array-support-AMD-variant-Surface-d.patch │ │ │ ├── 0019-platform-surface-surfacepro3_button-don-t-load-on-am.patch │ │ │ ├── 0020-USB-quirks-Add-USB_QUIRK_DELAY_INIT-for-Surface-Go-3.patch │ │ │ ├── 0021-hid-multitouch-Turn-off-Type-Cover-keyboard-backligh.patch │ │ │ ├── 0022-hid-multitouch-Add-support-for-surface-pro-type-cove.patch │ │ │ ├── 0023-PCI-Add-quirk-to-prevent-calling-shutdown-method.patch │ │ │ ├── 0024-platform-surface-gpe-Add-support-for-Surface-Pro-9.patch │ │ │ ├── 0025-ACPI-delay-enumeration-of-devices-with-a-_DEP-pointi.patch │ │ │ ├── 0026-iommu-intel-ipu-use-IOMMU-passthrough-mode-for-Intel.patch │ │ │ ├── 0027-platform-x86-int3472-Enable-I2c-daisy-chain.patch │ │ │ ├── 0028-media-i2c-Clarify-that-gain-is-Analogue-gain-in-OV72.patch │ │ │ ├── 0029-media-v4l2-core-Acquire-privacy-led-in-v4l2_async_re.patch │ │ │ ├── 0030-platform-x86-int3472-Add-MFD-cell-for-tps68470-LED.patch │ │ │ ├── 0031-include-mfd-tps68470-Add-masks-for-LEDA-and-LEDB.patch │ │ │ ├── 0032-leds-tps68470-Add-LED-control-for-tps68470.patch │ │ │ ├── 0033-media-i2c-dw9719-fix-probe-error-on-surface-go-2.patch │ │ │ ├── 0034-ACPI-Add-quirk-for-Surface-Laptop-4-AMD-missing-irq-.patch │ │ │ ├── 0035-ACPI-Add-AMD-13-Surface-Laptop-4-model-to-irq-7-over.patch │ │ │ └── 0036-acpi-allow-usage-of-acpi_tad-on-HW-reduced-platforms.patch │ └── stone.yaml ├── linux-firmware │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── linux-handheld │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── boot.json │ │ ├── config-x86_64 │ │ ├── depmod.conf │ │ ├── initrd │ │ │ ├── depmod.conf │ │ │ ├── nvidia-sleep.modprobe │ │ │ └── timeouts.conf │ │ └── patches │ │ │ ├── 0001-drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch │ │ │ ├── 0001-firmware_loader-add-earlyboot-trees-for-firmware-loa.patch │ │ │ ├── asus │ │ │ ├── 0002-hid-add-VID-PID-for-ASUS-ROG-RAIKIRI-PRO.patch │ │ │ ├── 0014-asus-ally-hid-add-new-driver-for-ASUS-Ally-handhelds.patch │ │ │ ├── 0015-asus-ally-hid-Add-joystick-LED-ring-support.patch │ │ │ ├── 0016-asus-ally-hid-initial-Ally-X-gamepad-bringup.patch │ │ │ ├── 0017-asus-ally-hid-add-QAM-steam-action-attribute-to-disa.patch │ │ │ ├── 0018-asus-ally-hid-add-force-feedback-to-Ally-X-gamepad.patch │ │ │ ├── 0019-asus-ally-hid-handle-screenside-QAM-buttons.patch │ │ │ ├── 0020-asus-ally-hid-rename-input-devices.patch │ │ │ ├── 0021-asus-ally-hid-add-gamepad-config-structures.patch │ │ │ ├── 0022-asus-ally-hid-test-vibe.patch │ │ │ ├── 0023-asus-ally-hid-add-deadzone-and-outer-threshold-to-JS.patch │ │ │ ├── 0024-asus-ally-hid-test-trigger-dzot.patch │ │ │ ├── 0025-asus-ally-hid-test-js-anti-deadzone.patch │ │ │ ├── 0026-asus-ally-hid-test-joystick-response-curves.patch │ │ │ ├── 0027-asus-ally-hid-test-btn-turbo.patch │ │ │ ├── 0028-asus-ally-hid-test-gamepad-mode.patch │ │ │ ├── 0029-ally-tmp-remapping.patch │ │ │ ├── 0030-asus-wmi-fixup-screenpad-brightness.patch │ │ │ ├── v17-0001-platform-x86-asus-wmi-export-symbols-used-for-re.patch │ │ │ ├── v17-0002-platform-x86-asus-armoury-move-existing-tunings-.patch │ │ │ ├── v17-0003-platform-x86-asus-armoury-add-panel_hd_mode-attr.patch │ │ │ ├── v17-0004-platform-x86-asus-armoury-add-apu-mem-control-su.patch │ │ │ ├── v17-0005-platform-x86-asus-armoury-add-core-count-control.patch │ │ │ ├── v17-0006-platform-x86-asus-armoury-add-screen-auto-bright.patch │ │ │ ├── v17-0007-platform-x86-asus-wmi-deprecate-bios-features.patch │ │ │ ├── v17-0008-platform-x86-asus-wmi-rename-ASUS_WMI_DEVID_PPT_.patch │ │ │ └── v17-0009-platform-x86-asus-armoury-add-ppt_-and-nv_-tunin.patch │ │ │ ├── drm-panel-backlight-quirks │ │ │ ├── 0001-make-EDID-match-optional.patch │ │ │ ├── 0002-convert-brightness-quirk-to-generic.patch │ │ │ ├── 0003-add-secondary-DMI-match.patch │ │ │ ├── 0004-add-brightness-mask-quirk.patch │ │ │ ├── 0005-add-steam-deck-brightness-quirk.patch │ │ │ └── 0006-log-applied-panel-brightness-quirks.patch │ │ │ ├── handheld │ │ │ ├── 0000-HID-Add-Legion-Go-S-Driver.patch │ │ │ ├── 0000-usb-vhci-hcd-Unconditionally-allow-system-suspend.patch │ │ │ ├── 0000-v12-platform-x86-Add-Lenovo-WMI-Gaming-Series-Drivers.patch │ │ │ ├── 0000-v2-Improvements-to-S5-power-consumption.patch │ │ │ ├── 0001-HID-quirks-work-around-VID-PID-conflict-for-0x4c4a-0x4155.patch │ │ │ ├── 0001-hwmon-Add-driver-for-Steam-Deck-s-EC-sensors.patch │ │ │ ├── 0002-hwmon-steamdeck-hwmon-Add-support-for-max-battery-le.patch │ │ │ ├── 0003-leds-steamdeck-Add-support-for-Steam-Deck-LED.patch │ │ │ ├── 0004-mfd-Add-MFD-core-driver-for-Steam-Deck.patch │ │ │ ├── 0005-mfd-steamdeck-Expose-controller-board-power-in-sysfs.patch │ │ │ ├── 0006-drm-amd-bump-backlight-brightness-precision-from-8-1.patch │ │ │ ├── 0007-amd-drm-override-backlight-min-value-from-12-0.patch │ │ │ ├── 0008-Disable-modes-with-1200-MHz-Pixel-clocks-when-connec.patch │ │ │ ├── 0009-drm-amdgpu-Don-t-use-doorbells-for-SDMA-5.2.patch │ │ │ ├── 0010-Add-2s-delay-before-enabling-DP-link-for-dock.patch │ │ │ ├── 0011-drivers-video-backlight-Disable-backlight-notificati.patch │ │ │ ├── 0012-drm-amd-display-Don-t-consider-vblank-passed-if-curr.patch │ │ │ ├── 0013-drm-amd-display-Revert-some-of-the-vrr-always-on-hac.patch │ │ │ ├── 0014-ASoC-max98388-Fix-power-on-when-resuming-from-suspen.patch │ │ │ ├── 0015-ASoC-amd-acp-Use-correct-DAI-link-ID-for-BT-codec.patch │ │ │ ├── 0016-wifi-ath11k-Rename-QCA2066-fw-dir-to-QCA206X.patch │ │ │ ├── 0018-drm-amdgpu-display-fix-backlight-brightness-overflow.patch │ │ │ └── 0020-iio_imu_Add_driver_for_Bosch_BMI260_IMU.patch │ │ │ ├── more-ISA-levels-and-uarches-for-kernel-6.16+.patch │ │ │ ├── series │ │ │ ├── surface │ │ │ ├── 0001-Revert-efi-x86-Set-the-PE-COFF-header-s-NX-compat-fl.patch │ │ │ ├── 0002-PM-hibernate-Add-a-lockdown_hibernate-parameter.patch │ │ │ ├── 0003-surface3-oemb-add-DMI-matches-for-Surface-3-with-bro.patch │ │ │ ├── 0004-surface3-spi-workaround-disable-DMA-mode-to-avoid-cr.patch │ │ │ ├── 0005-mwifiex-Add-quirk-resetting-the-PCI-bridge-on-MS-Sur.patch │ │ │ ├── 0006-mwifiex-pcie-disable-bridge_d3-for-Surface-gen4.patch │ │ │ ├── 0007-Bluetooth-btusb-Lower-passive-lescan-interval-on-Mar.patch │ │ │ ├── 0008-ath10k-Add-module-parameters-to-override-board-files.patch │ │ │ ├── 0009-mei-me-Add-Icelake-device-ID-for-iTouch.patch │ │ │ ├── 0010-iommu-Use-IOMMU-passthrough-mode-for-IPTS.patch │ │ │ ├── 0011-hid-Add-support-for-Intel-Precise-Touch-and-Stylus.patch │ │ │ ├── 0012-iommu-intel-Disable-source-id-verification-for-ITHC.patch │ │ │ ├── 0013-hid-Add-support-for-Intel-Touch-Host-Controller.patch │ │ │ ├── 0014-rtc-Add-basic-support-for-RTC-via-Surface-System-Agg.patch │ │ │ ├── 0015-platform-surface-aggregator_registry-Add-Surface-Lap.patch │ │ │ ├── 0016-i2c-acpi-Implement-RawBytes-read-access.patch │ │ │ ├── 0017-platform-surface-Add-driver-for-Surface-Book-1-dGPU-.patch │ │ │ ├── 0018-Input-soc_button_array-support-AMD-variant-Surface-d.patch │ │ │ ├── 0019-platform-surface-surfacepro3_button-don-t-load-on-am.patch │ │ │ ├── 0020-USB-quirks-Add-USB_QUIRK_DELAY_INIT-for-Surface-Go-3.patch │ │ │ ├── 0021-hid-multitouch-Turn-off-Type-Cover-keyboard-backligh.patch │ │ │ ├── 0022-hid-multitouch-Add-support-for-surface-pro-type-cove.patch │ │ │ ├── 0023-PCI-Add-quirk-to-prevent-calling-shutdown-mehtod.patch │ │ │ ├── 0024-platform-surface-gpe-Add-support-for-Surface-Pro-9.patch │ │ │ ├── 0025-ACPI-delay-enumeration-of-devices-with-a-_DEP-pointi.patch │ │ │ ├── 0026-iommu-intel-ipu-use-IOMMU-passthrough-mode-for-Intel.patch │ │ │ ├── 0027-platform-x86-int3472-Enable-I2c-daisy-chain.patch │ │ │ ├── 0028-media-i2c-Clarify-that-gain-is-Analogue-gain-in-OV72.patch │ │ │ ├── 0029-media-v4l2-core-Acquire-privacy-led-in-v4l2_async_re.patch │ │ │ ├── 0030-platform-x86-int3472-Add-MFD-cell-for-tps68470-LED.patch │ │ │ ├── 0031-include-mfd-tps68470-Add-masks-for-LEDA-and-LEDB.patch │ │ │ ├── 0032-leds-tps68470-Add-LED-control-for-tps68470.patch │ │ │ ├── 0033-media-i2c-dw9719-fix-probe-error-on-surface-go-2.patch │ │ │ ├── 0034-ACPI-Add-quirk-for-Surface-Laptop-4-AMD-missing-irq-.patch │ │ │ ├── 0035-ACPI-Add-AMD-13-Surface-Laptop-4-model-to-irq-7-over.patch │ │ │ └── 0036-acpi-allow-usage-of-acpi_tad-on-HW-reduced-platforms.patch │ │ │ └── zotac │ │ │ ├── 0001-zotac-zone-hid-initial-impl.patch │ │ │ ├── 0002-xpad-gate-the-zotac-zone-PID-behind-if-IS_REACHABLE-.patch │ │ │ ├── 0003-tmp-apply-zotac-screen-quirk.patch │ │ │ └── 0005-zone-fix-6.15-rename-del_timer-to-timer_delete.patch │ └── stone.yaml ├── linux-headers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── linux-kvm │ ├── .gitignore │ ├── README.md │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── boot.json │ │ ├── config-x86_64 │ │ └── more-uarches-for-kernel-6.8-rc4+.patch │ ├── pkglist │ └── stone.yaml ├── linux-pam-base │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── conf │ │ │ ├── XDG_CONFIG_DIRS.environment │ │ │ └── shells │ │ └── pam.d │ │ │ ├── other │ │ │ ├── system-auth │ │ │ ├── system-local-login │ │ │ ├── system-login │ │ │ ├── system-remote-login │ │ │ └── system-services │ └── stone.yaml ├── linux-pam │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── linux-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── hyperv-fcopy.rules │ │ ├── hyperv-fcopyd.service │ │ ├── hyperv-kvp.rules │ │ ├── hyperv-kvpd.service │ │ ├── hyperv-vss.rules │ │ └── hyperv-vssd.service │ └── stone.yaml ├── llvm-20 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── defs.h.in │ │ ├── libunwind.pc.in │ │ ├── llvm-config.h │ │ └── patches │ │ │ ├── aerynos │ │ │ ├── 0001-Support-serpent-aeryn-as-a-distro.patch │ │ │ ├── 0001-Update-binutils-version-to-match-Serpent-OS.patch │ │ │ ├── 0001-Use-correct-Serpent-OS-multilib-paths-for-ld.patch │ │ │ └── 0001-clang-lib-Ignore-Werror-if-CLANG_IGNORE_WERROR-is-se.patch │ │ │ ├── build │ │ │ ├── 0001-Build-lld-libraries-shared.patch │ │ │ ├── 0001-Build-polly-libraries-shared.patch │ │ │ ├── 0001-Emit-relocations-for-BOLT.patch │ │ │ ├── 0001-bolt-Set-version-string.patch │ │ │ ├── 0001-downstream-Suppress-runpath-in-openmp.patch │ │ │ ├── 0001-flang-Add-install-targets-for-mod-header.patch │ │ │ ├── 0001-lld-Create-target-for-header.patch │ │ │ ├── 0001-openmp-Don-t-install-static-libarcher.patch │ │ │ ├── 0001-polly-Create-targets-for-headers-cmake.patch │ │ │ └── 0003-PATCH-clang-Don-t-install-static-libraries.patch │ │ │ ├── config │ │ │ ├── 0001-Make-gnuhash-the-default-when-not-specified.patch │ │ │ ├── 0001-lld-Always-enable-build-id-and-use-20-byte-hashes.patch │ │ │ └── 0001-lld-Use-zstd-compression-for-debug-symbols-by-defaul.patch │ │ │ ├── perf │ │ │ ├── 0001-Reduce-GCC-startup-searches.patch │ │ │ └── 0001-Use-mimalloc-for-clang-lld-llvm.patch │ │ │ └── upstream │ │ │ ├── 0001-RISCV-Add-a-generic-OOO-CPU.patch │ │ │ ├── 0001-flang-NFC-Create-required-Source-dir-for-flang-doc.-.patch │ │ │ ├── 0001-libc-Fix-padding-calculation-for-function-reference-.patch │ │ │ ├── 0002-Adjust-latency-and-remove-all-stats.patch │ │ │ ├── 0002-Flang-Add-Sphinx-man-page-and-html-support-for-Flang.patch │ │ │ ├── 0003-Adjust-branch-mul-div-units.patch │ │ │ ├── 0004-Add-more-comments-and-adjust-Zfh.patch │ │ │ ├── 0005-Remove-vector-and-address-comments.patch │ │ │ └── 0006-Fix-errors-after-rebasing-and-add-a-release-note.patch │ └── stone.yaml ├── llvm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── defs.h.in │ │ ├── libunwind.pc.in │ │ ├── llvm-config.h │ │ └── patches │ │ │ ├── aerynos │ │ │ ├── 0001-Support-serpent-aeryn-as-a-distro.patch │ │ │ ├── 0001-Update-binutils-version-to-match-Serpent-OS.patch │ │ │ ├── 0001-Use-correct-Serpent-OS-multilib-paths-for-ld.patch │ │ │ └── 0001-clang-lib-Ignore-Werror-if-CLANG_IGNORE_WERROR-is-se.patch │ │ │ ├── build │ │ │ ├── 0001-Build-lld-libraries-shared.patch │ │ │ ├── 0001-Build-polly-libraries-shared.patch │ │ │ ├── 0001-Emit-relocations-for-BOLT.patch │ │ │ ├── 0001-PATCH-clang-Don-t-install-static-libraries.patch │ │ │ ├── 0001-bolt-Set-version-string.patch │ │ │ ├── 0001-downstream-Suppress-runpath-in-openmp.patch │ │ │ ├── 0001-lldb-disable-man.patch │ │ │ ├── 0001-offload-Fix-build-failure-with-icf-all.patch │ │ │ ├── 0001-openmp-Don-t-install-static-libarcher.patch │ │ │ └── 0001-polly-Create-targets-for-headers-cmake.patch │ │ │ ├── config │ │ │ ├── 0001-Make-gnuhash-the-default-when-not-specified.patch │ │ │ ├── 0001-lld-Always-enable-build-id-and-use-20-byte-hashes.patch │ │ │ └── 0001-lld-Use-zstd-compression-for-debug-symbols-by-defaul.patch │ │ │ ├── perf │ │ │ ├── 0001-Reduce-GCC-startup-searches.patch │ │ │ └── 0001-Use-mimalloc-for-clang-lld-llvm.patch │ │ │ └── upstream │ │ │ ├── 149326.patch │ │ │ └── 155422.patch │ └── stone.yaml ├── lm_sensors │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Allow-sysconfig-to-not-exist.patch │ │ └── 0001-Stateless.patch │ └── stone.yaml ├── lmdb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── lmdb-make.patch │ │ └── lmdb.pc.in │ └── stone.yaml ├── lmdbxx │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── localsearch │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── loupe │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── lsb-release │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── lsof │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── lsp-plugins │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ltrace │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── lua │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── aeryn │ │ │ └── soname.patch │ │ └── lua-5.4.pc │ └── stone.yaml ├── luajit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── lv2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── lvm2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── add-malloc_trim-call.patch │ │ ├── device-mapper-event.preset │ │ ├── lvm2-etc.tmpfiles │ │ ├── lvm2.preset │ │ └── stateless │ │ │ └── 0001-Fix-cache-dirs.patch │ └── stone.yaml ├── lxc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── lxcfs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── lxcfs.preset │ │ ├── lxcfs.service │ │ └── lxcfs.tmpfiles │ └── stone.yaml ├── lynx │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Try-to-load-stateless-path-for-lynx-configs.patch │ └── stone.yaml ├── lz4 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── lzip │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── lzo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── m ├── m4 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mailcommon │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mailimporter │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── make │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── man-db │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── stateless.patch │ │ └── trigger.yaml │ └── stone.yaml ├── mangohud │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mariadb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Skip-components.patch │ └── stone.yaml ├── maturin │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── revert-setuptools.patch │ └── stone.yaml ├── md4c │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── meld │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mercurial │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── merkuro │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mesa-clc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mesa-demos │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mesa │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Install-opencl-ICD-to-datadir.patch │ │ └── 0001-docs-Fix-build-with-Sphinx-8.2.patch │ └── stone.yaml ├── meson │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── messagelib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── micro │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── midnight-commander │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── patches │ │ │ └── 0001-Support-stateless-fallback-of-mc-configuration.patch │ └── stone.yaml ├── milou │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mimalloc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mimetreeparser │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── minizip-ng │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mm-common │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mobile-broadband-provider-info │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── moby │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Use-serpent-paths.patch │ │ ├── docker.preset │ │ └── docker.service │ └── stone.yaml ├── modemmanager │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mold │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Set-default-settings-for-compression-and-build.patch │ └── stone.yaml ├── morewaita-icon-theme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── moss-container │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── moss │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 00-quiet.cmdline │ │ ├── 10-amdgpu.cmdline │ │ ├── 80-command-not-found.sh │ │ └── moss-update-repos.bash │ └── stone.yaml ├── mozjs-128 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mozjs-140 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── upstream-01.patch │ │ └── upstream-02.patch │ └── stone.yaml ├── mpc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mpdecimal │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mpfr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mpv │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── fix_wayland_clipboard_high_cpu_usage.patch │ │ └── ftbfs-ffmpeg-8.patch │ └── stone.yaml ├── mpvqt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── msgraph │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mtdev │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mtr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mtxclient │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── mullvad │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-pack-to-folder.patch │ │ ├── 0002-update-build.sh.patch │ │ └── mullvad-vpn.desktop │ └── stone.yaml └── mutter │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── n ├── nano │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nasm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nautilus │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── default-terminal.patch │ └── stone.yaml ├── ncurses │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── pkgconfig.patch │ └── stone.yaml ├── neochat │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── neofetch │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── serpent_os.patch │ └── stone.yaml ├── nerd-fonts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── netavark │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── netavark.preset │ └── stone.yaml ├── netcat │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nettle │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── network-manager-applet │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── networkmanager-openvpn │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── networkmanager │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── NetworkManager.tmpfiles │ └── stone.yaml ├── newt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nextcloud-client │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nftables │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nghttp2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nghttp3 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nheko │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Better-follow-FreeDesktop-specification.patch │ │ ├── 0001-Default-to-system-theme.patch │ │ ├── 0001-downstream-Use-kirigami-mousewheel-to-fix-scrolling.patch │ │ ├── ftbfs-qt-6.10.patch │ │ └── upstream-fix-replies.patch │ └── stone.yaml ├── ninja │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── niri │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Allow-libdisplay-info-0.3.patch │ └── stone.yaml ├── nlohmann-json │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nnn │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nodejs-22 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Don-t-try-to-link-libatomic.patch │ └── stone.yaml ├── nodejs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── npth │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nspr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nss │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── bundle.sh │ │ ├── certdata2pem.py │ │ ├── nss-3.97-standalone-1.patch │ │ └── respect-ldflags.patch │ └── stone.yaml ├── ntfs-3g │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── build.patch │ └── stone.yaml ├── ntpd-rs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-ntpd-Fallback-to-stateless-system-config-if-provided.patch │ │ ├── ntpd-rs-observe.group │ │ ├── ntpd-rs-observe.user │ │ ├── ntpd-rs.group │ │ └── ntpd-rs.user │ └── stone.yaml ├── numactl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nushell │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nv-codec-headers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── nvidia-graphics-driver │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-init-Set-the-systemd-user.patch │ │ ├── 80-nvidia-pm.rules │ │ ├── nvidia-persistenced.group │ │ ├── nvidia-persistenced.user │ │ └── nvidia.preset │ └── stone.yaml └── nvidia-open-gpu-kernel-modules │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ ├── 20-nvidia.cmdline │ ├── nvidia-noview.conf │ └── nvidia-uvm.conf │ └── stone.yaml ├── o ├── ocean-sound-theme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ocl-icd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── okular │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── olm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-llvm.patch │ └── stone.yaml ├── onetbb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── oniguruma │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── openal │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── unbundle-fmt.patch │ └── stone.yaml ├── openblas │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── openmp_link.patch │ └── stone.yaml ├── opencl-headers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── openconnect │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── opencv │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── ftbfs-ffmpeg-8.0.patch │ │ └── ftbfs-qt-6.9.patch │ └── stone.yaml ├── openexr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── opengamepadui-installer │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── logo-white.svg │ │ ├── opengamepadui-installer │ │ ├── opengamepadui-installer.desktop │ │ └── white_notext_4x.svg │ └── stone.yaml ├── opengamepadui │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── fix-prefix.patch │ │ └── use-chimeraos-defaults.patch │ └── stone.yaml ├── openh264 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── openjdk-17 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Force-gnu-mode-for-date.patch │ └── stone.yaml ├── openjdk-21 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Force-gnu-mode-for-date.patch │ └── stone.yaml ├── openjpeg │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── openjph │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── openldap │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── openssh │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── security │ │ │ └── 0003-Increase-ECDSA-default-length-to-521.patch │ │ ├── ssh-agent.preset │ │ ├── ssh-agent.service │ │ ├── ssh-agent.socket │ │ ├── sshd-keygen.service │ │ ├── sshd.pam │ │ ├── sshd.service │ │ └── stateless │ │ │ ├── 0001-Make-SSH-stateless.patch │ │ │ ├── 0001-stateless-config.patch │ │ │ ├── 0002-Stateless-moduli.patch │ │ │ ├── 0004-Default-default-secure-ciphers.patch │ │ │ ├── 0005-Always-use-PAM-by-default.patch │ │ │ ├── 0006-Set-default-server-keep-alive.patch │ │ │ ├── 0007-Make-OpenSSH-print-a-MOTD-file-in-usr-share-defaults.patch │ │ │ └── 0008-Update-sshd_config-to-reflect-UsePAM-yes-default.patch │ └── stone.yaml ├── openssl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Fix-soname-dynamic-loading.patch │ │ ├── config.patch │ │ └── stateless │ │ │ └── 0001-Use-OS-provided-copy-of-openssl.cnf-as-fallback.patch │ └── stone.yaml ├── openvpn │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── openxr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── opus │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── orc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── os-artwork │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── kcm-about-distrorc │ │ └── logo │ │ │ ├── black_notext_2x.png │ │ │ ├── logo.svg │ │ │ └── white_notext_2x.png │ └── stone.yaml ├── os-info │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── os-info.json │ └── stone.yaml ├── osinfo-db-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── osinfo-db │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── p ├── p11-kit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pahole │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pango │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pangomm-2.46 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pangomm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── papers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── papirus-icon-theme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── parted │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── partitionmanager │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── passt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── patch │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── patchelf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pciutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pcre2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pcsclite │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── perl-module-build │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── perl-parse-yapp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── perl-uri │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── perl-xml-parser │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── perl-yaml-libyaml │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── unbundle-libyaml.patch │ └── stone.yaml ├── perl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── patches │ │ │ └── build │ │ │ ├── perl-5.16.3-create_libperl_soname.patch │ │ │ ├── perl-5.22.0-Install-libperl.so-to-shrpdir-on-Linux.patch │ │ │ ├── perl-5.27.8-hints-linux-Add-lphtread-to-lddlflags.patch │ │ │ └── remove-rpath.patch │ └── stone.yaml ├── phonon-backend-mpv │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── phonon │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── qt5-6-coinstall.patch │ └── stone.yaml ├── phoronix-test-suite │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── php │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pimcommon │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pinentry │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── pinentry │ └── stone.yaml ├── pipewire │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Fix-clang-build-error.patch │ └── stone.yaml ├── pixman │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pkcs11-helper │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pkgconf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pkgset-aeryn-cosmic │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pkgset-aeryn-gnome │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pkgset-aeryn-plasma │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pkgset-aeryn-sway │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pkgset-aeryn │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-activities-stats │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-activities │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-browser-integration │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── firefox-policy.json │ │ └── firefox-prefs.js │ └── stone.yaml ├── plasma-desktop │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── kde-mimeapps.list │ └── stone.yaml ├── plasma-disks │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-integration │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-keyboard │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-login-manager │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-downstream-Update-defaults-conf-dir.patch │ │ ├── pam.d │ │ │ ├── plasmalogin │ │ │ ├── plasmalogin-autologin │ │ │ └── plasmalogin-greeter │ │ ├── plasmalogin.conf │ │ ├── plasmalogin.group │ │ └── plasmalogin.user │ └── stone.yaml ├── plasma-nm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-pa │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-systemmonitor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-thunderbolt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-wayland-protocols │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-welcome │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-workspace-wallpapers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plasma-workspace │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Remove-wayland-from-session-name.patch │ │ ├── 0001-Use-plasma-keyboard-for-SDDM-input.patch │ │ ├── 0001-Use-stateless-dir-for-menu.patch │ │ └── pam.d │ │ │ ├── kde │ │ │ ├── kde-fingerprint │ │ │ └── kde-smartcard │ └── stone.yaml ├── plasma5support │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plymouth-kcm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── plymouth │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Set-plymouth-defaults.patch │ │ └── 10-splash.cmdline │ └── stone.yaml ├── polkit-kde-agent │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── polkit-qt-1 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── polkit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 00-ntp-and-time-zones.rules │ │ ├── polkitd.group │ │ ├── polkitd.user │ │ ├── stateless │ │ │ └── 0001-pkexec-Support-a-stateless-configuration.patch │ │ ├── trigger.yaml │ │ └── upstream-01.patch │ └── stone.yaml ├── pop-os-icon-theme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pop-os-launcher │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pop-os-sound-theme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── poppler-data │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── poppler │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── popt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── power-profiles-daemon │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── powerbuttond │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── support-gamescope-session-plus.patch │ └── stone.yaml ├── powerdevil │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── powerstat │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── powerstation │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ppp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── stateless.patch │ └── stone.yaml ├── print-manager │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── prism-launcher │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── procps │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── protobuf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── protontricks │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── drop-vendored-vdf.patch │ └── stone.yaml ├── psmisc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ptyxis │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pulseaudio-qt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pulseaudio │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Support-a-stateless-configuration.patch │ └── stone.yaml ├── pv │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── pycairo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-argcomplete │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-attrs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-autocommand │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-babel │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-backports.tarfile │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-beautifulsoup4 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-build │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-cairo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-calver │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-certifi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-cffi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Use-clang-for-tests.patch │ │ └── clang-errors.patch │ └── stone.yaml ├── python-charset-normalizer │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-coherent-licensed │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-configobj │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-cryptography │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-dbus │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-dbusmock │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-distlib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-distro │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-distutils-extra │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-editables │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-evdev │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-filelock │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-flit-core │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-gbinder │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── use-setuptools.patch │ └── stone.yaml ├── python-glad2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-hatch-fancy-pypi-readme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-hatch-vcs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-hatchling │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-html5lib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-httplib2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── system-certs.patch │ └── stone.yaml ├── python-idna │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-imagesize │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-iniconfig │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-installer │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-jaraco.collections │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-jaraco.context │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-jaraco.functools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-jaraco.text │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-jinja │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-lxml │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-mako │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-markdown-it-py │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-markdown │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-markupsafe │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-mdit-py-plugins │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-mdurl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-more-itertools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-mypy-extensions │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-mypy │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Disable-build-only-deps.patch │ └── stone.yaml ├── python-myst-parser │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-packaging │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pathspec │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pillow │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pip │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pkgconfig │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-platformdirs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pluggy │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-ply │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-poetry-core │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-psutil │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pyclip │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pycparser │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-downstream-Default-to-clang-cpp.patch │ │ └── debundle-ply.patch │ └── stone.yaml ├── python-pyelftools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pygdbmi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pygments │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pygobject │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pyparsing │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pyproject-hooks │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pyproject-metadata │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pytest │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pytz │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-pyudev │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── pytest-8.patch │ └── stone.yaml ├── python-pyyaml │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-requests │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-roman-numerals-py │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-ruamel-yaml-clib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-ruamel-yaml │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-semantic-version │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-sentry-sdk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-setuptools-rust │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-setuptools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-setuptools_scm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-shtab │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-six │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-smartypants │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-snowballstemmer │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-soupsieve │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-sphinx-copybutton │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-sphinx-inline-tabs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-sphinx-issues │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-sphinx-rtd-theme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-sphinx │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── contribhelp-optional.patch │ └── stone.yaml ├── python-sphinxcontrib-jquery │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-sphinxcontrib-qthelp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-trove-classifiers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-typing_extensions │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-typogrify │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-urllib3 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-vdf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-virtualenv │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── system-wheel.patch │ └── stone.yaml ├── python-webencodings │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-wheel │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── python-xlib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── python │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ ├── idle3.appdata.xml │ └── idle3.desktop │ └── stone.yaml ├── q ├── qbittorrent │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── qbittorrent-nox.service │ │ ├── qbittorrent-nox.sysusers │ │ └── qbittorrent-nox.tmpfiles │ └── stone.yaml ├── qca │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qcoro │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qemu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 99-qemu-guest-agent.rules │ │ ├── qemu-guest-agent.preset │ │ └── qemu-guest-agent.service │ └── stone.yaml ├── qgpgme │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qpdf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qpwgraph │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qrencode │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt5-base │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Adjust-build-flags.patch │ │ ├── fedora │ │ │ ├── 0001-Use-Wayland-by-default-on-GNOME.patch │ │ │ ├── 0002-Add-enum-class-Qt-Appearance.patch │ │ │ ├── 0003-Sync-and-assert-StandardPixmap-enums-in-QPlatformThe.patch │ │ │ ├── 0004-QGtk3Theme-subscribe-to-theme-hint-changes.patch │ │ │ ├── 0005-Re-implement-palette-standardPixmap-file-icons-fonts.patch │ │ │ ├── 0006-Fix-checkbox-and-radiobutton-background-in-QGtk3Them.patch │ │ │ ├── 0007-Cleanup-QGtk3Theme.patch │ │ │ ├── 0008-Detect-appearance-by-colors-unless-GTK-theme-name-co.patch │ │ │ ├── 0009-Change-parsing-log-output-in-QGtk3Json-from-qCDebug-.patch │ │ │ ├── 0010-Document-QGtk3Interface.patch │ │ │ ├── 0011-Document-QGtk3Storage.patch │ │ │ ├── 0012-QGtk3Theme-Improve-fixed-font-delivery.patch │ │ │ ├── 0013-QGtk3Theme-Do-not-default-Active-WindowText-to-butto.patch │ │ │ ├── 0014-Fix-memory-leak-in-QGtk3Interface-themeName.patch │ │ │ ├── 0015-Fix-disabled-button-color-in-Linux-X11-Wayland.patch │ │ │ ├── 0016-Fix-inactive-palette-in-gtk3-theme.patch │ │ │ ├── 0017-Fix-tooltip-palette-issue-in-gtk3-theme.patch │ │ │ └── 0018-QGtk3Theme-define-light-midlight-mid-dark-and-shadow.patch │ │ ├── qtlogging.ini │ │ └── stateless │ │ │ └── 0001-Support-stateless-config-directories.patch │ └── stone.yaml ├── qt5-declarative │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch │ └── stone.yaml ├── qt5-svg │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt5-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt5-wayland │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── qtwayland-decoration-support-backports-from-qt6.patch │ └── stone.yaml ├── qt5-x11extras │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-5compat │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-base │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Adjust-build-flags.patch │ │ ├── 0001-Drop-CMAKE_SYSTEM_VERSION-from-modules-json-if-Linux.patch │ │ ├── 0001-Run-render-tick-at-240fps.patch │ │ ├── 0001-Support-stateless-config-directories.patch │ │ └── qtlogging.ini │ └── stone.yaml ├── qt6-charts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-connectivity │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-declarative │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-graphs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-imageformats │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-languageserver │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-downstream-Build-libs-shared.patch │ └── stone.yaml ├── qt6-location │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-multimedia │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-networkauth │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-positioning │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-quick3d │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-assimp-6.patch │ └── stone.yaml ├── qt6-quicktimeline │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-sensors │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-serialport │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-shadertools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Debundle-glslang.patch │ └── stone.yaml ├── qt6-speech │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-svg │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── assistant6.desktop │ │ ├── designer6.desktop │ │ ├── ftbfs-zstd.patch │ │ ├── linguist6.desktop │ │ └── qdbusviewer6.desktop │ └── stone.yaml ├── qt6-virtualkeyboard │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-wayland │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-webchannel │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-webengine │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── disable-spellchecker-demo.patch │ │ ├── ftbfs-clang-21.patch │ │ ├── qtwebengine-6.9.3-QTBUG-139424.patch │ │ └── qtwebengine-link-pipewire.patch │ ├── stone.yaml │ └── update-chromium.py ├── qt6-websockets │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qt6-webview │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qtforkawesome │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── qtkeychain │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── qtutilities │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── r ├── rav1e │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── rclone │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── rdfind │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── re2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── readline │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── readline83-001 │ └── stone.yaml ├── resources │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── restic │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ripgrep │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── rnnoise │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── rnp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── rpcsvc-proto │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── cpp.patch │ └── stone.yaml ├── rpmextract │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── rssguard │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-default-settings.patch │ └── stone.yaml ├── rsync │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── rtkit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── rtkit.group │ │ └── rtkit.user │ └── stone.yaml ├── ruby │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── runc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── rust-bindgen │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── rust │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-downstream-Hardcode-libdir-path.patch │ │ ├── 0001-unbundle-sqlite.patch │ │ ├── config.toml │ │ └── ldd-default.patch │ └── stone.yaml └── ryzenadj │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── releases └── .gitignore ├── removals.md ├── s ├── samba │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── samba.tmpfiles │ │ ├── sambaguest.group │ │ ├── sambaguest.user │ │ ├── sambashares.group │ │ ├── sambashares.user │ │ └── smb.conf │ └── stone.yaml ├── samply │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sane │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 66-saned.rules │ │ ├── sane.sysusers │ │ ├── saned.service │ │ ├── saned.socket │ │ └── stateless.patch │ └── stone.yaml ├── sassc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sbc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sccache │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── scdoc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── scons │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-posix-Also-force-common-toolchain-vars-for-Aeryn.patch │ │ └── 0001-posix-Support-AERYN_SCONS_ENV_PASSTHROUGH-1.patch │ └── stone.yaml ├── screen │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── pam.d │ └── stone.yaml ├── scx-scheds │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── config.toml │ └── stone.yaml ├── sddm-kcm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sddm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Use-aeryn-defaults.patch │ │ ├── 1969.patch │ │ ├── dont-error-for-logindef.patch │ │ ├── ftbfs-cmake-4.patch │ │ ├── make-qt6-themes-default.patch │ │ ├── pam.d │ │ │ ├── sddm │ │ │ └── sddm-autologin │ │ ├── qt6-themes.patch │ │ ├── sddm.conf │ │ ├── sddm.group │ │ └── sddm.user │ └── stone.yaml ├── sdl2-compat │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sdl2-image │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-pkgconfig-Require-sdl2_compat.patch │ └── stone.yaml ├── sdl2-mixer │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-pkgconfig-Require-sdl2_compat.patch │ └── stone.yaml ├── sdl2-ttf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-pkgconfig-Require-sdl2_compat.patch │ └── stone.yaml ├── sdl2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sdl3-ttf │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sdl3 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── seahorse │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── ftbfs-gpgme-2.patch │ └── stone.yaml ├── seatd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sed │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── serd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── serpent-artwork │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── serpent-gnome-defaults │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── setxkbmap │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── shaderc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Drop-third-party-code-in-CMakeLists.txt.patch │ │ └── 0001-Use-glslang-spirv-header.patch │ └── stone.yaml ├── shadow │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-aeryn-login.defs-changes.patch │ │ ├── pam.d │ │ │ ├── chgpasswd │ │ │ ├── chpasswd │ │ │ ├── defaults │ │ │ ├── newusers │ │ │ └── passwd │ │ └── stateless │ │ │ └── 0001-Stateless-useradd-support.patch │ └── stone.yaml ├── shared-mime-info │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── mimeapps.list │ │ └── trigger.yaml │ └── stone.yaml ├── showtime │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── signon-kwallet-extension │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── signon-plugin-oauth2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── signon-ui-qt │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── fake-user-agent.patch │ └── stone.yaml ├── signon │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── simde │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── skanlite │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── skopeo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── slang2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── patches │ │ │ └── 0001-remove-undefined-symbol-from-version-script.patch │ └── stone.yaml ├── slibtool │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── smartmontools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── smartmontools.preset │ └── stone.yaml ├── snappy │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── cmake_add_pkgconfig.patch │ │ ├── snappy.pc.in │ │ └── system-gtest.patch │ └── stone.yaml ├── snapshot │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sndio │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── socat │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sof-bin │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── solaar │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sord │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sound-theme-freedesktop │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── soundtouch │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── soxr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── spdlog │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── spdlog_constexpr.patch │ │ └── spdlog_fmt_external.patch │ └── stone.yaml ├── spectacle │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── speex │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── speexdsp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── spice-gtk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── spice-protocol │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── spice-vdagent │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Only-start-vdagent-under-virtualisation.patch │ │ ├── spice-vdagent.preset │ │ └── spice-vdagentd.preset │ └── stone.yaml ├── spice │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── spirv-headers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── spirv-llvm-translator │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── spirv-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sqlite │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── squashfs-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sratom │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sshfs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── man-fuse3.patch │ └── stone.yaml ├── starship │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 50-starship.sh │ │ └── aeryn-os.toml │ └── stone.yaml ├── startup-notification │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── steam-removable-media │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── steam │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-work-around-steam-crash-with-DRI_PRIME.patch │ │ ├── rules.patch │ │ └── steam-wrapper.sh │ └── stone.yaml ├── strace │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sudo-rs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-downstream-Update-default-PATH.patch │ │ ├── 0001-vi-sudo-Support-stateless-default-paths.patch │ │ ├── su.pam │ │ ├── sudo.conf │ │ ├── sudo.pam │ │ └── sudoers │ └── stone.yaml ├── svt-av1 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sway │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Aeryn-default-config-changes.patch │ │ ├── 0001-Make-sway-stateless.patch │ │ ├── 50-systemd-user.conf │ │ └── sway-portals.conf │ └── stone.yaml ├── swaybg │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── swig │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── switcheroo-control │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── swtpm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Disable-tests-that-fail-in-buildenv.patch │ │ ├── 0001-Stateless.patch │ │ ├── ftbfs-slibtool.patch │ │ ├── swtpm.sysusers │ │ ├── swtpm.tmpfiles │ │ └── upstream-01.patch │ └── stone.yaml ├── syncthing │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── fix-tests-pie.patch │ │ ├── syncthing-system.preset │ │ └── syncthing-user.preset │ └── stone.yaml ├── syncthingtray │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── sysprof │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── system-accounts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── pkg │ │ ├── deferred │ │ │ ├── adm.group │ │ │ ├── audio.group │ │ │ ├── cdrom.group │ │ │ ├── dialout.group │ │ │ ├── disk.group │ │ │ ├── input.group │ │ │ ├── kmem.group │ │ │ ├── kvm.group │ │ │ ├── lp.group │ │ │ ├── lpadmin.group │ │ │ ├── render.group │ │ │ ├── sgx.group │ │ │ ├── tape.group │ │ │ ├── tty.group │ │ │ ├── users.group │ │ │ ├── utmp.group │ │ │ ├── video.group │ │ │ └── wheel.group │ │ └── lp.user │ └── stone.yaml ├── system76-power │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── systemd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── configs │ │ │ ├── 00-journald.conf │ │ │ ├── 00-timeouts.conf │ │ │ ├── 10-map-count.conf │ │ │ ├── 10-timeout-abort.conf │ │ │ ├── 50-xdg-config-dirs │ │ │ ├── 50-xdg-data-dirs │ │ │ └── 60-block-scheduler.rules │ │ ├── patches │ │ │ └── downstream │ │ │ │ ├── 0001-Don-t-build-32bit-EFI-stub.patch │ │ │ │ ├── 0001-downstream-Allow-default-font-to-be-set.patch │ │ │ │ ├── 0001-downstream-Disable-kernel-auditing-by-default.patch │ │ │ │ ├── 0001-gpt-auto-generate-Stop-automounting-xbootldr-and-esp.patch │ │ │ │ ├── 0001-path-lookup-Include-stateless-xdg-path-by-default.patch │ │ │ │ ├── 0001-tmpfiles-Allow-nsswitch-clobber-at-non-boot-interval.patch │ │ │ │ └── 0001-tmpfiles-Make-var-cache-ldconfig-world-readable.patch │ │ ├── systemd-hook.sh │ │ ├── systemd_binfmt.yaml │ │ ├── systemd_etcfiles.yaml │ │ ├── systemd_hwdb.yaml │ │ ├── systemd_machine_id.yaml │ │ ├── systemd_presets.yaml │ │ ├── systemd_sysusers.yaml │ │ └── systemd_tmpfiles.yaml │ └── stone.yaml └── systemsettings │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── t ├── taglib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tailscale │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── defaults.patch │ └── stone.yaml ├── talloc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tar │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tcl │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tdb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tecla │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── telepathy-glib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── telepathy-glib-pr3-test-cm-with-newer-glib.patch │ │ └── telepathy-glib-prXXX-function-type-cast.patch │ └── stone.yaml ├── terminus-font │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tevent │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── texinfo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── trigger.yaml │ └── stone.yaml ├── thin-provisioning-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── thunderbird-langpacks │ ├── .gitignore │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── stone.yaml │ └── update.py ├── thunderbird │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── build │ │ │ └── mozconfig │ │ ├── install │ │ │ ├── distribution.ini │ │ │ ├── net.thunderbird.Thunderbird.desktop │ │ │ ├── prefs.js │ │ │ ├── thunderbird-symbolic.svg │ │ │ └── thunderbird-wrapper.sh │ │ └── patches │ │ │ ├── 0001-Allow-installing-addons-from-user-scope.patch │ │ │ ├── 0001-Fix-Firefox-Thunderbird-envvar-conflicts.patch │ │ │ ├── 0001-icu-78-build-fix.patch │ │ │ └── pgo.patch │ └── stone.yaml ├── tini │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Remove-strip-option-to-linker.patch │ │ └── ftbfs-cmake-4.patch │ └── stone.yaml ├── tinysparql │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── tinysparql.preset │ └── stone.yaml ├── tk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── tk-8.6.15-conf.patch │ └── stone.yaml ├── tmux │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── bash_completion_tmux.sh │ └── stone.yaml ├── tofi │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tomlplusplus │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tomoyo-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ └── stone.yaml ├── tpm2-tss │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── stateless │ │ │ └── 0001-Support-stateless-config-file.patch │ └── stone.yaml ├── tracker │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tree │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tslib │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Stateless.patch │ └── stone.yaml ├── typescript │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── tzdata │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── tools ├── .gitignore ├── CI │ └── package_checks.py ├── gnome_version_check.sh ├── helpers.bash ├── helpers.fish ├── helpers.zsh ├── pre-commit.py ├── prepare-commit-msg.py ├── update_cosmic.sh └── update_gnome_url.sh ├── typos ├── libXaw │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── oniguurma │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ └── stone.yaml └── uuutils-coreutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── u ├── udisks │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Add-support-for-a-stateless-configuration-file.patch │ └── stone.yaml ├── uhttpmock │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── unicode-cldr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── unicode-emoji │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── unicode-ucd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── unifdef │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── unixodbc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── unrar │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── unzip │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-use-clang.patch │ │ ├── security │ │ │ ├── cve-2014-8139.patch │ │ │ ├── cve-2014-8140.patch │ │ │ ├── cve-2014-8141.patch │ │ │ ├── cve-2014-9636.patch │ │ │ ├── cve-2014-9913.patch │ │ │ ├── cve-2015-7696.patch │ │ │ ├── cve-2015-7697.patch │ │ │ ├── cve-2016-9844.patch │ │ │ ├── cve-2018-1000035.patch │ │ │ ├── cve-2018-18384.patch │ │ │ ├── cve-2021-4217.patch │ │ │ └── cve-2022-0529-and-cve-2022-0530.patch │ │ ├── unzip-6.0-COVSCAN-fix-unterminated-string.patch │ │ ├── unzip-6.0-alt-iconv-utf8-print.patch │ │ ├── unzip-6.0-alt-iconv-utf8.patch │ │ ├── unzip-6.0-attribs-overflow.patch │ │ ├── unzip-6.0-bzip2-configure.patch │ │ ├── unzip-6.0-close.patch │ │ ├── unzip-6.0-exec-shield.patch │ │ ├── unzip-6.0-format-secure.patch │ │ ├── unzip-6.0-symlink.patch │ │ ├── unzip-6.0-timestamp.patch │ │ ├── unzip-6.0-valgrind.patch │ │ ├── unzip-6.0-x-option.patch │ │ ├── unzip-zipbomb-manpage.patch │ │ ├── unzip-zipbomb-part1.patch │ │ ├── unzip-zipbomb-part2.patch │ │ ├── unzip-zipbomb-part3.patch │ │ ├── unzip-zipbomb-part4.patch │ │ ├── unzip-zipbomb-part5.patch │ │ ├── unzip-zipbomb-part6.patch │ │ └── unzip-zipbomb-switch.patch │ └── stone.yaml ├── upower │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Support-an-entirely-stateless-configuration.patch │ └── stone.yaml ├── upx │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── urw-base35-fonts │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── usbguard │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Fix-uutils-install-incompatibility.patch │ │ └── 0001-usbguard-daemon-Fix-default-config.patch │ └── stone.yaml ├── usbmuxd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── usbmux.group │ │ └── usbmux.user │ └── stone.yaml ├── usbredir │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── usbutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── util-linux │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-downstream-Update-default-PATH.patch │ │ ├── 0001-fix-build-with-econf.patch │ │ └── pam.d │ │ │ ├── pam-common │ │ │ ├── pam-login │ │ │ ├── pam-runuser │ │ │ └── pam-su │ └── stone.yaml ├── util-macros │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── uutils-coreutils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── uv │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ └── downstream-bin.patch │ └── stone.yaml ├── v ├── v4l-utils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── vala │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── valgrind │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── mpi-respect-flags.patch │ └── stone.yaml ├── variety │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 771.patch │ └── stone.yaml ├── vim │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Make-vim-stateless.patch │ │ ├── 0001-Read-vimrc-from-etc-vim.patch │ │ └── vimrc │ └── stone.yaml ├── virglrenderer │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── virt-manager │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── virtiofsd │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-downstream-Use-correct-libexec.patch │ └── stone.yaml ├── vlc │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── ffmpeg-7.1.patch │ │ ├── libidn2.patch │ │ ├── oneVPL.patch │ │ └── trigger.yaml │ └── stone.yaml ├── vscode-bin │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── vscode.sh │ │ └── vscode.svg │ └── stone.yaml ├── vscodium │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── vscodium.sh │ │ └── vscodium.svg │ └── stone.yaml ├── vte │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-app-Make-build-configurable.patch │ └── stone.yaml ├── vulkan-headers │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── vulkan-loader │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── vulkan-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── w ├── waybar │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Fix-fmt-12.0-build.patch │ │ └── 0001-ftbfs-clang-21.patch │ └── stone.yaml ├── waydroid │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Service-tweaks.patch │ │ ├── dev-binderfs.mount │ │ ├── waydroid-pre.service │ │ └── waydroid.preset │ └── stone.yaml ├── wayland-protocols │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── wayland-utils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── wayland │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── webkitgtk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── webrtc-audio-processing-2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Fix-build-with-abseil-cpp-202508.patch │ │ └── ftbfs-libstdc-15.patch │ └── stone.yaml ├── weston │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 0001-Allow-libdisplay-info-0.3.patch │ └── stone.yaml ├── wf-recorder │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── wget │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0002-dont-truncate-no-clobber.patch │ │ ├── 0003-Add-show-progress.patch │ │ └── 0004-Fix-redirect-regression.patch │ └── stone.yaml ├── which │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── wine │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Prefer-wayland-over-x11.patch │ │ ├── llvm-libunwind.patch │ │ ├── ntsync.conf │ │ └── wine-binfmt.conf │ └── stone.yaml ├── winetricks │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── wireguard-tools │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── wireless-regdb │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 85-regulatory.rules │ │ ├── set-wireless-regdom │ │ └── wireless-regdom │ └── stone.yaml ├── wireplumber │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── block_steam_clear_default.patch │ └── stone.yaml ├── wireshark │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── wireshark.sysusers │ └── stone.yaml ├── wl-clipboard-rs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── wlroots │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── wmenu │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── woff2 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Install-binaries-always.patch │ │ └── include-cstdint.patch │ └── stone.yaml └── wpebackend-fdo │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── x ├── x264 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── x265 │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Fix-CMake-build-error-with-latest-CMake-4.0-release.patch │ │ ├── 0002-Fix-for-CMake-Build-Errors-in-MacOS.patch │ │ ├── 0003-Bump-CMake-Version-for-dynamicHDR10.patch │ │ └── ftbfs-libstdc-15.patch │ └── stone.yaml ├── xapian-core │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xcb-imdkit │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xcb-proto │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xcb-util-cursor │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xcb-util-errors │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xcb-util-image │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xcb-util-keysyms │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xcb-util-renderutil │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xcb-util-wm │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xcb-util │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xdg-dbus-proxy │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xdg-desktop-portal-cosmic │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xdg-desktop-portal-gnome │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xdg-desktop-portal-gtk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xdg-desktop-portal-kde │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xdg-desktop-portal-wlr │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xdg-desktop-portal │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xdg-user-dirs-gtk │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xdg-user-dirs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-Fallback-to-stateless-directories-ship-files-in-data.patch │ │ └── 60-xdg-user-dirs.preset │ └── stone.yaml ├── xdg-utils │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ └── 120.patch │ └── stone.yaml ├── xfsprogs │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xhost │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xkbcomp │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xkeyboard-config │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xmlto │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xmltoman │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xorgproto │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xorriso │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xprop │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xtrans │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xwayland-run │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xwayland-satellite │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ ├── pkg │ │ ├── 0001-fix-binary-path.patch │ │ └── xwayland-satellite.preset │ └── stone.yaml ├── xwayland │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xwaylandvideobridge │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── xxhash │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── xz │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── y ├── yakuake │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml ├── ydotool │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── yq │ ├── manifest.x86_64.bin │ ├── manifest.x86_64.jsonc │ ├── monitoring.yaml │ └── stone.yaml └── z ├── zed ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml ├── pkg │ └── 0001-Use-system-libs.patch └── stone.yaml ├── zellij ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml └── stone.yaml ├── zenity ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml └── stone.yaml ├── zip ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml ├── pkg │ ├── clang-configure.patch │ ├── currdir.patch │ ├── exec-shield.patch │ ├── fix-close.patch │ ├── fix-install.patch │ ├── format-security.patch │ └── reproducible.patch └── stone.yaml ├── zita-convolver ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml ├── pkg │ └── 0001-downstream-Build-system-tweaks.patch └── stone.yaml ├── zix ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml └── stone.yaml ├── zlib-ng ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml └── stone.yaml ├── zola ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml └── stone.yaml ├── zoxide ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml └── stone.yaml ├── zram-generator ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml ├── pkg │ ├── Cargo.lock │ ├── sysctl.conf │ └── zram.conf └── stone.yaml ├── zsh ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml ├── pkg │ ├── patches │ │ ├── 0001-50629-do-not-use-egrep-in-tests.patch │ │ ├── 0001-downstream-Update-default-PATH.patch │ │ ├── 0002-50641-use-int-main-in-test-C-codes-in-configure.patch │ │ ├── 0003-50658-test-Enable-to-switch-between-C-UTF-8-locales-.patch │ │ ├── 0004-50662-unset-LC_-for-all-the-tests.patch │ │ ├── 0005-51207-fix-for-read-d-when-the-delimiter-is-a-byte-0x.patch │ │ ├── 0006-51214-handle-read-d-and-a-delimiter-that-can-t-be-de.patch │ │ ├── 0007-51483-Enable-assignment-and-expansion-of-parameters-.patch │ │ ├── 0008-51484-Extend-named-reference-handling-for-special-pa.patch │ │ ├── 0009-51723-migrate-pcre-module-to-pcre2.patch │ │ ├── 0010-51728-assign-pcre-named-capture-groups-to-a-hash.patch │ │ ├── 0011-51738-support-pcre-s-alternative-DFA-matching-algori.patch │ │ ├── 0012-51877-do-not-build-pcre-module-if-pcre2-config-is-no.patch │ │ ├── 0013-51889-fix-module-loading-problem-with-full-RELRO.patch │ │ ├── 006-52383-Avoid-incompatible-pointer-types-in-terminfo-g.patch │ │ └── 010-gcc14.patch │ ├── zlogin │ ├── zlogout │ ├── zprofile │ └── zshenv └── stone.yaml ├── zstd ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml └── stone.yaml ├── zulip-desktop ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml ├── pkg │ ├── 0001-Disable-auto-update.patch │ ├── Zulip.desktop │ └── zulip.sh └── stone.yaml └── zxing-cpp ├── manifest.x86_64.bin ├── manifest.x86_64.jsonc ├── monitoring.yaml └── stone.yaml /.gitattributes: -------------------------------------------------------------------------------- 1 | manifest.*.bin binary diff=moss 2 | -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @aerynos/pkg-staff 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSES/MPL-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/LICENSES/MPL-2.0.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/README.md -------------------------------------------------------------------------------- /a/abseil-cpp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/abseil-cpp/stone.yaml -------------------------------------------------------------------------------- /a/acl/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/acl/monitoring.yaml -------------------------------------------------------------------------------- /a/acl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/acl/stone.yaml -------------------------------------------------------------------------------- /a/acpica/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/acpica/stone.yaml -------------------------------------------------------------------------------- /a/adwaita-icon-theme/pkg/default.index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Inherits=Adwaita -------------------------------------------------------------------------------- /a/akonadi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/akonadi/stone.yaml -------------------------------------------------------------------------------- /a/alabaster/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/alabaster/stone.yaml -------------------------------------------------------------------------------- /a/alacritty/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/alacritty/stone.yaml -------------------------------------------------------------------------------- /a/alsa-lib/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/alsa-lib/stone.yaml -------------------------------------------------------------------------------- /a/alsa-utils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/alsa-utils/stone.yaml -------------------------------------------------------------------------------- /a/amdgpu_top/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/amdgpu_top/stone.yaml -------------------------------------------------------------------------------- /a/aom/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/aom/monitoring.yaml -------------------------------------------------------------------------------- /a/aom/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/aom/stone.yaml -------------------------------------------------------------------------------- /a/appstream/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/appstream/stone.yaml -------------------------------------------------------------------------------- /a/argon2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/argon2/stone.yaml -------------------------------------------------------------------------------- /a/ark/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/ark/monitoring.yaml -------------------------------------------------------------------------------- /a/ark/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/ark/stone.yaml -------------------------------------------------------------------------------- /a/asciidoc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/asciidoc/stone.yaml -------------------------------------------------------------------------------- /a/asciinema/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/asciinema/stone.yaml -------------------------------------------------------------------------------- /a/assimp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/assimp/stone.yaml -------------------------------------------------------------------------------- /a/asusd/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/asusd/monitoring.yaml -------------------------------------------------------------------------------- /a/asusd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/asusd/stone.yaml -------------------------------------------------------------------------------- /a/atk/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/atk/monitoring.yaml -------------------------------------------------------------------------------- /a/atk/pkg/stub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/atk/pkg/stub -------------------------------------------------------------------------------- /a/atk/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/atk/stone.yaml -------------------------------------------------------------------------------- /a/atkmm-2.28/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/atkmm-2.28/stone.yaml -------------------------------------------------------------------------------- /a/atkmm/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/atkmm/monitoring.yaml -------------------------------------------------------------------------------- /a/atkmm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/atkmm/stone.yaml -------------------------------------------------------------------------------- /a/attr/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/attr/monitoring.yaml -------------------------------------------------------------------------------- /a/attr/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/attr/stone.yaml -------------------------------------------------------------------------------- /a/atuin/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/atuin/monitoring.yaml -------------------------------------------------------------------------------- /a/atuin/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/atuin/stone.yaml -------------------------------------------------------------------------------- /a/aurorae/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/aurorae/stone.yaml -------------------------------------------------------------------------------- /a/autocc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/autocc/stone.yaml -------------------------------------------------------------------------------- /a/autoconf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/autoconf/stone.yaml -------------------------------------------------------------------------------- /a/automake/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/automake/stone.yaml -------------------------------------------------------------------------------- /a/avahi/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/avahi/monitoring.yaml -------------------------------------------------------------------------------- /a/avahi/pkg/avahi.group: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/avahi/pkg/avahi.group -------------------------------------------------------------------------------- /a/avahi/pkg/avahi.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/avahi/pkg/avahi.user -------------------------------------------------------------------------------- /a/avahi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/a/avahi/stone.yaml -------------------------------------------------------------------------------- /b/baobab/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/baobab/stone.yaml -------------------------------------------------------------------------------- /b/bash/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/monitoring.yaml -------------------------------------------------------------------------------- /b/bash/pkg/40-prompt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/40-prompt.sh -------------------------------------------------------------------------------- /b/bash/pkg/41-alias.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/41-alias.sh -------------------------------------------------------------------------------- /b/bash/pkg/bash53-001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/bash53-001 -------------------------------------------------------------------------------- /b/bash/pkg/bash53-002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/bash53-002 -------------------------------------------------------------------------------- /b/bash/pkg/bash53-003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/bash53-003 -------------------------------------------------------------------------------- /b/bash/pkg/bash53-004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/bash53-004 -------------------------------------------------------------------------------- /b/bash/pkg/bash53-005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/bash53-005 -------------------------------------------------------------------------------- /b/bash/pkg/bash53-006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/bash53-006 -------------------------------------------------------------------------------- /b/bash/pkg/bash53-007: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/bash53-007 -------------------------------------------------------------------------------- /b/bash/pkg/bash53-008: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/bash53-008 -------------------------------------------------------------------------------- /b/bash/pkg/bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/bashrc -------------------------------------------------------------------------------- /b/bash/pkg/profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/pkg/profile -------------------------------------------------------------------------------- /b/bash/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bash/stone.yaml -------------------------------------------------------------------------------- /b/bat/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bat/monitoring.yaml -------------------------------------------------------------------------------- /b/bat/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bat/stone.yaml -------------------------------------------------------------------------------- /b/bc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bc/monitoring.yaml -------------------------------------------------------------------------------- /b/bc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bc/stone.yaml -------------------------------------------------------------------------------- /b/bcc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bcc/monitoring.yaml -------------------------------------------------------------------------------- /b/bcc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bcc/stone.yaml -------------------------------------------------------------------------------- /b/bdftopcf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bdftopcf/stone.yaml -------------------------------------------------------------------------------- /b/benchmark/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/benchmark/stone.yaml -------------------------------------------------------------------------------- /b/bind-utils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bind-utils/stone.yaml -------------------------------------------------------------------------------- /b/binutils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/binutils/stone.yaml -------------------------------------------------------------------------------- /b/bison/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bison/monitoring.yaml -------------------------------------------------------------------------------- /b/bison/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bison/stone.yaml -------------------------------------------------------------------------------- /b/blake3/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/blake3/stone.yaml -------------------------------------------------------------------------------- /b/bluedevil/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bluedevil/stone.yaml -------------------------------------------------------------------------------- /b/bluez/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bluez/monitoring.yaml -------------------------------------------------------------------------------- /b/bluez/pkg/bluetooth-mesh.preset: -------------------------------------------------------------------------------- 1 | enable bluetooth-mesh.service 2 | -------------------------------------------------------------------------------- /b/bluez/pkg/bluetooth.preset: -------------------------------------------------------------------------------- 1 | enable bluetooth.service 2 | -------------------------------------------------------------------------------- /b/bluez/pkg/obex.preset: -------------------------------------------------------------------------------- 1 | enable obex.service 2 | -------------------------------------------------------------------------------- /b/bluez/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bluez/stone.yaml -------------------------------------------------------------------------------- /b/bolt/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bolt/monitoring.yaml -------------------------------------------------------------------------------- /b/bolt/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bolt/stone.yaml -------------------------------------------------------------------------------- /b/boost/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/boost/monitoring.yaml -------------------------------------------------------------------------------- /b/boost/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/boost/stone.yaml -------------------------------------------------------------------------------- /b/botan/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/botan/monitoring.yaml -------------------------------------------------------------------------------- /b/botan/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/botan/stone.yaml -------------------------------------------------------------------------------- /b/bottom/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bottom/stone.yaml -------------------------------------------------------------------------------- /b/boulder/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/boulder/stone.yaml -------------------------------------------------------------------------------- /b/bpftool/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bpftool/stone.yaml -------------------------------------------------------------------------------- /b/breeze/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/breeze/stone.yaml -------------------------------------------------------------------------------- /b/brightnessctl/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 3 | -------------------------------------------------------------------------------- /b/brotli/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/brotli/stone.yaml -------------------------------------------------------------------------------- /b/btop/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/btop/monitoring.yaml -------------------------------------------------------------------------------- /b/btop/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/btop/stone.yaml -------------------------------------------------------------------------------- /b/bubblewrap/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bubblewrap/stone.yaml -------------------------------------------------------------------------------- /b/buildah/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/buildah/stone.yaml -------------------------------------------------------------------------------- /b/bzip2/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bzip2/monitoring.yaml -------------------------------------------------------------------------------- /b/bzip2/pkg/bzip2.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bzip2/pkg/bzip2.pc -------------------------------------------------------------------------------- /b/bzip2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bzip2/stone.yaml -------------------------------------------------------------------------------- /b/bzip3/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bzip3/monitoring.yaml -------------------------------------------------------------------------------- /b/bzip3/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/b/bzip3/stone.yaml -------------------------------------------------------------------------------- /c/c-ares/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/c-ares/stone.yaml -------------------------------------------------------------------------------- /c/ca-certificates/.gitignore: -------------------------------------------------------------------------------- 1 | certdata.txt 2 | -------------------------------------------------------------------------------- /c/cabextract/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cabextract/stone.yaml -------------------------------------------------------------------------------- /c/cairo/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cairo/monitoring.yaml -------------------------------------------------------------------------------- /c/cairo/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cairo/stone.yaml -------------------------------------------------------------------------------- /c/cairomm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cairomm/stone.yaml -------------------------------------------------------------------------------- /c/cargo-c/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cargo-c/stone.yaml -------------------------------------------------------------------------------- /c/catch2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/catch2/stone.yaml -------------------------------------------------------------------------------- /c/cava/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cava/monitoring.yaml -------------------------------------------------------------------------------- /c/cava/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cava/stone.yaml -------------------------------------------------------------------------------- /c/cbindgen/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cbindgen/stone.yaml -------------------------------------------------------------------------------- /c/ccache/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/ccache/stone.yaml -------------------------------------------------------------------------------- /c/celluloid/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/celluloid/stone.yaml -------------------------------------------------------------------------------- /c/chafa/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/chafa/monitoring.yaml -------------------------------------------------------------------------------- /c/chafa/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/chafa/stone.yaml -------------------------------------------------------------------------------- /c/check/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/check/monitoring.yaml -------------------------------------------------------------------------------- /c/check/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/check/stone.yaml -------------------------------------------------------------------------------- /c/chezmoi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/chezmoi/stone.yaml -------------------------------------------------------------------------------- /c/cjson/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cjson/monitoring.yaml -------------------------------------------------------------------------------- /c/cjson/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cjson/stone.yaml -------------------------------------------------------------------------------- /c/clinfo/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/clinfo/stone.yaml -------------------------------------------------------------------------------- /c/cmake/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cmake/monitoring.yaml -------------------------------------------------------------------------------- /c/cmake/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cmake/stone.yaml -------------------------------------------------------------------------------- /c/cmark/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cmark/monitoring.yaml -------------------------------------------------------------------------------- /c/cmark/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cmark/stone.yaml -------------------------------------------------------------------------------- /c/cmocka/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cmocka/stone.yaml -------------------------------------------------------------------------------- /c/codespell/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/codespell/stone.yaml -------------------------------------------------------------------------------- /c/coeurl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/coeurl/stone.yaml -------------------------------------------------------------------------------- /c/colord-gtk/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/colord-gtk/stone.yaml -------------------------------------------------------------------------------- /c/colord/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/colord/stone.yaml -------------------------------------------------------------------------------- /c/containerd/pkg/containerd.preset: -------------------------------------------------------------------------------- 1 | enable containerd.service 2 | -------------------------------------------------------------------------------- /c/containerd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/containerd/stone.yaml -------------------------------------------------------------------------------- /c/corrosion/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/corrosion/stone.yaml -------------------------------------------------------------------------------- /c/cosmic-bg/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cosmic-bg/stone.yaml -------------------------------------------------------------------------------- /c/cosmic-osd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cosmic-osd/stone.yaml -------------------------------------------------------------------------------- /c/cosmic-session/pkg/60-cosmic.preset: -------------------------------------------------------------------------------- 1 | enable cosmic-greeter.service 2 | -------------------------------------------------------------------------------- /c/cpio/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cpio/monitoring.yaml -------------------------------------------------------------------------------- /c/cpio/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cpio/stone.yaml -------------------------------------------------------------------------------- /c/cppunit/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cppunit/stone.yaml -------------------------------------------------------------------------------- /c/cracklib/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cracklib/stone.yaml -------------------------------------------------------------------------------- /c/cryptsetup/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cryptsetup/stone.yaml -------------------------------------------------------------------------------- /c/cunit/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cunit/monitoring.yaml -------------------------------------------------------------------------------- /c/cunit/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cunit/stone.yaml -------------------------------------------------------------------------------- /c/cups-browsed/pkg/cups-browsed.preset: -------------------------------------------------------------------------------- 1 | enable cups-browsed.service 2 | -------------------------------------------------------------------------------- /c/cups/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cups/monitoring.yaml -------------------------------------------------------------------------------- /c/cups/pkg/cups.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cups/pkg/cups.pam -------------------------------------------------------------------------------- /c/cups/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cups/stone.yaml -------------------------------------------------------------------------------- /c/curl/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/curl/monitoring.yaml -------------------------------------------------------------------------------- /c/curl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/curl/stone.yaml -------------------------------------------------------------------------------- /c/cyrus-sasl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cyrus-sasl/stone.yaml -------------------------------------------------------------------------------- /c/cython/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/c/cython/stone.yaml -------------------------------------------------------------------------------- /d/dash/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dash/monitoring.yaml -------------------------------------------------------------------------------- /d/dash/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dash/stone.yaml -------------------------------------------------------------------------------- /d/dav1d/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dav1d/monitoring.yaml -------------------------------------------------------------------------------- /d/dav1d/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dav1d/stone.yaml -------------------------------------------------------------------------------- /d/dbus-glib/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dbus-glib/stone.yaml -------------------------------------------------------------------------------- /d/dbus/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dbus/monitoring.yaml -------------------------------------------------------------------------------- /d/dbus/pkg/trigger.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dbus/pkg/trigger.yaml -------------------------------------------------------------------------------- /d/dbus/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dbus/stone.yaml -------------------------------------------------------------------------------- /d/dconf/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dconf/monitoring.yaml -------------------------------------------------------------------------------- /d/dconf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dconf/stone.yaml -------------------------------------------------------------------------------- /d/ddcutil/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/ddcutil/stone.yaml -------------------------------------------------------------------------------- /d/decibels/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/decibels/stone.yaml -------------------------------------------------------------------------------- /d/delta/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/delta/monitoring.yaml -------------------------------------------------------------------------------- /d/delta/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/delta/stone.yaml -------------------------------------------------------------------------------- /d/device-quirks/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 3 | -------------------------------------------------------------------------------- /d/diffutils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/diffutils/stone.yaml -------------------------------------------------------------------------------- /d/discord/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/discord/stone.yaml -------------------------------------------------------------------------------- /d/discount/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/discount/stone.yaml -------------------------------------------------------------------------------- /d/discover/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/discover/stone.yaml -------------------------------------------------------------------------------- /d/distrobox/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/distrobox/stone.yaml -------------------------------------------------------------------------------- /d/djvulibre/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/djvulibre/stone.yaml -------------------------------------------------------------------------------- /d/dmidecode/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dmidecode/stone.yaml -------------------------------------------------------------------------------- /d/dnsmasq/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dnsmasq/stone.yaml -------------------------------------------------------------------------------- /d/docbook/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/docbook/stone.yaml -------------------------------------------------------------------------------- /d/docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/docker/README.md -------------------------------------------------------------------------------- /d/docker/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/docker/stone.yaml -------------------------------------------------------------------------------- /d/docutils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/docutils/stone.yaml -------------------------------------------------------------------------------- /d/dolphin/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dolphin/stone.yaml -------------------------------------------------------------------------------- /d/dosfstools/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dosfstools/stone.yaml -------------------------------------------------------------------------------- /d/doxygen/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/doxygen/stone.yaml -------------------------------------------------------------------------------- /d/dracut/pkg/aeryn.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dracut/pkg/aeryn.conf -------------------------------------------------------------------------------- /d/dracut/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dracut/stone.yaml -------------------------------------------------------------------------------- /d/dragon/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dragon/stone.yaml -------------------------------------------------------------------------------- /d/drkonqi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/drkonqi/stone.yaml -------------------------------------------------------------------------------- /d/drm-info/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/drm-info/stone.yaml -------------------------------------------------------------------------------- /d/dtc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dtc/monitoring.yaml -------------------------------------------------------------------------------- /d/dtc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dtc/stone.yaml -------------------------------------------------------------------------------- /d/dub/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dub/monitoring.yaml -------------------------------------------------------------------------------- /d/dub/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/dub/stone.yaml -------------------------------------------------------------------------------- /d/duktape/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/d/duktape/stone.yaml -------------------------------------------------------------------------------- /e/e2fsprogs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/e2fsprogs/stone.yaml -------------------------------------------------------------------------------- /e/ed/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/ed/monitoring.yaml -------------------------------------------------------------------------------- /e/ed/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/ed/stone.yaml -------------------------------------------------------------------------------- /e/edk2/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/edk2/monitoring.yaml -------------------------------------------------------------------------------- /e/edk2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/edk2/stone.yaml -------------------------------------------------------------------------------- /e/egl-gbm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/egl-gbm/stone.yaml -------------------------------------------------------------------------------- /e/egl-x11/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/egl-x11/stone.yaml -------------------------------------------------------------------------------- /e/elfutils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/elfutils/stone.yaml -------------------------------------------------------------------------------- /e/elisa/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/elisa/monitoring.yaml -------------------------------------------------------------------------------- /e/elisa/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/elisa/stone.yaml -------------------------------------------------------------------------------- /e/enchant/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/enchant/stone.yaml -------------------------------------------------------------------------------- /e/ent/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/ent/monitoring.yaml -------------------------------------------------------------------------------- /e/ent/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/ent/stone.yaml -------------------------------------------------------------------------------- /e/ethtool/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 3 | -------------------------------------------------------------------------------- /e/ethtool/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/ethtool/stone.yaml -------------------------------------------------------------------------------- /e/eventviews/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/eventviews/stone.yaml -------------------------------------------------------------------------------- /e/evtest/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/evtest/stone.yaml -------------------------------------------------------------------------------- /e/exempi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/exempi/stone.yaml -------------------------------------------------------------------------------- /e/exfatprogs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/exfatprogs/stone.yaml -------------------------------------------------------------------------------- /e/exiv2/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/exiv2/monitoring.yaml -------------------------------------------------------------------------------- /e/exiv2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/exiv2/stone.yaml -------------------------------------------------------------------------------- /e/expat/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/expat/monitoring.yaml -------------------------------------------------------------------------------- /e/expat/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/expat/stone.yaml -------------------------------------------------------------------------------- /e/expect/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/expect/stone.yaml -------------------------------------------------------------------------------- /e/eza/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/eza/monitoring.yaml -------------------------------------------------------------------------------- /e/eza/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/e/eza/stone.yaml -------------------------------------------------------------------------------- /f/f2fs-tools/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/f2fs-tools/stone.yaml -------------------------------------------------------------------------------- /f/f3/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/f3/monitoring.yaml -------------------------------------------------------------------------------- /f/f3/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/f3/stone.yaml -------------------------------------------------------------------------------- /f/fakeroot/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fakeroot/stone.yaml -------------------------------------------------------------------------------- /f/fast-float/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fast-float/stone.yaml -------------------------------------------------------------------------------- /f/fastfetch/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fastfetch/stone.yaml -------------------------------------------------------------------------------- /f/fd/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fd/monitoring.yaml -------------------------------------------------------------------------------- /f/fd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fd/stone.yaml -------------------------------------------------------------------------------- /f/fdk-aac/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fdk-aac/stone.yaml -------------------------------------------------------------------------------- /f/ffmpeg/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/ffmpeg/stone.yaml -------------------------------------------------------------------------------- /f/fftw/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fftw/monitoring.yaml -------------------------------------------------------------------------------- /f/fftw/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fftw/stone.yaml -------------------------------------------------------------------------------- /f/file/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/file/monitoring.yaml -------------------------------------------------------------------------------- /f/file/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/file/stone.yaml -------------------------------------------------------------------------------- /f/filelight/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/filelight/stone.yaml -------------------------------------------------------------------------------- /f/findutils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/findutils/stone.yaml -------------------------------------------------------------------------------- /f/firefox-langpacks/.gitignore: -------------------------------------------------------------------------------- 1 | /tmp_lang_pack/ 2 | -------------------------------------------------------------------------------- /f/firefox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/firefox/README.md -------------------------------------------------------------------------------- /f/firefox/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/firefox/stone.yaml -------------------------------------------------------------------------------- /f/fish/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fish/monitoring.yaml -------------------------------------------------------------------------------- /f/fish/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fish/stone.yaml -------------------------------------------------------------------------------- /f/flac/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/flac/monitoring.yaml -------------------------------------------------------------------------------- /f/flac/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/flac/stone.yaml -------------------------------------------------------------------------------- /f/flatpak/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/flatpak/stone.yaml -------------------------------------------------------------------------------- /f/flex/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/flex/monitoring.yaml -------------------------------------------------------------------------------- /f/flex/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/flex/stone.yaml -------------------------------------------------------------------------------- /f/fmt/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fmt/monitoring.yaml -------------------------------------------------------------------------------- /f/fmt/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fmt/stone.yaml -------------------------------------------------------------------------------- /f/folks/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/folks/monitoring.yaml -------------------------------------------------------------------------------- /f/folks/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/folks/stone.yaml -------------------------------------------------------------------------------- /f/font-fira/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/font-fira/stone.yaml -------------------------------------------------------------------------------- /f/font-hack/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/font-hack/stone.yaml -------------------------------------------------------------------------------- /f/font-noto/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/font-noto/stone.yaml -------------------------------------------------------------------------------- /f/font-util/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/font-util/stone.yaml -------------------------------------------------------------------------------- /f/fontconfig/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fontconfig/stone.yaml -------------------------------------------------------------------------------- /f/fprintd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fprintd/stone.yaml -------------------------------------------------------------------------------- /f/freeglut/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/freeglut/stone.yaml -------------------------------------------------------------------------------- /f/freerdp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/freerdp/stone.yaml -------------------------------------------------------------------------------- /f/freetype/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/freetype/stone.yaml -------------------------------------------------------------------------------- /f/fribidi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fribidi/stone.yaml -------------------------------------------------------------------------------- /f/fzf/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fzf/monitoring.yaml -------------------------------------------------------------------------------- /f/fzf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/f/fzf/stone.yaml -------------------------------------------------------------------------------- /g/gamemode/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gamemode/stone.yaml -------------------------------------------------------------------------------- /g/gamescope-session-opengamepadui/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 3 | -------------------------------------------------------------------------------- /g/gamescope-session-steam-plus/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 3 | -------------------------------------------------------------------------------- /g/gamescope-session-steam/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 3 | -------------------------------------------------------------------------------- /g/gamescope-session/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 3 | -------------------------------------------------------------------------------- /g/gamescope/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gamescope/stone.yaml -------------------------------------------------------------------------------- /g/gawk/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gawk/monitoring.yaml -------------------------------------------------------------------------------- /g/gawk/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gawk/stone.yaml -------------------------------------------------------------------------------- /g/gcc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gcc/monitoring.yaml -------------------------------------------------------------------------------- /g/gcc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gcc/stone.yaml -------------------------------------------------------------------------------- /g/gcr-3/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gcr-3/monitoring.yaml -------------------------------------------------------------------------------- /g/gcr-3/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gcr-3/stone.yaml -------------------------------------------------------------------------------- /g/gcr/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gcr/monitoring.yaml -------------------------------------------------------------------------------- /g/gcr/pkg/gcr-user.preset: -------------------------------------------------------------------------------- 1 | enable gcr-ssh-agent.socket 2 | -------------------------------------------------------------------------------- /g/gcr/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gcr/stone.yaml -------------------------------------------------------------------------------- /g/gdb/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gdb/monitoring.yaml -------------------------------------------------------------------------------- /g/gdb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gdb/stone.yaml -------------------------------------------------------------------------------- /g/gdbm/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gdbm/monitoring.yaml -------------------------------------------------------------------------------- /g/gdbm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gdbm/stone.yaml -------------------------------------------------------------------------------- /g/gdk-pixbuf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gdk-pixbuf/stone.yaml -------------------------------------------------------------------------------- /g/gdm/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gdm/monitoring.yaml -------------------------------------------------------------------------------- /g/gdm/pkg/gdm.group: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gdm/pkg/gdm.group -------------------------------------------------------------------------------- /g/gdm/pkg/gdm.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gdm/pkg/gdm.user -------------------------------------------------------------------------------- /g/gdm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gdm/stone.yaml -------------------------------------------------------------------------------- /g/geoclue/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/geoclue/stone.yaml -------------------------------------------------------------------------------- /g/gettext/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gettext/stone.yaml -------------------------------------------------------------------------------- /g/gexiv2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gexiv2/stone.yaml -------------------------------------------------------------------------------- /g/gi-docgen/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gi-docgen/stone.yaml -------------------------------------------------------------------------------- /g/giflib/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/giflib/stone.yaml -------------------------------------------------------------------------------- /g/git-lfs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/git-lfs/stone.yaml -------------------------------------------------------------------------------- /g/git/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/git/monitoring.yaml -------------------------------------------------------------------------------- /g/git/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/git/stone.yaml -------------------------------------------------------------------------------- /g/github-cli/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/github-cli/stone.yaml -------------------------------------------------------------------------------- /g/gjs/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gjs/monitoring.yaml -------------------------------------------------------------------------------- /g/gjs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gjs/stone.yaml -------------------------------------------------------------------------------- /g/glew/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glew/monitoring.yaml -------------------------------------------------------------------------------- /g/glew/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glew/stone.yaml -------------------------------------------------------------------------------- /g/glfw/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glfw/monitoring.yaml -------------------------------------------------------------------------------- /g/glfw/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glfw/stone.yaml -------------------------------------------------------------------------------- /g/glib2/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glib2/monitoring.yaml -------------------------------------------------------------------------------- /g/glib2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glib2/stone.yaml -------------------------------------------------------------------------------- /g/glibc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glibc/monitoring.yaml -------------------------------------------------------------------------------- /g/glibc/pkg/ld.so.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glibc/pkg/ld.so.conf -------------------------------------------------------------------------------- /g/glibc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glibc/stone.yaml -------------------------------------------------------------------------------- /g/glibmm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glibmm/stone.yaml -------------------------------------------------------------------------------- /g/glslang/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glslang/stone.yaml -------------------------------------------------------------------------------- /g/glu/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glu/monitoring.yaml -------------------------------------------------------------------------------- /g/glu/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glu/stone.yaml -------------------------------------------------------------------------------- /g/glycin/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/glycin/stone.yaml -------------------------------------------------------------------------------- /g/gmmlib/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gmmlib/stone.yaml -------------------------------------------------------------------------------- /g/gmp/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gmp/monitoring.yaml -------------------------------------------------------------------------------- /g/gmp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gmp/stone.yaml -------------------------------------------------------------------------------- /g/gnome-session/pkg/50-gnome.preset: -------------------------------------------------------------------------------- 1 | enable gdm.service 2 | 3 | -------------------------------------------------------------------------------- /g/gnu-efi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gnu-efi/stone.yaml -------------------------------------------------------------------------------- /g/gnupg/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gnupg/monitoring.yaml -------------------------------------------------------------------------------- /g/gnupg/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gnupg/stone.yaml -------------------------------------------------------------------------------- /g/gnutls/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gnutls/stone.yaml -------------------------------------------------------------------------------- /g/go-md2man/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/go-md2man/stone.yaml -------------------------------------------------------------------------------- /g/go-task/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/go-task/stone.yaml -------------------------------------------------------------------------------- /g/godot/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 373975 3 | -------------------------------------------------------------------------------- /g/godot/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/godot/stone.yaml -------------------------------------------------------------------------------- /g/golang/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/golang/README.md -------------------------------------------------------------------------------- /g/golang/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/golang/stone.yaml -------------------------------------------------------------------------------- /g/googletest/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/googletest/stone.yaml -------------------------------------------------------------------------------- /g/gparted/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gparted/stone.yaml -------------------------------------------------------------------------------- /g/gperf/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gperf/monitoring.yaml -------------------------------------------------------------------------------- /g/gperf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gperf/stone.yaml -------------------------------------------------------------------------------- /g/gpgme/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gpgme/monitoring.yaml -------------------------------------------------------------------------------- /g/gpgme/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gpgme/stone.yaml -------------------------------------------------------------------------------- /g/gpgmepp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gpgmepp/stone.yaml -------------------------------------------------------------------------------- /g/gpm/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gpm/monitoring.yaml -------------------------------------------------------------------------------- /g/gpm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gpm/stone.yaml -------------------------------------------------------------------------------- /g/graphene/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/graphene/stone.yaml -------------------------------------------------------------------------------- /g/graphite/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/graphite/stone.yaml -------------------------------------------------------------------------------- /g/graphviz/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/graphviz/stone.yaml -------------------------------------------------------------------------------- /g/greetd/pkg/greetd.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/greetd/pkg/greetd.pam -------------------------------------------------------------------------------- /g/greetd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/greetd/stone.yaml -------------------------------------------------------------------------------- /g/grep/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/grep/monitoring.yaml -------------------------------------------------------------------------------- /g/grep/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/grep/stone.yaml -------------------------------------------------------------------------------- /g/groff/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/groff/monitoring.yaml -------------------------------------------------------------------------------- /g/groff/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/groff/stone.yaml -------------------------------------------------------------------------------- /g/gsl/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gsl/monitoring.yaml -------------------------------------------------------------------------------- /g/gsl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gsl/stone.yaml -------------------------------------------------------------------------------- /g/gsm/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gsm/monitoring.yaml -------------------------------------------------------------------------------- /g/gsm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gsm/stone.yaml -------------------------------------------------------------------------------- /g/gsound/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gsound/stone.yaml -------------------------------------------------------------------------------- /g/gssdp/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gssdp/monitoring.yaml -------------------------------------------------------------------------------- /g/gssdp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gssdp/stone.yaml -------------------------------------------------------------------------------- /g/gstreamer/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gstreamer/stone.yaml -------------------------------------------------------------------------------- /g/gtk-3/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gtk-3/monitoring.yaml -------------------------------------------------------------------------------- /g/gtk-3/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gtk-3/stone.yaml -------------------------------------------------------------------------------- /g/gtk-4/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gtk-4/monitoring.yaml -------------------------------------------------------------------------------- /g/gtk-4/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gtk-4/stone.yaml -------------------------------------------------------------------------------- /g/gtk-doc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gtk-doc/stone.yaml -------------------------------------------------------------------------------- /g/gtk-vnc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gtk-vnc/stone.yaml -------------------------------------------------------------------------------- /g/gtkmm-4/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gtkmm-4/stone.yaml -------------------------------------------------------------------------------- /g/gtkmm/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gtkmm/monitoring.yaml -------------------------------------------------------------------------------- /g/gtkmm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gtkmm/stone.yaml -------------------------------------------------------------------------------- /g/gts/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gts/monitoring.yaml -------------------------------------------------------------------------------- /g/gts/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gts/stone.yaml -------------------------------------------------------------------------------- /g/gupnp-igd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gupnp-igd/stone.yaml -------------------------------------------------------------------------------- /g/gupnp/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gupnp/monitoring.yaml -------------------------------------------------------------------------------- /g/gupnp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gupnp/stone.yaml -------------------------------------------------------------------------------- /g/gvfs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gvfs/stone.yaml -------------------------------------------------------------------------------- /g/gwenview/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gwenview/stone.yaml -------------------------------------------------------------------------------- /g/gzip/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/g/gzip/stone.yaml -------------------------------------------------------------------------------- /h/harfbuzz/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/harfbuzz/stone.yaml -------------------------------------------------------------------------------- /h/haruna/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/haruna/stone.yaml -------------------------------------------------------------------------------- /h/hdf5/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/hdf5/stone.yaml -------------------------------------------------------------------------------- /h/helix/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/helix/stone.yaml -------------------------------------------------------------------------------- /h/help2man/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/help2man/stone.yaml -------------------------------------------------------------------------------- /h/hidapi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/hidapi/stone.yaml -------------------------------------------------------------------------------- /h/highway/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/highway/stone.yaml -------------------------------------------------------------------------------- /h/htop/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/htop/stone.yaml -------------------------------------------------------------------------------- /h/hugo/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/hugo/stone.yaml -------------------------------------------------------------------------------- /h/hunspell/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/hunspell/stone.yaml -------------------------------------------------------------------------------- /h/hwdata/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/hwdata/stone.yaml -------------------------------------------------------------------------------- /h/hwloc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/hwloc/stone.yaml -------------------------------------------------------------------------------- /h/hyphen/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/h/hyphen/stone.yaml -------------------------------------------------------------------------------- /i/iana-etc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/iana-etc/stone.yaml -------------------------------------------------------------------------------- /i/ibus/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/ibus/stone.yaml -------------------------------------------------------------------------------- /i/icu/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/icu/monitoring.yaml -------------------------------------------------------------------------------- /i/icu/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/icu/stone.yaml -------------------------------------------------------------------------------- /i/imath/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/imath/stone.yaml -------------------------------------------------------------------------------- /i/inih/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/inih/stone.yaml -------------------------------------------------------------------------------- /i/intltool/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/intltool/stone.yaml -------------------------------------------------------------------------------- /i/inxi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/inxi/stone.yaml -------------------------------------------------------------------------------- /i/iproute2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/iproute2/stone.yaml -------------------------------------------------------------------------------- /i/iptables/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/iptables/stone.yaml -------------------------------------------------------------------------------- /i/iputils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/iputils/stone.yaml -------------------------------------------------------------------------------- /i/isl/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/isl/monitoring.yaml -------------------------------------------------------------------------------- /i/isl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/isl/stone.yaml -------------------------------------------------------------------------------- /i/itstool/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/itstool/stone.yaml -------------------------------------------------------------------------------- /i/iw/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/iw/monitoring.yaml -------------------------------------------------------------------------------- /i/iw/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/iw/stone.yaml -------------------------------------------------------------------------------- /i/iwd/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/iwd/monitoring.yaml -------------------------------------------------------------------------------- /i/iwd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/i/iwd/stone.yaml -------------------------------------------------------------------------------- /j/jansson/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/jansson/stone.yaml -------------------------------------------------------------------------------- /j/jasper/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/jasper/stone.yaml -------------------------------------------------------------------------------- /j/jbig2dec/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/jbig2dec/stone.yaml -------------------------------------------------------------------------------- /j/jbigkit/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/jbigkit/stone.yaml -------------------------------------------------------------------------------- /j/jemalloc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/jemalloc/stone.yaml -------------------------------------------------------------------------------- /j/jpegxl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/jpegxl/stone.yaml -------------------------------------------------------------------------------- /j/jq/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/jq/monitoring.yaml -------------------------------------------------------------------------------- /j/jq/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/jq/stone.yaml -------------------------------------------------------------------------------- /j/json-c/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/json-c/stone.yaml -------------------------------------------------------------------------------- /j/jsoncpp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/jsoncpp/stone.yaml -------------------------------------------------------------------------------- /j/jujutsu/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/jujutsu/stone.yaml -------------------------------------------------------------------------------- /j/just/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/j/just/stone.yaml -------------------------------------------------------------------------------- /justfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/justfile -------------------------------------------------------------------------------- /k/kakoune/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kakoune/stone.yaml -------------------------------------------------------------------------------- /k/kalk/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kalk/stone.yaml -------------------------------------------------------------------------------- /k/kate/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kate/stone.yaml -------------------------------------------------------------------------------- /k/kbd/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kbd/monitoring.yaml -------------------------------------------------------------------------------- /k/kbd/pkg/vlock.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kbd/pkg/vlock.pam -------------------------------------------------------------------------------- /k/kbd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kbd/stone.yaml -------------------------------------------------------------------------------- /k/kcalc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kcalc/stone.yaml -------------------------------------------------------------------------------- /k/kclock/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kclock/stone.yaml -------------------------------------------------------------------------------- /k/kdiagram/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kdiagram/stone.yaml -------------------------------------------------------------------------------- /k/kdiff3/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kdiff3/stone.yaml -------------------------------------------------------------------------------- /k/kdsoap/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kdsoap/stone.yaml -------------------------------------------------------------------------------- /k/keyd/pkg/40-keyd.preset: -------------------------------------------------------------------------------- 1 | enable keyd.service 2 | -------------------------------------------------------------------------------- /k/keyd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/keyd/stone.yaml -------------------------------------------------------------------------------- /k/keyutils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/keyutils/stone.yaml -------------------------------------------------------------------------------- /k/kf6-kdav/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kf6-kdav/stone.yaml -------------------------------------------------------------------------------- /k/kf6-kded/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kf6-kded/stone.yaml -------------------------------------------------------------------------------- /k/kf6-kio/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kf6-kio/stone.yaml -------------------------------------------------------------------------------- /k/kf6-kpty/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kf6-kpty/stone.yaml -------------------------------------------------------------------------------- /k/kf6-ksvg/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kf6-ksvg/stone.yaml -------------------------------------------------------------------------------- /k/kimap/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kimap/stone.yaml -------------------------------------------------------------------------------- /k/kio-fuse/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kio-fuse/stone.yaml -------------------------------------------------------------------------------- /k/kitty/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kitty/stone.yaml -------------------------------------------------------------------------------- /k/klassy/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/klassy/stone.yaml -------------------------------------------------------------------------------- /k/kldap/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kldap/stone.yaml -------------------------------------------------------------------------------- /k/kmag/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kmag/stone.yaml -------------------------------------------------------------------------------- /k/kmbox/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kmbox/stone.yaml -------------------------------------------------------------------------------- /k/kmime/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kmime/stone.yaml -------------------------------------------------------------------------------- /k/kmod/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kmod/stone.yaml -------------------------------------------------------------------------------- /k/konsole/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/konsole/stone.yaml -------------------------------------------------------------------------------- /k/kpkpass/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kpkpass/stone.yaml -------------------------------------------------------------------------------- /k/kpmcore/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kpmcore/stone.yaml -------------------------------------------------------------------------------- /k/krb5/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/krb5/stone.yaml -------------------------------------------------------------------------------- /k/krdc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/krdc/stone.yaml -------------------------------------------------------------------------------- /k/krdp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/krdp/stone.yaml -------------------------------------------------------------------------------- /k/kscreen/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kscreen/stone.yaml -------------------------------------------------------------------------------- /k/ksmtp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/ksmtp/stone.yaml -------------------------------------------------------------------------------- /k/ktnef/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/ktnef/stone.yaml -------------------------------------------------------------------------------- /k/kubectl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kubectl/stone.yaml -------------------------------------------------------------------------------- /k/kvantum/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kvantum/stone.yaml -------------------------------------------------------------------------------- /k/kwayland/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kwayland/stone.yaml -------------------------------------------------------------------------------- /k/kwin/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kwin/stone.yaml -------------------------------------------------------------------------------- /k/kwrited/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/k/kwrited/stone.yaml -------------------------------------------------------------------------------- /l/ladspa/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/ladspa/stone.yaml -------------------------------------------------------------------------------- /l/lame/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lame/stone.yaml -------------------------------------------------------------------------------- /l/layout/pkg/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/layout/pkg/README -------------------------------------------------------------------------------- /l/layout/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/layout/stone.yaml -------------------------------------------------------------------------------- /l/lazygit/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lazygit/stone.yaml -------------------------------------------------------------------------------- /l/lcms2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lcms2/stone.yaml -------------------------------------------------------------------------------- /l/ldb/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/ldb/monitoring.yaml -------------------------------------------------------------------------------- /l/ldb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/ldb/stone.yaml -------------------------------------------------------------------------------- /l/ldc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/ldc/monitoring.yaml -------------------------------------------------------------------------------- /l/ldc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/ldc/stone.yaml -------------------------------------------------------------------------------- /l/ldns/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/ldns/stone.yaml -------------------------------------------------------------------------------- /l/less/pkg/10_default_PAGER_less.sh: -------------------------------------------------------------------------------- 1 | export PAGER=/usr/bin/less 2 | -------------------------------------------------------------------------------- /l/less/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/less/stone.yaml -------------------------------------------------------------------------------- /l/lftp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lftp/stone.yaml -------------------------------------------------------------------------------- /l/libaec/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libaec/stone.yaml -------------------------------------------------------------------------------- /l/libaio/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libaio/stone.yaml -------------------------------------------------------------------------------- /l/libass/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libass/stone.yaml -------------------------------------------------------------------------------- /l/libavif/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libavif/stone.yaml -------------------------------------------------------------------------------- /l/libb2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libb2/stone.yaml -------------------------------------------------------------------------------- /l/libbpf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libbpf/stone.yaml -------------------------------------------------------------------------------- /l/libbs2b/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libbs2b/stone.yaml -------------------------------------------------------------------------------- /l/libbsd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libbsd/stone.yaml -------------------------------------------------------------------------------- /l/libcap/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libcap/stone.yaml -------------------------------------------------------------------------------- /l/libcbor/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libcbor/stone.yaml -------------------------------------------------------------------------------- /l/libcddb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libcddb/stone.yaml -------------------------------------------------------------------------------- /l/libcdio/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libcdio/stone.yaml -------------------------------------------------------------------------------- /l/libdb51/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libdb51/stone.yaml -------------------------------------------------------------------------------- /l/libde265/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libde265/stone.yaml -------------------------------------------------------------------------------- /l/libdecor/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libdecor/stone.yaml -------------------------------------------------------------------------------- /l/libdex/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libdex/stone.yaml -------------------------------------------------------------------------------- /l/libdovi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libdovi/stone.yaml -------------------------------------------------------------------------------- /l/libdrm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libdrm/stone.yaml -------------------------------------------------------------------------------- /l/libeconf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libeconf/stone.yaml -------------------------------------------------------------------------------- /l/libedit/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libedit/stone.yaml -------------------------------------------------------------------------------- /l/libei/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libei/stone.yaml -------------------------------------------------------------------------------- /l/libepoxy/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libepoxy/stone.yaml -------------------------------------------------------------------------------- /l/libevdev/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libevdev/stone.yaml -------------------------------------------------------------------------------- /l/libevent/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libevent/stone.yaml -------------------------------------------------------------------------------- /l/libexif/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libexif/stone.yaml -------------------------------------------------------------------------------- /l/libffi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libffi/stone.yaml -------------------------------------------------------------------------------- /l/libfido2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libfido2/stone.yaml -------------------------------------------------------------------------------- /l/libfuse/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libfuse/stone.yaml -------------------------------------------------------------------------------- /l/libfuse2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libfuse2/stone.yaml -------------------------------------------------------------------------------- /l/libfyaml/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libfyaml/stone.yaml -------------------------------------------------------------------------------- /l/libgee/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libgee/stone.yaml -------------------------------------------------------------------------------- /l/libgit2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libgit2/stone.yaml -------------------------------------------------------------------------------- /l/libglvnd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libglvnd/stone.yaml -------------------------------------------------------------------------------- /l/libgtop/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libgtop/stone.yaml -------------------------------------------------------------------------------- /l/libgudev/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libgudev/stone.yaml -------------------------------------------------------------------------------- /l/libgusb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libgusb/stone.yaml -------------------------------------------------------------------------------- /l/libhandy/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libhandy/stone.yaml -------------------------------------------------------------------------------- /l/libheif/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libheif/stone.yaml -------------------------------------------------------------------------------- /l/libical/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libical/stone.yaml -------------------------------------------------------------------------------- /l/libice/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libice/stone.yaml -------------------------------------------------------------------------------- /l/libidn2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libidn2/stone.yaml -------------------------------------------------------------------------------- /l/libiio/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libiio/stone.yaml -------------------------------------------------------------------------------- /l/libinput/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libinput/stone.yaml -------------------------------------------------------------------------------- /l/libkgapi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libkgapi/stone.yaml -------------------------------------------------------------------------------- /l/libkleo/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libkleo/stone.yaml -------------------------------------------------------------------------------- /l/libksane/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libksane/stone.yaml -------------------------------------------------------------------------------- /l/libksba/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libksba/stone.yaml -------------------------------------------------------------------------------- /l/liblc3/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/liblc3/stone.yaml -------------------------------------------------------------------------------- /l/libldac/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libldac/stone.yaml -------------------------------------------------------------------------------- /l/libmbim/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libmbim/stone.yaml -------------------------------------------------------------------------------- /l/libmd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libmd/stone.yaml -------------------------------------------------------------------------------- /l/libmnl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libmnl/stone.yaml -------------------------------------------------------------------------------- /l/libmtp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libmtp/stone.yaml -------------------------------------------------------------------------------- /l/libndp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libndp/stone.yaml -------------------------------------------------------------------------------- /l/libnftnl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libnftnl/stone.yaml -------------------------------------------------------------------------------- /l/libnice/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libnice/stone.yaml -------------------------------------------------------------------------------- /l/libnl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libnl/stone.yaml -------------------------------------------------------------------------------- /l/libnma/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libnma/stone.yaml -------------------------------------------------------------------------------- /l/libnvme/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libnvme/stone.yaml -------------------------------------------------------------------------------- /l/libogg/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libogg/stone.yaml -------------------------------------------------------------------------------- /l/libp11/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libp11/stone.yaml -------------------------------------------------------------------------------- /l/libpanel/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libpanel/stone.yaml -------------------------------------------------------------------------------- /l/libpaper/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libpaper/stone.yaml -------------------------------------------------------------------------------- /l/libpcap/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libpcap/stone.yaml -------------------------------------------------------------------------------- /l/libplist/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libplist/stone.yaml -------------------------------------------------------------------------------- /l/libpng/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libpng/stone.yaml -------------------------------------------------------------------------------- /l/libppd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libppd/stone.yaml -------------------------------------------------------------------------------- /l/libproxy/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libproxy/stone.yaml -------------------------------------------------------------------------------- /l/libpsl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libpsl/stone.yaml -------------------------------------------------------------------------------- /l/libqb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libqb/stone.yaml -------------------------------------------------------------------------------- /l/libqmi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libqmi/stone.yaml -------------------------------------------------------------------------------- /l/libraw/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libraw/stone.yaml -------------------------------------------------------------------------------- /l/librest/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/librest/stone.yaml -------------------------------------------------------------------------------- /l/librsvg/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/librsvg/stone.yaml -------------------------------------------------------------------------------- /l/libsass/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libsass/stone.yaml -------------------------------------------------------------------------------- /l/libslirp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libslirp/stone.yaml -------------------------------------------------------------------------------- /l/libsm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libsm/stone.yaml -------------------------------------------------------------------------------- /l/libsoup/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libsoup/stone.yaml -------------------------------------------------------------------------------- /l/libsrtp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libsrtp/stone.yaml -------------------------------------------------------------------------------- /l/libssh/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libssh/stone.yaml -------------------------------------------------------------------------------- /l/libssh2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libssh2/stone.yaml -------------------------------------------------------------------------------- /l/libstone/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libstone/stone.yaml -------------------------------------------------------------------------------- /l/libtasn1/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libtasn1/stone.yaml -------------------------------------------------------------------------------- /l/libtatsu/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libtatsu/stone.yaml -------------------------------------------------------------------------------- /l/libthai/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libthai/stone.yaml -------------------------------------------------------------------------------- /l/libtiff/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libtiff/stone.yaml -------------------------------------------------------------------------------- /l/libtirpc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libtirpc/stone.yaml -------------------------------------------------------------------------------- /l/libtpms/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libtpms/stone.yaml -------------------------------------------------------------------------------- /l/liburcu/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/liburcu/stone.yaml -------------------------------------------------------------------------------- /l/liburing/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/liburing/stone.yaml -------------------------------------------------------------------------------- /l/libusb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libusb/stone.yaml -------------------------------------------------------------------------------- /l/libuv/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libuv/stone.yaml -------------------------------------------------------------------------------- /l/libva/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libva/stone.yaml -------------------------------------------------------------------------------- /l/libvdpau/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libvdpau/stone.yaml -------------------------------------------------------------------------------- /l/libvirt/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libvirt/stone.yaml -------------------------------------------------------------------------------- /l/libvpl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libvpl/stone.yaml -------------------------------------------------------------------------------- /l/libvpx/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libvpx/stone.yaml -------------------------------------------------------------------------------- /l/libwacom/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libwacom/stone.yaml -------------------------------------------------------------------------------- /l/libwebp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libwebp/stone.yaml -------------------------------------------------------------------------------- /l/libwpe/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libwpe/stone.yaml -------------------------------------------------------------------------------- /l/libx11/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libx11/stone.yaml -------------------------------------------------------------------------------- /l/libxau/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxau/stone.yaml -------------------------------------------------------------------------------- /l/libxaw/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxaw/stone.yaml -------------------------------------------------------------------------------- /l/libxcb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxcb/stone.yaml -------------------------------------------------------------------------------- /l/libxcvt/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxcvt/stone.yaml -------------------------------------------------------------------------------- /l/libxdmcp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxdmcp/stone.yaml -------------------------------------------------------------------------------- /l/libxext/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxext/stone.yaml -------------------------------------------------------------------------------- /l/libxft/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxft/stone.yaml -------------------------------------------------------------------------------- /l/libxi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxi/stone.yaml -------------------------------------------------------------------------------- /l/libxml2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxml2/stone.yaml -------------------------------------------------------------------------------- /l/libxmlb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxmlb/stone.yaml -------------------------------------------------------------------------------- /l/libxmu/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxmu/stone.yaml -------------------------------------------------------------------------------- /l/libxpm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxpm/stone.yaml -------------------------------------------------------------------------------- /l/libxres/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxres/stone.yaml -------------------------------------------------------------------------------- /l/libxslt/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxslt/stone.yaml -------------------------------------------------------------------------------- /l/libxt/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxt/stone.yaml -------------------------------------------------------------------------------- /l/libxtst/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxtst/stone.yaml -------------------------------------------------------------------------------- /l/libxv/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libxv/stone.yaml -------------------------------------------------------------------------------- /l/libyaml/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libyaml/stone.yaml -------------------------------------------------------------------------------- /l/libyuv/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libyuv/stone.yaml -------------------------------------------------------------------------------- /l/libzip/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/libzip/stone.yaml -------------------------------------------------------------------------------- /l/lichen/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lichen/stone.yaml -------------------------------------------------------------------------------- /l/lilv/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lilv/stone.yaml -------------------------------------------------------------------------------- /l/linux-desktop/.gitignore: -------------------------------------------------------------------------------- 1 | moss_cache/ 2 | root/ 3 | work/ -------------------------------------------------------------------------------- /l/linux-desktop/README.md: -------------------------------------------------------------------------------- 1 | ../linux-kvm/README.md -------------------------------------------------------------------------------- /l/linux-kvm/.gitignore: -------------------------------------------------------------------------------- 1 | moss_cache/ 2 | root/ 3 | work/ -------------------------------------------------------------------------------- /l/linux-kvm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/linux-kvm/README.md -------------------------------------------------------------------------------- /l/linux-kvm/pkglist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/linux-kvm/pkglist -------------------------------------------------------------------------------- /l/llvm-20/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/llvm-20/stone.yaml -------------------------------------------------------------------------------- /l/llvm/pkg/defs.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/llvm/pkg/defs.h.in -------------------------------------------------------------------------------- /l/llvm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/llvm/stone.yaml -------------------------------------------------------------------------------- /l/lmdb/pkg/lmdb.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lmdb/pkg/lmdb.pc.in -------------------------------------------------------------------------------- /l/lmdb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lmdb/stone.yaml -------------------------------------------------------------------------------- /l/lmdbxx/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lmdbxx/stone.yaml -------------------------------------------------------------------------------- /l/loupe/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/loupe/stone.yaml -------------------------------------------------------------------------------- /l/lsof/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lsof/stone.yaml -------------------------------------------------------------------------------- /l/ltrace/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/ltrace/stone.yaml -------------------------------------------------------------------------------- /l/lua/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lua/monitoring.yaml -------------------------------------------------------------------------------- /l/lua/pkg/lua-5.4.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lua/pkg/lua-5.4.pc -------------------------------------------------------------------------------- /l/lua/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lua/stone.yaml -------------------------------------------------------------------------------- /l/luajit/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/luajit/stone.yaml -------------------------------------------------------------------------------- /l/lv2/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lv2/monitoring.yaml -------------------------------------------------------------------------------- /l/lv2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lv2/stone.yaml -------------------------------------------------------------------------------- /l/lvm2/pkg/device-mapper-event.preset: -------------------------------------------------------------------------------- 1 | enable dm-event.socket 2 | -------------------------------------------------------------------------------- /l/lvm2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lvm2/stone.yaml -------------------------------------------------------------------------------- /l/lxc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lxc/monitoring.yaml -------------------------------------------------------------------------------- /l/lxc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lxc/stone.yaml -------------------------------------------------------------------------------- /l/lxcfs/pkg/lxcfs.preset: -------------------------------------------------------------------------------- 1 | enable lxcfs.service 2 | -------------------------------------------------------------------------------- /l/lxcfs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lxcfs/stone.yaml -------------------------------------------------------------------------------- /l/lynx/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lynx/stone.yaml -------------------------------------------------------------------------------- /l/lz4/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lz4/monitoring.yaml -------------------------------------------------------------------------------- /l/lz4/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lz4/stone.yaml -------------------------------------------------------------------------------- /l/lzip/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lzip/stone.yaml -------------------------------------------------------------------------------- /l/lzo/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lzo/monitoring.yaml -------------------------------------------------------------------------------- /l/lzo/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/l/lzo/stone.yaml -------------------------------------------------------------------------------- /m/m4/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/m4/monitoring.yaml -------------------------------------------------------------------------------- /m/m4/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/m4/stone.yaml -------------------------------------------------------------------------------- /m/make/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/make/stone.yaml -------------------------------------------------------------------------------- /m/man-db/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/man-db/stone.yaml -------------------------------------------------------------------------------- /m/mangohud/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mangohud/stone.yaml -------------------------------------------------------------------------------- /m/mariadb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mariadb/stone.yaml -------------------------------------------------------------------------------- /m/maturin/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/maturin/stone.yaml -------------------------------------------------------------------------------- /m/md4c/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/md4c/stone.yaml -------------------------------------------------------------------------------- /m/meld/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/meld/stone.yaml -------------------------------------------------------------------------------- /m/merkuro/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/merkuro/stone.yaml -------------------------------------------------------------------------------- /m/mesa-clc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mesa-clc/stone.yaml -------------------------------------------------------------------------------- /m/mesa/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mesa/stone.yaml -------------------------------------------------------------------------------- /m/meson/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/meson/stone.yaml -------------------------------------------------------------------------------- /m/micro/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/micro/stone.yaml -------------------------------------------------------------------------------- /m/milou/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/milou/stone.yaml -------------------------------------------------------------------------------- /m/mimalloc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mimalloc/stone.yaml -------------------------------------------------------------------------------- /m/moby/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/moby/stone.yaml -------------------------------------------------------------------------------- /m/mold/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mold/stone.yaml -------------------------------------------------------------------------------- /m/moss/pkg/00-quiet.cmdline: -------------------------------------------------------------------------------- 1 | quiet 2 | -------------------------------------------------------------------------------- /m/moss/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/moss/stone.yaml -------------------------------------------------------------------------------- /m/mpc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mpc/monitoring.yaml -------------------------------------------------------------------------------- /m/mpc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mpc/stone.yaml -------------------------------------------------------------------------------- /m/mpfr/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mpfr/stone.yaml -------------------------------------------------------------------------------- /m/mpv/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mpv/monitoring.yaml -------------------------------------------------------------------------------- /m/mpv/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mpv/stone.yaml -------------------------------------------------------------------------------- /m/mpvqt/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mpvqt/stone.yaml -------------------------------------------------------------------------------- /m/msgraph/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/msgraph/stone.yaml -------------------------------------------------------------------------------- /m/mtdev/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mtdev/stone.yaml -------------------------------------------------------------------------------- /m/mtr/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mtr/monitoring.yaml -------------------------------------------------------------------------------- /m/mtr/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mtr/stone.yaml -------------------------------------------------------------------------------- /m/mullvad/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mullvad/stone.yaml -------------------------------------------------------------------------------- /m/mutter/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/m/mutter/stone.yaml -------------------------------------------------------------------------------- /n/nano/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nano/stone.yaml -------------------------------------------------------------------------------- /n/nasm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nasm/stone.yaml -------------------------------------------------------------------------------- /n/nautilus/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nautilus/stone.yaml -------------------------------------------------------------------------------- /n/ncurses/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/ncurses/stone.yaml -------------------------------------------------------------------------------- /n/neochat/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/neochat/stone.yaml -------------------------------------------------------------------------------- /n/neofetch/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/neofetch/stone.yaml -------------------------------------------------------------------------------- /n/netavark/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/netavark/stone.yaml -------------------------------------------------------------------------------- /n/netcat/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/netcat/stone.yaml -------------------------------------------------------------------------------- /n/nettle/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nettle/stone.yaml -------------------------------------------------------------------------------- /n/newt/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/newt/stone.yaml -------------------------------------------------------------------------------- /n/nftables/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nftables/stone.yaml -------------------------------------------------------------------------------- /n/nghttp2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nghttp2/stone.yaml -------------------------------------------------------------------------------- /n/nghttp3/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nghttp3/stone.yaml -------------------------------------------------------------------------------- /n/nheko/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nheko/stone.yaml -------------------------------------------------------------------------------- /n/ninja/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/ninja/stone.yaml -------------------------------------------------------------------------------- /n/niri/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/niri/stone.yaml -------------------------------------------------------------------------------- /n/nnn/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nnn/monitoring.yaml -------------------------------------------------------------------------------- /n/nnn/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nnn/stone.yaml -------------------------------------------------------------------------------- /n/nodejs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nodejs/stone.yaml -------------------------------------------------------------------------------- /n/npth/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/npth/stone.yaml -------------------------------------------------------------------------------- /n/nspr/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nspr/stone.yaml -------------------------------------------------------------------------------- /n/nss/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nss/monitoring.yaml -------------------------------------------------------------------------------- /n/nss/pkg/bundle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nss/pkg/bundle.sh -------------------------------------------------------------------------------- /n/nss/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nss/stone.yaml -------------------------------------------------------------------------------- /n/ntfs-3g/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/ntfs-3g/stone.yaml -------------------------------------------------------------------------------- /n/ntpd-rs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/ntpd-rs/stone.yaml -------------------------------------------------------------------------------- /n/numactl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/numactl/stone.yaml -------------------------------------------------------------------------------- /n/nushell/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/n/nushell/stone.yaml -------------------------------------------------------------------------------- /n/nvidia-graphics-driver/pkg/nvidia.preset: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /n/nvidia-open-gpu-kernel-modules/pkg/nvidia-uvm.conf: -------------------------------------------------------------------------------- 1 | nvidia-uvm 2 | -------------------------------------------------------------------------------- /o/ocl-icd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/ocl-icd/stone.yaml -------------------------------------------------------------------------------- /o/okular/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/okular/stone.yaml -------------------------------------------------------------------------------- /o/olm/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/olm/monitoring.yaml -------------------------------------------------------------------------------- /o/olm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/olm/stone.yaml -------------------------------------------------------------------------------- /o/onetbb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/onetbb/stone.yaml -------------------------------------------------------------------------------- /o/openal/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openal/stone.yaml -------------------------------------------------------------------------------- /o/openblas/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openblas/stone.yaml -------------------------------------------------------------------------------- /o/opencv/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/opencv/stone.yaml -------------------------------------------------------------------------------- /o/openexr/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openexr/stone.yaml -------------------------------------------------------------------------------- /o/opengamepadui-installer/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 3 | -------------------------------------------------------------------------------- /o/opengamepadui/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 3 | -------------------------------------------------------------------------------- /o/openh264/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openh264/stone.yaml -------------------------------------------------------------------------------- /o/openjpeg/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openjpeg/stone.yaml -------------------------------------------------------------------------------- /o/openjph/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openjph/stone.yaml -------------------------------------------------------------------------------- /o/openldap/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openldap/stone.yaml -------------------------------------------------------------------------------- /o/openssh/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openssh/stone.yaml -------------------------------------------------------------------------------- /o/openssl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openssl/stone.yaml -------------------------------------------------------------------------------- /o/openvpn/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openvpn/stone.yaml -------------------------------------------------------------------------------- /o/openxr/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/openxr/stone.yaml -------------------------------------------------------------------------------- /o/opus/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/opus/stone.yaml -------------------------------------------------------------------------------- /o/orc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/orc/monitoring.yaml -------------------------------------------------------------------------------- /o/orc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/orc/stone.yaml -------------------------------------------------------------------------------- /o/os-info/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/o/os-info/stone.yaml -------------------------------------------------------------------------------- /p/p11-kit/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/p11-kit/stone.yaml -------------------------------------------------------------------------------- /p/pahole/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pahole/stone.yaml -------------------------------------------------------------------------------- /p/pango/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pango/stone.yaml -------------------------------------------------------------------------------- /p/pangomm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pangomm/stone.yaml -------------------------------------------------------------------------------- /p/papers/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/papers/stone.yaml -------------------------------------------------------------------------------- /p/parted/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/parted/stone.yaml -------------------------------------------------------------------------------- /p/passt/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/passt/stone.yaml -------------------------------------------------------------------------------- /p/patch/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/patch/stone.yaml -------------------------------------------------------------------------------- /p/patchelf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/patchelf/stone.yaml -------------------------------------------------------------------------------- /p/pciutils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pciutils/stone.yaml -------------------------------------------------------------------------------- /p/pcre2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pcre2/stone.yaml -------------------------------------------------------------------------------- /p/pcsclite/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pcsclite/stone.yaml -------------------------------------------------------------------------------- /p/perl-uri/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/perl-uri/stone.yaml -------------------------------------------------------------------------------- /p/perl/pkg/patches/build/perl-5.27.8-hints-linux-Add-lphtread-to-lddlflags.patch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /p/perl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/perl/stone.yaml -------------------------------------------------------------------------------- /p/phonon/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/phonon/stone.yaml -------------------------------------------------------------------------------- /p/php/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/php/monitoring.yaml -------------------------------------------------------------------------------- /p/php/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/php/stone.yaml -------------------------------------------------------------------------------- /p/pinentry/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pinentry/stone.yaml -------------------------------------------------------------------------------- /p/pipewire/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pipewire/stone.yaml -------------------------------------------------------------------------------- /p/pixman/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pixman/stone.yaml -------------------------------------------------------------------------------- /p/pkgconf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pkgconf/stone.yaml -------------------------------------------------------------------------------- /p/plasma-login-manager/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: ~ 3 | -------------------------------------------------------------------------------- /p/plymouth/pkg/10-splash.cmdline: -------------------------------------------------------------------------------- 1 | splash plymouth.use-simpledrm 2 | -------------------------------------------------------------------------------- /p/plymouth/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/plymouth/stone.yaml -------------------------------------------------------------------------------- /p/polkit/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/polkit/stone.yaml -------------------------------------------------------------------------------- /p/poppler/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/poppler/stone.yaml -------------------------------------------------------------------------------- /p/popt/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/popt/stone.yaml -------------------------------------------------------------------------------- /p/ppp/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/ppp/monitoring.yaml -------------------------------------------------------------------------------- /p/ppp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/ppp/stone.yaml -------------------------------------------------------------------------------- /p/procps/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/procps/stone.yaml -------------------------------------------------------------------------------- /p/protobuf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/protobuf/stone.yaml -------------------------------------------------------------------------------- /p/psmisc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/psmisc/stone.yaml -------------------------------------------------------------------------------- /p/ptyxis/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/ptyxis/stone.yaml -------------------------------------------------------------------------------- /p/pv/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pv/monitoring.yaml -------------------------------------------------------------------------------- /p/pv/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pv/stone.yaml -------------------------------------------------------------------------------- /p/pycairo/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/pycairo/stone.yaml -------------------------------------------------------------------------------- /p/python/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/p/python/stone.yaml -------------------------------------------------------------------------------- /q/qca/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qca/monitoring.yaml -------------------------------------------------------------------------------- /q/qca/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qca/stone.yaml -------------------------------------------------------------------------------- /q/qcoro/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qcoro/stone.yaml -------------------------------------------------------------------------------- /q/qemu/pkg/qemu-guest-agent.preset: -------------------------------------------------------------------------------- 1 | enable qemu-guest-agent.service 2 | -------------------------------------------------------------------------------- /q/qemu/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qemu/stone.yaml -------------------------------------------------------------------------------- /q/qgpgme/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qgpgme/stone.yaml -------------------------------------------------------------------------------- /q/qpdf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qpdf/stone.yaml -------------------------------------------------------------------------------- /q/qpwgraph/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qpwgraph/stone.yaml -------------------------------------------------------------------------------- /q/qrencode/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qrencode/stone.yaml -------------------------------------------------------------------------------- /q/qt5-base/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qt5-base/stone.yaml -------------------------------------------------------------------------------- /q/qt5-svg/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qt5-svg/stone.yaml -------------------------------------------------------------------------------- /q/qt6-base/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qt6-base/stone.yaml -------------------------------------------------------------------------------- /q/qt6-svg/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/q/qt6-svg/stone.yaml -------------------------------------------------------------------------------- /r/rav1e/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/rav1e/stone.yaml -------------------------------------------------------------------------------- /r/rclone/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/rclone/stone.yaml -------------------------------------------------------------------------------- /r/rdfind/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/rdfind/stone.yaml -------------------------------------------------------------------------------- /r/re2/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/re2/monitoring.yaml -------------------------------------------------------------------------------- /r/re2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/re2/stone.yaml -------------------------------------------------------------------------------- /r/readline/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/readline/stone.yaml -------------------------------------------------------------------------------- /r/restic/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/restic/stone.yaml -------------------------------------------------------------------------------- /r/ripgrep/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/ripgrep/stone.yaml -------------------------------------------------------------------------------- /r/rnnoise/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/rnnoise/stone.yaml -------------------------------------------------------------------------------- /r/rnp/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/rnp/monitoring.yaml -------------------------------------------------------------------------------- /r/rnp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/rnp/stone.yaml -------------------------------------------------------------------------------- /r/rssguard/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/rssguard/stone.yaml -------------------------------------------------------------------------------- /r/rsync/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/rsync/stone.yaml -------------------------------------------------------------------------------- /r/rtkit/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/rtkit/stone.yaml -------------------------------------------------------------------------------- /r/ruby/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/ruby/stone.yaml -------------------------------------------------------------------------------- /r/runc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/runc/stone.yaml -------------------------------------------------------------------------------- /r/rust/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/rust/stone.yaml -------------------------------------------------------------------------------- /r/ryzenadj/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/r/ryzenadj/stone.yaml -------------------------------------------------------------------------------- /releases/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /removals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/removals.md -------------------------------------------------------------------------------- /s/samba/pkg/smb.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/samba/pkg/smb.conf -------------------------------------------------------------------------------- /s/samba/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/samba/stone.yaml -------------------------------------------------------------------------------- /s/samply/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/samply/stone.yaml -------------------------------------------------------------------------------- /s/sane/pkg/sane.sysusers: -------------------------------------------------------------------------------- 1 | u! saned - "SANE daemon user" - - 2 | -------------------------------------------------------------------------------- /s/sane/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sane/stone.yaml -------------------------------------------------------------------------------- /s/sassc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sassc/stone.yaml -------------------------------------------------------------------------------- /s/sbc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sbc/monitoring.yaml -------------------------------------------------------------------------------- /s/sbc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sbc/stone.yaml -------------------------------------------------------------------------------- /s/sccache/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sccache/stone.yaml -------------------------------------------------------------------------------- /s/scdoc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/scdoc/stone.yaml -------------------------------------------------------------------------------- /s/scons/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 4770 3 | -------------------------------------------------------------------------------- /s/scons/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/scons/stone.yaml -------------------------------------------------------------------------------- /s/screen/pkg/pam.d: -------------------------------------------------------------------------------- 1 | auth required pam_unix.so 2 | -------------------------------------------------------------------------------- /s/screen/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/screen/stone.yaml -------------------------------------------------------------------------------- /s/sddm-kcm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sddm-kcm/stone.yaml -------------------------------------------------------------------------------- /s/sddm/monitoring.yaml: -------------------------------------------------------------------------------- 1 | releases: 2 | id: 4776 3 | -------------------------------------------------------------------------------- /s/sddm/pkg/1969.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sddm/pkg/1969.patch -------------------------------------------------------------------------------- /s/sddm/pkg/pam.d/sddm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sddm/pkg/pam.d/sddm -------------------------------------------------------------------------------- /s/sddm/pkg/sddm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sddm/pkg/sddm.conf -------------------------------------------------------------------------------- /s/sddm/pkg/sddm.group: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sddm/pkg/sddm.group -------------------------------------------------------------------------------- /s/sddm/pkg/sddm.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sddm/pkg/sddm.user -------------------------------------------------------------------------------- /s/sddm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sddm/stone.yaml -------------------------------------------------------------------------------- /s/sdl2-ttf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sdl2-ttf/stone.yaml -------------------------------------------------------------------------------- /s/sdl2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sdl2/stone.yaml -------------------------------------------------------------------------------- /s/sdl3-ttf/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sdl3-ttf/stone.yaml -------------------------------------------------------------------------------- /s/sdl3/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sdl3/stone.yaml -------------------------------------------------------------------------------- /s/seahorse/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/seahorse/stone.yaml -------------------------------------------------------------------------------- /s/seatd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/seatd/stone.yaml -------------------------------------------------------------------------------- /s/sed/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sed/monitoring.yaml -------------------------------------------------------------------------------- /s/sed/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sed/stone.yaml -------------------------------------------------------------------------------- /s/serd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/serd/stone.yaml -------------------------------------------------------------------------------- /s/shaderc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/shaderc/stone.yaml -------------------------------------------------------------------------------- /s/shadow/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/shadow/stone.yaml -------------------------------------------------------------------------------- /s/showtime/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/showtime/stone.yaml -------------------------------------------------------------------------------- /s/signon/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/signon/stone.yaml -------------------------------------------------------------------------------- /s/simde/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/simde/stone.yaml -------------------------------------------------------------------------------- /s/skanlite/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/skanlite/stone.yaml -------------------------------------------------------------------------------- /s/skopeo/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/skopeo/stone.yaml -------------------------------------------------------------------------------- /s/slang2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/slang2/stone.yaml -------------------------------------------------------------------------------- /s/slibtool/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/slibtool/stone.yaml -------------------------------------------------------------------------------- /s/smartmontools/pkg/smartmontools.preset: -------------------------------------------------------------------------------- 1 | enable smartd.service 2 | -------------------------------------------------------------------------------- /s/snappy/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/snappy/stone.yaml -------------------------------------------------------------------------------- /s/snapshot/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/snapshot/stone.yaml -------------------------------------------------------------------------------- /s/sndio/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sndio/stone.yaml -------------------------------------------------------------------------------- /s/socat/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/socat/stone.yaml -------------------------------------------------------------------------------- /s/sof-bin/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sof-bin/stone.yaml -------------------------------------------------------------------------------- /s/solaar/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/solaar/stone.yaml -------------------------------------------------------------------------------- /s/sord/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sord/stone.yaml -------------------------------------------------------------------------------- /s/soxr/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/soxr/stone.yaml -------------------------------------------------------------------------------- /s/spdlog/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/spdlog/stone.yaml -------------------------------------------------------------------------------- /s/speex/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/speex/stone.yaml -------------------------------------------------------------------------------- /s/speexdsp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/speexdsp/stone.yaml -------------------------------------------------------------------------------- /s/spice-vdagent/pkg/spice-vdagent.preset: -------------------------------------------------------------------------------- 1 | enable spice-vdagent.service 2 | -------------------------------------------------------------------------------- /s/spice-vdagent/pkg/spice-vdagentd.preset: -------------------------------------------------------------------------------- 1 | enable spice-vdagentd.service 2 | -------------------------------------------------------------------------------- /s/spice/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/spice/stone.yaml -------------------------------------------------------------------------------- /s/sqlite/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sqlite/stone.yaml -------------------------------------------------------------------------------- /s/sratom/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sratom/stone.yaml -------------------------------------------------------------------------------- /s/sshfs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sshfs/stone.yaml -------------------------------------------------------------------------------- /s/starship/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/starship/stone.yaml -------------------------------------------------------------------------------- /s/steam/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/steam/stone.yaml -------------------------------------------------------------------------------- /s/strace/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/strace/stone.yaml -------------------------------------------------------------------------------- /s/sudo-rs/pkg/su.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sudo-rs/pkg/su.pam -------------------------------------------------------------------------------- /s/sudo-rs/pkg/sudoers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sudo-rs/pkg/sudoers -------------------------------------------------------------------------------- /s/sudo-rs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sudo-rs/stone.yaml -------------------------------------------------------------------------------- /s/svt-av1/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/svt-av1/stone.yaml -------------------------------------------------------------------------------- /s/sway/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sway/stone.yaml -------------------------------------------------------------------------------- /s/swaybg/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/swaybg/stone.yaml -------------------------------------------------------------------------------- /s/swig/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/swig/stone.yaml -------------------------------------------------------------------------------- /s/swtpm/pkg/swtpm.tmpfiles: -------------------------------------------------------------------------------- 1 | d /var/lib/swtpm-localca 0750 tss root 2 | -------------------------------------------------------------------------------- /s/swtpm/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/swtpm/stone.yaml -------------------------------------------------------------------------------- /s/syncthing/pkg/syncthing-system.preset: -------------------------------------------------------------------------------- 1 | disable syncthing@.service 2 | -------------------------------------------------------------------------------- /s/syncthing/pkg/syncthing-user.preset: -------------------------------------------------------------------------------- 1 | disable syncthing.service 2 | -------------------------------------------------------------------------------- /s/sysprof/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/sysprof/stone.yaml -------------------------------------------------------------------------------- /s/systemd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/s/systemd/stone.yaml -------------------------------------------------------------------------------- /t/taglib/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/taglib/stone.yaml -------------------------------------------------------------------------------- /t/talloc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/talloc/stone.yaml -------------------------------------------------------------------------------- /t/tar/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tar/monitoring.yaml -------------------------------------------------------------------------------- /t/tar/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tar/stone.yaml -------------------------------------------------------------------------------- /t/tcl/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tcl/monitoring.yaml -------------------------------------------------------------------------------- /t/tcl/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tcl/stone.yaml -------------------------------------------------------------------------------- /t/tdb/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tdb/monitoring.yaml -------------------------------------------------------------------------------- /t/tdb/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tdb/stone.yaml -------------------------------------------------------------------------------- /t/tecla/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tecla/stone.yaml -------------------------------------------------------------------------------- /t/tevent/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tevent/stone.yaml -------------------------------------------------------------------------------- /t/texinfo/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/texinfo/stone.yaml -------------------------------------------------------------------------------- /t/thunderbird-langpacks/.gitignore: -------------------------------------------------------------------------------- 1 | /tmp_lang_pack/ 2 | -------------------------------------------------------------------------------- /t/tini/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tini/stone.yaml -------------------------------------------------------------------------------- /t/tinysparql/pkg/tinysparql.preset: -------------------------------------------------------------------------------- 1 | enable tinysparql-xdg-portal-3.service 2 | -------------------------------------------------------------------------------- /t/tk/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tk/monitoring.yaml -------------------------------------------------------------------------------- /t/tk/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tk/stone.yaml -------------------------------------------------------------------------------- /t/tmux/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tmux/stone.yaml -------------------------------------------------------------------------------- /t/tofi/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tofi/stone.yaml -------------------------------------------------------------------------------- /t/tpm2-tss/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tpm2-tss/stone.yaml -------------------------------------------------------------------------------- /t/tracker/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tracker/stone.yaml -------------------------------------------------------------------------------- /t/tree/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tree/stone.yaml -------------------------------------------------------------------------------- /t/tslib/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tslib/stone.yaml -------------------------------------------------------------------------------- /t/tzdata/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/t/tzdata/stone.yaml -------------------------------------------------------------------------------- /tools/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/helpers.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/tools/helpers.bash -------------------------------------------------------------------------------- /tools/helpers.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/tools/helpers.fish -------------------------------------------------------------------------------- /tools/helpers.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/tools/helpers.zsh -------------------------------------------------------------------------------- /tools/pre-commit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/tools/pre-commit.py -------------------------------------------------------------------------------- /u/udisks/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/udisks/stone.yaml -------------------------------------------------------------------------------- /u/unifdef/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/unifdef/stone.yaml -------------------------------------------------------------------------------- /u/unixodbc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/unixodbc/stone.yaml -------------------------------------------------------------------------------- /u/unrar/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/unrar/stone.yaml -------------------------------------------------------------------------------- /u/unzip/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/unzip/stone.yaml -------------------------------------------------------------------------------- /u/upower/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/upower/stone.yaml -------------------------------------------------------------------------------- /u/upx/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/upx/monitoring.yaml -------------------------------------------------------------------------------- /u/upx/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/upx/stone.yaml -------------------------------------------------------------------------------- /u/usbguard/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/usbguard/stone.yaml -------------------------------------------------------------------------------- /u/usbmuxd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/usbmuxd/stone.yaml -------------------------------------------------------------------------------- /u/usbredir/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/usbredir/stone.yaml -------------------------------------------------------------------------------- /u/usbutils/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/usbutils/stone.yaml -------------------------------------------------------------------------------- /u/uv/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/uv/monitoring.yaml -------------------------------------------------------------------------------- /u/uv/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/u/uv/stone.yaml -------------------------------------------------------------------------------- /v/vala/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/vala/stone.yaml -------------------------------------------------------------------------------- /v/valgrind/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/valgrind/stone.yaml -------------------------------------------------------------------------------- /v/variety/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/variety/stone.yaml -------------------------------------------------------------------------------- /v/vim/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/vim/monitoring.yaml -------------------------------------------------------------------------------- /v/vim/pkg/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/vim/pkg/vimrc -------------------------------------------------------------------------------- /v/vim/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/vim/stone.yaml -------------------------------------------------------------------------------- /v/vlc/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/vlc/monitoring.yaml -------------------------------------------------------------------------------- /v/vlc/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/vlc/stone.yaml -------------------------------------------------------------------------------- /v/vscodium/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/vscodium/stone.yaml -------------------------------------------------------------------------------- /v/vte/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/vte/monitoring.yaml -------------------------------------------------------------------------------- /v/vte/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/v/vte/stone.yaml -------------------------------------------------------------------------------- /w/waybar/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/w/waybar/stone.yaml -------------------------------------------------------------------------------- /w/waydroid/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/w/waydroid/stone.yaml -------------------------------------------------------------------------------- /w/wayland/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/w/wayland/stone.yaml -------------------------------------------------------------------------------- /w/weston/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/w/weston/stone.yaml -------------------------------------------------------------------------------- /w/wget/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/w/wget/stone.yaml -------------------------------------------------------------------------------- /w/which/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/w/which/stone.yaml -------------------------------------------------------------------------------- /w/wine/pkg/ntsync.conf: -------------------------------------------------------------------------------- 1 | ntsync 2 | -------------------------------------------------------------------------------- /w/wine/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/w/wine/stone.yaml -------------------------------------------------------------------------------- /w/wireshark/pkg/wireshark.sysusers: -------------------------------------------------------------------------------- 1 | g wireshark 150 - 2 | -------------------------------------------------------------------------------- /w/wlroots/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/w/wlroots/stone.yaml -------------------------------------------------------------------------------- /w/wmenu/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/w/wmenu/stone.yaml -------------------------------------------------------------------------------- /w/woff2/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/w/woff2/stone.yaml -------------------------------------------------------------------------------- /x/x264/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/x264/stone.yaml -------------------------------------------------------------------------------- /x/x265/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/x265/stone.yaml -------------------------------------------------------------------------------- /x/xcb-util/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xcb-util/stone.yaml -------------------------------------------------------------------------------- /x/xdg-user-dirs/pkg/60-xdg-user-dirs.preset: -------------------------------------------------------------------------------- 1 | enable xdg-user-dirs.service 2 | -------------------------------------------------------------------------------- /x/xfsprogs/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xfsprogs/stone.yaml -------------------------------------------------------------------------------- /x/xhost/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xhost/stone.yaml -------------------------------------------------------------------------------- /x/xkbcomp/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xkbcomp/stone.yaml -------------------------------------------------------------------------------- /x/xmlto/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xmlto/stone.yaml -------------------------------------------------------------------------------- /x/xmltoman/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xmltoman/stone.yaml -------------------------------------------------------------------------------- /x/xorriso/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xorriso/stone.yaml -------------------------------------------------------------------------------- /x/xprop/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xprop/stone.yaml -------------------------------------------------------------------------------- /x/xtrans/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xtrans/stone.yaml -------------------------------------------------------------------------------- /x/xwayland-satellite/pkg/xwayland-satellite.preset: -------------------------------------------------------------------------------- 1 | enable xwayland-satellite.service 2 | -------------------------------------------------------------------------------- /x/xwayland/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xwayland/stone.yaml -------------------------------------------------------------------------------- /x/xxhash/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xxhash/stone.yaml -------------------------------------------------------------------------------- /x/xz/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xz/monitoring.yaml -------------------------------------------------------------------------------- /x/xz/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/x/xz/stone.yaml -------------------------------------------------------------------------------- /y/yakuake/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/y/yakuake/stone.yaml -------------------------------------------------------------------------------- /y/ydotool/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/y/ydotool/stone.yaml -------------------------------------------------------------------------------- /y/yq/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/y/yq/monitoring.yaml -------------------------------------------------------------------------------- /y/yq/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/y/yq/stone.yaml -------------------------------------------------------------------------------- /z/zed/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zed/monitoring.yaml -------------------------------------------------------------------------------- /z/zed/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zed/stone.yaml -------------------------------------------------------------------------------- /z/zellij/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zellij/stone.yaml -------------------------------------------------------------------------------- /z/zenity/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zenity/stone.yaml -------------------------------------------------------------------------------- /z/zip/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zip/monitoring.yaml -------------------------------------------------------------------------------- /z/zip/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zip/stone.yaml -------------------------------------------------------------------------------- /z/zix/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zix/monitoring.yaml -------------------------------------------------------------------------------- /z/zix/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zix/stone.yaml -------------------------------------------------------------------------------- /z/zlib-ng/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zlib-ng/stone.yaml -------------------------------------------------------------------------------- /z/zola/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zola/stone.yaml -------------------------------------------------------------------------------- /z/zoxide/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zoxide/stone.yaml -------------------------------------------------------------------------------- /z/zsh/monitoring.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zsh/monitoring.yaml -------------------------------------------------------------------------------- /z/zsh/pkg/zlogin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zsh/pkg/zlogin -------------------------------------------------------------------------------- /z/zsh/pkg/zlogout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zsh/pkg/zlogout -------------------------------------------------------------------------------- /z/zsh/pkg/zprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zsh/pkg/zprofile -------------------------------------------------------------------------------- /z/zsh/pkg/zshenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zsh/pkg/zshenv -------------------------------------------------------------------------------- /z/zsh/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zsh/stone.yaml -------------------------------------------------------------------------------- /z/zstd/stone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AerynOS/recipes/HEAD/z/zstd/stone.yaml --------------------------------------------------------------------------------