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