aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:26 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:26 +0100
commitabaea72b4a295d4845cf8f227cd82808733fcc5e (patch)
tree129b5e8ba7925e48779cebe916f9cbe173b03ca2 /xorg
parent60e23906960f50f6a296ef6ca7d1e31dc6395fb5 (diff)
downloadrepository-abaea72b4a295d4845cf8f227cd82808733fcc5e.tar.gz
libX11: move to extra
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/libX11/build13
-rw-r--r--xorg/libX11/checksums2
-rw-r--r--xorg/libX11/depends4
-rw-r--r--xorg/libX11/meta3
-rw-r--r--xorg/libX11/sources1
-rw-r--r--xorg/libX11/version1
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