1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# libX11 - Core X11 protocol client library # https://gitlab.freedesktop.org/xorg/lib/libx11 [package] name = "libX11" version = "1.8.13" release = 1 description = "Core X11 protocol client library" url = "https://xorg.freedesktop.org/releases/individual/lib/" license = "MIT" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["libxcb", "libXau", "libXdmcp"] build = ["libxcb", "libXau", "libXdmcp", "xtrans", "xorgproto", "xcb-proto"] [[source]] file = "libX11-1.8.13.tar.xz" urls = ["https://xorg.freedesktop.org/releases/individual/lib/libX11-1.8.13.tar.xz"] checksum = "69606f485c2c07c14ef64f75b7bb326d48587af33795d9ab3e607c0b5f94f11c" [build] parallel = true