diff options
author | Juergen Daubert <jue@jue.li> | 2021-09-21 10:51:48 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-09-21 10:51:48 +0200 |
commit | db878afb383c6062a1089639ce51c15553b1c17f (patch) | |
tree | 82e6374c92a42a1907e24d6930fab4c67db22e86 /xorg-server | |
parent | 68fa91306aed54d3ca99be51b143620ad595ce80 (diff) | |
download | xorg-db878afb383c6062a1089639ce51c15553b1c17f.tar.gz xorg-db878afb383c6062a1089639ce51c15553b1c17f.tar.xz |
xorg-server: add missing symlink Xorg -> X
Diffstat (limited to 'xorg-server')
-rw-r--r-- | xorg-server/.footprint | 1 | ||||
-rw-r--r-- | xorg-server/.signature | 6 | ||||
-rw-r--r-- | xorg-server/Pkgfile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/xorg-server/.footprint b/xorg-server/.footprint index 344ff6ac..0b81ba94 100644 --- a/xorg-server/.footprint +++ b/xorg-server/.footprint @@ -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 diff --git a/xorg-server/.signature b/xorg-server/.signature index 1bb2bcca..163ad934 100644 --- a/xorg-server/.signature +++ b/xorg-server/.signature @@ -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 diff --git a/xorg-server/Pkgfile b/xorg-server/Pkgfile index 4d5c1aaf..2cd68591 100644 --- a/xorg-server/Pkgfile +++ b/xorg-server/Pkgfile @@ -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 } |