diff options
-rw-r--r-- | xorg-server/.signature | 4 | ||||
-rw-r--r-- | xorg-server/Pkgfile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/xorg-server/.signature b/xorg-server/.signature index ab1db66c..db53bb37 100644 --- a/xorg-server/.signature +++ b/xorg-server/.signature @@ -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 diff --git a/xorg-server/Pkgfile b/xorg-server/Pkgfile index 101ea347..4d5c1aaf 100644 --- a/xorg-server/Pkgfile +++ b/xorg-server/Pkgfile @@ -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 } |