|
root / base / tint2 / package.toml
package.toml TOML 25 lines 871 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
# tint2 - lightweight X11 panel/taskbar/systray
# https://gitlab.com/o9000/tint2 (mirror: https://github.com/o9000/tint2)

[package]
name = "tint2"
version = "16.2"
release = 1
description = "Lightweight panel/taskbar for X11 window managers"
url = "https://github.com/o9000/tint2"
license = "GPL-2.0-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["cairo", "pango", "glib2", "libX11", "libXinerama", "libXrandr", "libXrender", "libXcomposite", "libXdamage", "imlib2"]
build = ["cairo", "pango", "glib2", "libX11", "libXinerama", "libXrandr", "libXrender", "libXcomposite", "libXdamage", "imlib2"]

[[source]]
file = "tint2-16.2.tar.gz"
urls = ["https://github.com/o9000/tint2/archive/refs/tags/v16.2.tar.gz"]
checksum = "a95c8a22d4cc117335b3157c7de48da91c8721fc97f86d0353c545eed2598ce8"

[build]
parallel = true