Add 16 missing dependency packages — all deps now resolve
Full dependency audit found 11 missing packages referenced by freecad, firefox, neovim, and wezterm. Created those plus 5 transitive deps (xcb-proto, libxau, libxdmcp, tcl, tk). New packages: - boost-1.87.0, opencascade-7.8.1, xerces-c-3.2.5, swig-4.3.0 - tcl-8.6.16, tk-8.6.16, nodejs-22.16.0, cbindgen-0.28.0 - unibilium-2.1.2, libtermkey-0.22, libvterm-0.3.3, msgpack-c-6.1.0 - xcb-1.17.0, xcb-proto-1.17.0, libxau-1.0.12, libxdmcp-1.1.5 Total: 154 packages (67 core, 56 extra, 19 desktop, 12 gaming) All dependencies fully resolve within the repository. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
20
extra/xcb/xcb.toml
Normal file
20
extra/xcb/xcb.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "xcb"
|
||||
version = "1.17.0"
|
||||
description = "X protocol C-language Binding (libxcb)"
|
||||
url = "https://xcb.freedesktop.org/"
|
||||
license = "MIT"
|
||||
|
||||
[source]
|
||||
url = "https://xorg.freedesktop.org/archive/individual/lib/libxcb-${version}.tar.xz"
|
||||
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
|
||||
[dependencies]
|
||||
run = ["glibc", "xcb-proto", "libxau", "libxdmcp"]
|
||||
build = ["gcc", "make", "pkg-config", "python"]
|
||||
|
||||
[build]
|
||||
system = "autotools"
|
||||
configure = """./configure --prefix=/usr --disable-static"""
|
||||
make = """make"""
|
||||
install = """make DESTDIR=${PKG} install"""
|
||||
Reference in New Issue
Block a user