repo: Added xorg repository.

This commit is contained in:
Dylan Araps 2019-06-27 08:47:59 +03:00
parent e8147da433
commit bf93e40088
6 changed files with 1860 additions and 0 deletions

10
xorg/xorg-server/build Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-systemd-logind
make
make DESTDIR="$1" install
rm -f "$1/usr/share/X11/xorg.conf.d/10-evdev.conf"

View File

@ -0,0 +1 @@
a81d8243f37e75a03d4f8c55f96d0bc25802be6ec45c3bfa5cb614c6d01bac9d xorg-server-1.20.5.tar.bz2

0
xorg/xorg-server/depends Normal file
View File

1847
xorg/xorg-server/licenses Normal file

File diff suppressed because it is too large Load Diff

1
xorg/xorg-server/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/releases/individual/xserver/xorg-server-1.20.5.tar.bz2

1
xorg/xorg-server/version Normal file
View File

@ -0,0 +1 @@
1.20.5 1