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