xorg-server: add missing symlink Xorg -> X

This commit is contained in:
Juergen Daubert 2021-09-21 10:51:48 +02:00
parent 68fa91306a
commit db878afb38
3 changed files with 6 additions and 4 deletions

View File

@ -4,6 +4,7 @@ drwxr-xr-x root/root etc/X11/
drwxr-xr-x root/root etc/X11/xorg.conf.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/X -> Xorg
-rwxr-xr-x root/root usr/bin/Xnest
-rwxr-xr-x root/root usr/bin/Xorg
-rwxr-xr-x root/root usr/bin/Xvfb

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndDzjqpLZjmljimg3LZzFd80LkKa/9wE+LEYiRRDowX53HdaCy8gggYHsySFUOeCwOmiESaJOZCT65+rv8mYv1QE=
SHA256 (Pkgfile) = 01ea8930f15649ffe28fa3203b69f227a3cd5996f73b52157d0959bc9e11c58b
SHA256 (.footprint) = f3f00cce60b945daf424710675a5dd19994f2486950e074b1507c7f604b4e93a
RWTSGWF5Q7TndLhIOH9WW40ag9meVTBT41j2euy+39t6SxJab8pSahrslJVeJhmIieh98DbtnC+NbMiIDZ/S7xZaIu7AkkNb6gE=
SHA256 (Pkgfile) = 1fe0ef5075fc94673aabf5a0bb1d76f8c79e32dd21462c597ae82d00c9f09051
SHA256 (.footprint) = 55c554708443642282d937bc16b45a93bddece9c8be60df98596b140e6f5ba83
SHA256 (xorg-server-1.20.13.tar.xz) = 40aa4e96a56a81a301f15a9b10e06a22700f12b42d9e0e453c7f11d354386300
SHA256 (0001-v2-FS-58644.patch) = 6253fb5cf06cf650539be585d6ca13cfa00217b51ca9825476c8fd55c09341a4
SHA256 (xserver-autobind-hotplug.patch) = cae1b7f296c18177de38f9b1215a4f916da2288b85f1fcb9e80373a42e2892b8

View File

@ -5,7 +5,7 @@
name=xorg-server
version=1.20.13
release=3
release=4
source=(https://www.x.org/releases/individual/xserver/$name-$version.tar.xz
0001-v2-FS-58644.patch xserver-autobind-hotplug.patch
0002-fix-libshadow-2.patch)
@ -32,6 +32,7 @@ build() {
meson compile -C build
DESTDIR=$PKG meson install -C build
ln -s Xorg $PKG/usr/bin/X
install -m 755 -d $PKG/etc/X11/xorg.conf.d
echo "needs_root_rights = yes" >> $PKG/etc/X11/Xwrapper.config
}