|
root / base / glib2 / package.toml
package.toml TOML 32 lines 1015 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
25
26
27
28
29
30
31
# glib2 - core low-level cross-platform library (Openbox render-stack dep)
# https://download.gnome.org/sources/glib/
#
# VERSION NOTE (Task 6): the phase1a manifest listed 2.89.2, but GNOME's
# glib versioning is even-minor=stable / odd-minor=development (2.89.x is
# the development cycle leading to 2.90). Verified against
# download.gnome.org/sources/glib/cache.json: the highest STABLE
# (even-minor) release is 2.88.2 (2.86.x and earlier are older stable
# lines). Using 2.88.2.

[package]
name = "glib2"
version = "2.88.2"
release = 1
description = "Core low-level cross-platform library (GLib/GObject/GIO)"
url = "https://www.gtk.org/"
license = "LGPL-2.1-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["pcre2"]
build = ["pcre2"]

[[source]]
file = "glib-2.88.2.tar.xz"
urls = ["https://download.gnome.org/sources/glib/2.88/glib-2.88.2.tar.xz"]
checksum = "cf3f215a640c8a4257f14317586b8f1fdd25a10a93cb4bdda147c0f9ad88e74f"

[build]
parallel = true