internal/rosa/x: libxcvt artifact
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m50s
Test / ShareFS (push) Successful in 3m41s
Test / Hakurei (push) Successful in 3m47s
Test / Sandbox (race detector) (push) Successful in 5m23s
Test / Hakurei (race detector) (push) Successful in 6m26s
Test / Flake checks (push) Successful in 1m23s
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m50s
Test / ShareFS (push) Successful in 3m41s
Test / Hakurei (push) Successful in 3m47s
Test / Sandbox (race detector) (push) Successful in 5m23s
Test / Hakurei (race detector) (push) Successful in 6m26s
Test / Flake checks (push) Successful in 1m23s
Required by xserver. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -109,6 +109,7 @@ const (
|
|||||||
Libtool
|
Libtool
|
||||||
Libucontext
|
Libucontext
|
||||||
Libunistring
|
Libunistring
|
||||||
|
Libxcvt
|
||||||
Libxkbfile
|
Libxkbfile
|
||||||
Libxml2
|
Libxml2
|
||||||
Libxshmfence
|
Libxshmfence
|
||||||
|
|||||||
@@ -659,6 +659,30 @@ func init() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (t Toolchain) newLibxcvt() (pkg.Artifact, string) {
|
||||||
|
const (
|
||||||
|
version = "0.1.3"
|
||||||
|
checksum = "IfIA7SxlHMWh681e1AgYmZcRAfkZd5LlzmqcMRifNY5nNVRrUx_wnoaidAv0Yu03"
|
||||||
|
)
|
||||||
|
return t.NewPackage("libxcvt", version, newFromGitLab(
|
||||||
|
"gitlab.freedesktop.org",
|
||||||
|
"xorg/lib/libxcvt",
|
||||||
|
"libxcvt-"+version,
|
||||||
|
checksum,
|
||||||
|
), nil, (*MesonHelper)(nil)), version
|
||||||
|
}
|
||||||
|
func init() {
|
||||||
|
artifactsM[Libxcvt] = Metadata{
|
||||||
|
f: Toolchain.newLibxcvt,
|
||||||
|
|
||||||
|
Name: "libxcvt",
|
||||||
|
Description: "VESA CVT standard timing modeline generation library & utility",
|
||||||
|
Website: "https://gitlab.freedesktop.org/xorg/lib/libxcvt",
|
||||||
|
|
||||||
|
ID: 235147,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func (t Toolchain) newLibpciaccess() (pkg.Artifact, string) {
|
func (t Toolchain) newLibpciaccess() (pkg.Artifact, string) {
|
||||||
const (
|
const (
|
||||||
version = "0.19"
|
version = "0.19"
|
||||||
|
|||||||
Reference in New Issue
Block a user