xorg-server: added a default config to the new Xwrapper

This commit is contained in:
Tim Biermann 2021-09-20 17:33:48 +02:00
parent 23c93e11fb
commit 8b71b456e4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndADIbXLkJ3/NYWBCfIdJouEYcl1T/WrdPwOZRB5uj+XyOYnVswbq+z/3maxuTMHGZ/NlfmvU4WAm5T9uKAoDVws=
SHA256 (Pkgfile) = a67c531a31dd106afc454015f2f1c4dfba4c2bea00b1e6173a1a8d444bc4fcaa
RWTSGWF5Q7TndER5BqzlK2/DpC7gaM6dS5p72jhP8XDkA3VatMJw413JQ0/UAEOLyZHlQt/a4u12ux5/Gj5Sboha6GzqQESZFw4=
SHA256 (Pkgfile) = 01ea8930f15649ffe28fa3203b69f227a3cd5996f73b52157d0959bc9e11c58b
SHA256 (.footprint) = 22ebe7390e74b30e28ca4833bba98490684c8b6258af9ee17d5940a114732333
SHA256 (xorg-server-1.20.13.tar.xz) = 40aa4e96a56a81a301f15a9b10e06a22700f12b42d9e0e453c7f11d354386300
SHA256 (0001-v2-FS-58644.patch) = 6253fb5cf06cf650539be585d6ca13cfa00217b51ca9825476c8fd55c09341a4

View File

@ -5,7 +5,7 @@
name=xorg-server
version=1.20.13
release=2
release=3
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)
@ -33,4 +33,5 @@ build() {
DESTDIR=$PKG meson install -C build
install -m 755 -d $PKG/etc/X11/xorg.conf.d
echo "needs_root_rights = yes" >> $PKG/etc/X11/Xwrapper.config
}