diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-25 14:07:54 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-25 14:07:54 +0100 |
commit | 8fcd412fe6db69a3daa7a68b42805653c5153763 (patch) | |
tree | a1fcac17abc2b8196c43b79611690a5b506bdf11 /extra/libXft | |
parent | 5d4aef73d55227cbf9268dbfbb903d309f885fb3 (diff) | |
parent | 5ee0305949e7a98eb79e4943c0af1f42e871e235 (diff) | |
download | repository-8fcd412fe6db69a3daa7a68b42805653c5153763.tar.gz |
Merge branch 'xorg-removal'
Diffstat (limited to 'extra/libXft')
-rwxr-xr-x | extra/libXft/build | 7 | ||||
-rw-r--r-- | extra/libXft/checksums | 2 | ||||
-rw-r--r-- | extra/libXft/depends | 4 | ||||
-rw-r--r-- | extra/libXft/meta | 3 | ||||
-rw-r--r-- | extra/libXft/sources | 1 | ||||
-rw-r--r-- | extra/libXft/version | 1 |
6 files changed, 18 insertions, 0 deletions
diff --git a/extra/libXft/build b/extra/libXft/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libXft/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libXft/checksums b/extra/libXft/checksums new file mode 100644 index 00000000..c5eaba75 --- /dev/null +++ b/extra/libXft/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +f1f95b8c1a0f21300bbc8854ddfbb3bf5e8af322e27bc86155c0d4a22c295978 libXft-2.3.7.tar.xz diff --git a/extra/libXft/depends b/extra/libXft/depends new file mode 100644 index 00000000..57d955e8 --- /dev/null +++ b/extra/libXft/depends @@ -0,0 +1,4 @@ +fontconfig make +freetype-harfbuzz make +libXrender make +xorgproto make diff --git a/extra/libXft/meta b/extra/libXft/meta new file mode 100644 index 00000000..f9109363 --- /dev/null +++ b/extra/libXft/meta @@ -0,0 +1,3 @@ +description: Font access configuration library +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libXft/sources b/extra/libXft/sources new file mode 100644 index 00000000..ae55a3d8 --- /dev/null +++ b/extra/libXft/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXft-2.3.7.tar.xz diff --git a/extra/libXft/version b/extra/libXft/version new file mode 100644 index 00000000..fc94c06b --- /dev/null +++ b/extra/libXft/version @@ -0,0 +1 @@ +2.3.7 1 |