diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
commit | 49f9d1f68ae9c0f0d16d18c9e2b4771567f9cfe4 (patch) | |
tree | 679ab01236196d6dfc2a737200dbea42e274c4ca /extra/libXft | |
parent | aea9a9a6a82f9345dfea012511e4c4227e02a170 (diff) | |
download | repository-49f9d1f68ae9c0f0d16d18c9e2b4771567f9cfe4.tar.gz |
libXft: move to extra
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 |