diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:39:34 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:39:34 +0100 |
commit | 0bf411e5e11a53d7a96b8d8bd9c2fb04cba0c804 (patch) | |
tree | c90ec294ebe29bc7add352fe8f9d26c896f861d1 /xorg | |
parent | 5a3884da2c987a8f328a0faa9d77fee31fb0fc80 (diff) | |
download | repository-0bf411e5e11a53d7a96b8d8bd9c2fb04cba0c804.tar.gz |
xinit: drop from repository
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/xinit/build | 11 | ||||
-rw-r--r-- | xorg/xinit/checksums | 2 | ||||
-rw-r--r-- | xorg/xinit/depends | 1 | ||||
-rw-r--r-- | xorg/xinit/meta | 3 | ||||
-rw-r--r-- | xorg/xinit/sources | 1 | ||||
-rw-r--r-- | xorg/xinit/version | 1 |
6 files changed, 0 insertions, 19 deletions
diff --git a/xorg/xinit/build b/xorg/xinit/build deleted file mode 100755 index f374273f..00000000 --- a/xorg/xinit/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --with-xinitdir=/etc/X11/xinit - -make -make DESTDIR="$1" install - -sed 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx" >_ -cat _ > "$1/usr/bin/startx" diff --git a/xorg/xinit/checksums b/xorg/xinit/checksums deleted file mode 100644 index 57da4f77..00000000 --- a/xorg/xinit/checksums +++ /dev/null @@ -1,2 +0,0 @@ -%BLAKE3 -b0812aefd6ea23067d8284163aa650e4324d52782c2b2de75d2de3153913fe1b xinit-1.4.2.tar.xz diff --git a/xorg/xinit/depends b/xorg/xinit/depends deleted file mode 100644 index 54034cdd..00000000 --- a/xorg/xinit/depends +++ /dev/null @@ -1 +0,0 @@ -libX11 make diff --git a/xorg/xinit/meta b/xorg/xinit/meta deleted file mode 100644 index d23c0f39..00000000 --- a/xorg/xinit/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: Program to startup X server -license: MIT -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/xorg/xinit/sources b/xorg/xinit/sources deleted file mode 100644 index da1cf18e..00000000 --- a/xorg/xinit/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.x.org/releases/individual/app/xinit-1.4.2.tar.xz diff --git a/xorg/xinit/version b/xorg/xinit/version deleted file mode 100644 index 4ff136af..00000000 --- a/xorg/xinit/version +++ /dev/null @@ -1 +0,0 @@ -1.4.2 1 |