content/wiki/pools/pool_guides.md

25 lines
1.4 KiB
Markdown
Raw Normal View History

2024-06-19 13:36:15 +00:00
Packages in the official MatterLinux pools (should) follow these guidelines:
**Packaged software should be free or/and open source**: Proprietary software won't be included
2024-06-19 13:36:15 +00:00
to the pools. No exceptions. If you find a proprietary software package in the official pools,
please create an issue or a pull request on the related Git repository to remove the package.
We also prioritize free/libre software over open source software.
**Packaged software should be stable**: Software known to be unstable will not packaged,
2024-06-19 13:36:15 +00:00
if the stability is related to the version of the software, we may package a different/patched
version of the software.
**Packaged software should be secure**: Outdated software that has critical vulnerabilities
2024-06-19 13:36:15 +00:00
will not be packaged.
**Packaged software should be (somewhat) popular**: No, we are not gonna package some random window
2024-06-19 13:36:15 +00:00
manager that only has 3 users and was last updated in 1993.
The following software packages will **NOT** be added, so do not waste your time with pull requests or issues:
2024-06-19 13:36:15 +00:00
- DWM or other Suckless tools that are configured using header files
- Any Wayland only window managers ("compositors"), status bars, terminals etc. We only have weston which used for testing the Wayland environment
2024-06-19 13:36:15 +00:00
- Other init systems (`dinit`, `runit` etc.)
- Non-libre Linux kernel
2024-06-19 13:36:15 +00:00
- Other third-party package managers (apt, dnf, pacman etc.), however containerized package managers can
be packaged, except for snap (I don't like snap)