1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
# xsetroot - X.Org root window utility (solid color / bitmap / cursor) # https://gitlab.freedesktop.org/xorg/app/xsetroot # # hammerhead-xdm's Xsetup_0 execs /usr/local/bin/xsetroot to paint a solid # backdrop before the xlogin greeter appears (Task 4 finding: binary was # referenced but never ported). See docs/roadmap/DESKTOP_XLIBRE_XDM_GREETER_PLAN.md. [package] name = "xsetroot" version = "1.1.4" release = 1 description = "X.Org root window utility (solid color / bitmap / cursor)" url = "https://xorg.freedesktop.org/releases/individual/app/" license = "MIT" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["libX11", "libXmu", "libXcursor"] build = ["libX11", "libXmu", "libXcursor", "xbitmaps", "xorgproto", "util-macros"] [[source]] file = "xsetroot-1.1.4.tar.xz" urls = ["https://xorg.freedesktop.org/releases/individual/app/xsetroot-1.1.4.tar.xz"] checksum = "1315a3f7e9abe06357363b93461e272601f67225ce0bc075c430cce35073362b" [build] parallel = true