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 | abaea72b4a295d4845cf8f227cd82808733fcc5e (patch) | |
tree | 129b5e8ba7925e48779cebe916f9cbe173b03ca2 /xorg/libX11 | |
parent | 60e23906960f50f6a296ef6ca7d1e31dc6395fb5 (diff) | |
download | repository-abaea72b4a295d4845cf8f227cd82808733fcc5e.tar.gz |
libX11: move to extra
Diffstat (limited to 'xorg/libX11')
-rwxr-xr-x | xorg/libX11/build | 13 | ||||
-rw-r--r-- | xorg/libX11/checksums | 2 | ||||
-rw-r--r-- | xorg/libX11/depends | 4 | ||||
-rw-r--r-- | xorg/libX11/meta | 3 | ||||
-rw-r--r-- | xorg/libX11/sources | 1 | ||||
-rw-r--r-- | xorg/libX11/version | 1 |
6 files changed, 0 insertions, 24 deletions
diff --git a/xorg/libX11/build b/xorg/libX11/build deleted file mode 100755 index a7d53475..00000000 --- a/xorg/libX11/build +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -e - -CFLAGS_FOR_BUILD=-fPIC \ -./configure \ - --prefix=/usr \ - --enable-static - -make -make DESTDIR="$1" install - -# This will be removed once 'xorgproto' 2019.2 -# is released. -rm -f "$1/usr/include/X11/extensions/XKBgeom.h" diff --git a/xorg/libX11/checksums b/xorg/libX11/checksums deleted file mode 100644 index 8ac9913b..00000000 --- a/xorg/libX11/checksums +++ /dev/null @@ -1,2 +0,0 @@ -%BLAKE3 -6a202c737779fe53673c90ee972cf0301114dd8dd31f8f9c79d4c271bdaac3ce libX11-1.8.3.tar.xz diff --git a/xorg/libX11/depends b/xorg/libX11/depends deleted file mode 100644 index dd5bf5e3..00000000 --- a/xorg/libX11/depends +++ /dev/null @@ -1,4 +0,0 @@ -libXau -libxcb -xorgproto -xtrans make diff --git a/xorg/libX11/meta b/xorg/libX11/meta deleted file mode 100644 index 898cab96..00000000 --- a/xorg/libX11/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: Base X libraries -license: MIT -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/xorg/libX11/sources b/xorg/libX11/sources deleted file mode 100644 index 5b898453..00000000 --- a/xorg/libX11/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.x.org/releases/individual/lib/libX11-1.8.3.tar.xz diff --git a/xorg/libX11/version b/xorg/libX11/version deleted file mode 100644 index bab0ba79..00000000 --- a/xorg/libX11/version +++ /dev/null @@ -1 +0,0 @@ -1.8.3 1 |