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