|
root / base / picom / package.toml
package.toml TOML 25 lines 987 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# picom - X11 compositor (xrender backend only - no OpenGL/Mesa on Hammerhead)
# https://github.com/yshui/picom

[package]
name = "picom"
version = "13"
release = 1
description = "X11 compositor (xrender backend)"
url = "https://github.com/yshui/picom"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["libconfig", "libev", "pcre2", "pixman", "libX11", "libxcb", "xcb-util", "xcb-util-image", "xcb-util-renderutil", "libXext", "libXrender", "libXfixes", "libXdamage", "libXcomposite", "libXrandr"]
build = ["libconfig", "libev", "pcre2", "pixman", "libX11", "libxcb", "xcb-util", "xcb-util-image", "xcb-util-renderutil", "libXext", "libXrender", "libXfixes", "libXdamage", "libXcomposite", "libXrandr", "uthash"]

[[source]]
file = "picom-13.tar.gz"
urls = ["https://github.com/yshui/picom/archive/refs/tags/v13.tar.gz"]
checksum = "db9791a54255742c924ef82a6a882042636d61de0fa61bc14c5e56279cf5791c"

[build]
parallel = true