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 /xorg/libXft | |
parent | aea9a9a6a82f9345dfea012511e4c4227e02a170 (diff) | |
download | repository-49f9d1f68ae9c0f0d16d18c9e2b4771567f9cfe4.tar.gz |
libXft: move to extra
Diffstat (limited to 'xorg/libXft')
-rwxr-xr-x | xorg/libXft/build | 7 | ||||
-rw-r--r-- | xorg/libXft/checksums | 2 | ||||
-rw-r--r-- | xorg/libXft/depends | 4 | ||||
-rw-r--r-- | xorg/libXft/meta | 3 | ||||
-rw-r--r-- | xorg/libXft/sources | 1 | ||||
-rw-r--r-- | xorg/libXft/version | 1 |
6 files changed, 0 insertions, 18 deletions
diff --git a/xorg/libXft/build b/xorg/libXft/build deleted file mode 100755 index 6daf22f8..00000000 --- a/xorg/libXft/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install diff --git a/xorg/libXft/checksums b/xorg/libXft/checksums deleted file mode 100644 index c5eaba75..00000000 --- a/xorg/libXft/checksums +++ /dev/null @@ -1,2 +0,0 @@ -%BLAKE3 -f1f95b8c1a0f21300bbc8854ddfbb3bf5e8af322e27bc86155c0d4a22c295978 libXft-2.3.7.tar.xz diff --git a/xorg/libXft/depends b/xorg/libXft/depends deleted file mode 100644 index 57d955e8..00000000 --- a/xorg/libXft/depends +++ /dev/null @@ -1,4 +0,0 @@ -fontconfig make -freetype-harfbuzz make -libXrender make -xorgproto make diff --git a/xorg/libXft/meta b/xorg/libXft/meta deleted file mode 100644 index f9109363..00000000 --- a/xorg/libXft/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: Font access configuration library -license: MIT -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/xorg/libXft/sources b/xorg/libXft/sources deleted file mode 100644 index ae55a3d8..00000000 --- a/xorg/libXft/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.x.org/releases/individual/lib/libXft-2.3.7.tar.xz diff --git a/xorg/libXft/version b/xorg/libXft/version deleted file mode 100644 index fc94c06b..00000000 --- a/xorg/libXft/version +++ /dev/null @@ -1 +0,0 @@ -2.3.7 1 |