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