From 0bf411e5e11a53d7a96b8d8bd9c2fb04cba0c804 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Jan 2023 17:39:34 +0100 Subject: xinit: drop from repository --- xorg/xinit/build | 11 ----------- xorg/xinit/checksums | 2 -- xorg/xinit/depends | 1 - xorg/xinit/meta | 3 --- xorg/xinit/sources | 1 - xorg/xinit/version | 1 - 6 files changed, 19 deletions(-) delete mode 100755 xorg/xinit/build delete mode 100644 xorg/xinit/checksums delete mode 100644 xorg/xinit/depends delete mode 100644 xorg/xinit/meta delete mode 100644 xorg/xinit/sources delete mode 100644 xorg/xinit/version (limited to 'xorg/xinit') 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 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 -- cgit v1.2.3