1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# hammerhead-desktop - Zygaena marine-dark desktop branding/config
# (wallpaper, Openbox theme, tint2/conky configs, menu/keybinds, autostart)
#
# No upstream source - this port carries its own config files + a small
# cairo program (wallpaper-gen.c) that renders the branded wallpaper PNG
# at package-build time. See build.sh.
[package]
name = "hammerhead-desktop"
version = "1.7.0"
release = 1
description = "Zygaena marine-dark desktop branding: wallpaper, Openbox theme, tint2/conky configs, categorized menu w/ CBPP-style Places/Recent pipemenus + Shutdown/Reboot (pfexec zygctl), autostart"
url = "https://git.sharkos.one/zygaena/hammerhead"
license = "CDDL-1.0"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"
[dependencies]
runtime = ["openbox", "tint2", "conky", "picom", "feh", "dmenu", "st", "xfe", "mupdf", "xnedit", "cairo", "libpng"]
build = ["cairo", "libpng"]
[build]
parallel = false
|