mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-25 15:24:48 -06:00
repo: Added xorg repository.
This commit is contained in:
parent
e8147da433
commit
bf93e40088
10
xorg/xorg-server/build
Executable file
10
xorg/xorg-server/build
Executable 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"
|
1
xorg/xorg-server/checksums
Normal file
1
xorg/xorg-server/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
a81d8243f37e75a03d4f8c55f96d0bc25802be6ec45c3bfa5cb614c6d01bac9d xorg-server-1.20.5.tar.bz2
|
0
xorg/xorg-server/depends
Normal file
0
xorg/xorg-server/depends
Normal file
1847
xorg/xorg-server/licenses
Normal 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
1
xorg/xorg-server/sources
Normal 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
1
xorg/xorg-server/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.20.5 1
|
Loading…
Reference in New Issue
Block a user