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 29 30
# hammerhead-xdm - Zygaena branding + X-server/session wiring overlaid onto # xdm's installed default config, plus Hammerhead's first port-provided # zyginit service (shipped DISABLED). # # No upstream source: all inputs are local config files shipped alongside # build.sh. This port depends on xdm (which installs the stock defaults we # overlay) and hammerhead-desktop (Openbox session + branded backdrop). # See build.sh and docs/roadmap/DESKTOP_XLIBRE_XDM_GREETER_PLAN.md. [package] name = "hammerhead-xdm" version = "1.0.0" release = 12 description = "Zygaena marine-dark xdm greeter branding, system Xsession/Xservers wiring, and a disabled zyginit xdm service" url = "https://git.sharkos.one/zygaena/hammerhead" license = "CDDL-1.0" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] # xsetroot: Xsetup_0 paints a solid backdrop; xrdb: xdm loads the branded # Xresources onto the greeter; xauth: start.sh sets the MIT-MAGIC-COOKIE for # the decoupled (foreign) server (release 3). runtime = ["xdm", "hammerhead-desktop", "xsetroot", "xrdb", "xauth"] # libXaw/libXt/libXmu: to compile hh-greeter-power (the greeter's Xaw # Shutdown/Reboot button bar). build = ["libXaw", "libXt", "libXmu", "libX11"] [build] parallel = false