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