forked from rosa/hakurei
internal/rosa/jdk: incomplete gnu classpath 0.93 artifact
This commit is contained in:
@@ -581,6 +581,42 @@ func init() {
|
||||
}
|
||||
}
|
||||
|
||||
func (t Toolchain) newLibxft() (pkg.Artifact, string) {
|
||||
const (
|
||||
version = "2.3.9"
|
||||
checksum = "uHJtVwC4G9SnUSE8_KMnUR6SxSfLxEaausYSexZ0I8p4tgdxOqjKMuX_rKzfJR79"
|
||||
)
|
||||
return t.NewPackage("libxft", version, newFromGitLab(
|
||||
"gitlab.freedesktop.org",
|
||||
"xorg/lib/libxft",
|
||||
"libXft-"+version,
|
||||
checksum),
|
||||
nil,
|
||||
&MakeHelper{
|
||||
Generate: "NOCONFIGURE=1 ./autogen.sh",
|
||||
},
|
||||
Automake,
|
||||
Libtool,
|
||||
PkgConfig,
|
||||
Freetype,
|
||||
FontConfig,
|
||||
utilMacros,
|
||||
LibX11,
|
||||
LibXext,
|
||||
LibXrender,
|
||||
Libexpat,
|
||||
), version
|
||||
}
|
||||
func init() {
|
||||
artifactsM[LibXft] = Metadata{
|
||||
f: Toolchain.newLibxft,
|
||||
Name: "libxft",
|
||||
Description: "Xorg font library",
|
||||
Website: "https://www.freedesktop.org/wiki/Software/Xft/",
|
||||
|
||||
ID: 1777,
|
||||
}
|
||||
}
|
||||
func (t Toolchain) newLibxshmfence() (pkg.Artifact, string) {
|
||||
const (
|
||||
version = "1.3.3"
|
||||
|
||||
Reference in New Issue
Block a user