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 | aea9a9a6a82f9345dfea012511e4c4227e02a170 (patch) | |
tree | faea51d4055d1fa67b77ed7397a9f847712828b6 /extra/libXfont2 | |
parent | cb8f3bfaf7eeffcb1247af4c2b7943fc6cd5cff7 (diff) | |
download | repository-aea9a9a6a82f9345dfea012511e4c4227e02a170.tar.gz |
libXfont2: move to extra
Diffstat (limited to 'extra/libXfont2')
-rwxr-xr-x | extra/libXfont2/build | 7 | ||||
-rw-r--r-- | extra/libXfont2/checksums | 2 | ||||
-rw-r--r-- | extra/libXfont2/depends | 4 | ||||
-rw-r--r-- | extra/libXfont2/meta | 3 | ||||
-rw-r--r-- | extra/libXfont2/sources | 1 | ||||
-rw-r--r-- | extra/libXfont2/version | 1 |
6 files changed, 18 insertions, 0 deletions
diff --git a/extra/libXfont2/build b/extra/libXfont2/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libXfont2/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libXfont2/checksums b/extra/libXfont2/checksums new file mode 100644 index 00000000..54379a43 --- /dev/null +++ b/extra/libXfont2/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +26ee84ebd2f2557d3ef992df3ccda68e5fb4be745fda8901125558056d19efdf libXfont2-2.0.6.tar.xz diff --git a/extra/libXfont2/depends b/extra/libXfont2/depends new file mode 100644 index 00000000..d9d2b7d7 --- /dev/null +++ b/extra/libXfont2/depends @@ -0,0 +1,4 @@ +freetype-harfbuzz +libfontenc +xorgproto make +xtrans make diff --git a/extra/libXfont2/meta b/extra/libXfont2/meta new file mode 100644 index 00000000..98770c41 --- /dev/null +++ b/extra/libXfont2/meta @@ -0,0 +1,3 @@ +description: X font 2 library +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libXfont2/sources b/extra/libXfont2/sources new file mode 100644 index 00000000..782d3850 --- /dev/null +++ b/extra/libXfont2/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXfont2-2.0.6.tar.xz diff --git a/extra/libXfont2/version b/extra/libXfont2/version new file mode 100644 index 00000000..7493c3d1 --- /dev/null +++ b/extra/libXfont2/version @@ -0,0 +1 @@ +2.0.6 1 |