xbps
xbps copied to clipboard
The X Binary Package System (XBPS)
File conflicts when installing two packages at the same time, but not when installing one at a time
Tested this on a new chroot, x86_64. Installing the packages `breeze` and `breeze-snow-cursor-theme` separately, in any order, works. Trying to install both at the same time (same `xbps-install` command) doesn't...
Package `a-1.0` depends on package `b`. `b` is installed automatically, and only `a` depends on it. Then comes `a-1.1` which no longer depends on `b` (so `b` is orphaned), but...
like list of run_depends, shlib-requires and co: it might help to compare package info while packaging
This pull request focuses on improving cross-platform compatibility, particularly for macOS (Darwin) systems. The primary goal is to ensure the software builds on both macOS and Linux. These changes specifically...
I do not expect this PR to be merged. As I understand it, XBPS is not under active development. Features & bugfixes are accepted when they are needed, active development...
The [`configure`](https://github.com/void-linux/xbps/blob/e82437f1d34facc0744f628938a1b3835dc7d963/configure) script's debug switch defaults to true & there is no flag to disable it. The only flag that can modify debug behavior is `--enable-debug`. This flag is pointless,...
when marking a package for removal with ignorepkg and removing it on a target Void Linux root via ``xbps-remove -ROoy -r /mnt ``, there is an occasional (not always or...
The `provides-priority` property is specified as a space-separated array of comma-separated keys and values that record the priority which xbps should give to a virtual package a package provides. Keys...