1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# libXext - X11 miscellaneous extension library # https://gitlab.freedesktop.org/xorg/lib/libxext [package] name = "libXext" version = "1.3.7" release = 1 description = "X11 miscellaneous extension library" url = "https://xorg.freedesktop.org/releases/individual/lib/" license = "MIT" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["libX11"] build = ["libX11", "xorgproto", "xtrans", "util-macros"] [[source]] file = "libXext-1.3.7.tar.xz" urls = ["https://xorg.freedesktop.org/releases/individual/lib/libXext-1.3.7.tar.xz"] checksum = "6c643c7035cdacf67afd68f25d01b90ef889d546c9fcd7c0adf7c2cf91e3a32d" [build] parallel = true