[notify] xorg-server: corrected permissions on Xorg.wrap, raised release number so everybody rebuilds this

This commit is contained in:
Tim Biermann 2021-11-01 12:36:53 +01:00
parent 177dd6a8af
commit d6f53eef19
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 6 additions and 6 deletions

View File

@ -173,7 +173,7 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xorg-server.pc -rw-r--r-- root/root usr/lib/pkgconfig/xorg-server.pc
drwxr-xr-x root/root usr/lib/xorg-server/ drwxr-xr-x root/root usr/lib/xorg-server/
-rwxr-xr-x root/root usr/lib/xorg-server/Xorg -rwxr-xr-x root/root usr/lib/xorg-server/Xorg
-rwsr-xr-x root/root usr/lib/xorg-server/Xorg.wrap -r-xr-xr-x root/root usr/lib/xorg-server/Xorg.wrap
drwxr-xr-x root/root usr/lib/xorg/ drwxr-xr-x root/root usr/lib/xorg/
drwxr-xr-x root/root usr/lib/xorg/modules/ drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ drwxr-xr-x root/root usr/lib/xorg/modules/drivers/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndOtVXmkOCPRWa9RdCUwdJATbqjsYl10XcOySFfvImGuuG14jjGyBFWQSE/1xdB3IwQuXiXW27JzmS+y0YK2LAgs= RWTSGWF5Q7TndJnbyxSKDHVcwLB9fiWh+0CEQT2Epp81Rdo5//suV7PgOioA0r8v7PT0IOKi5CHiKOkRmT17Wn/Ig63fu7Zzswc=
SHA256 (Pkgfile) = dc30b31d88a6ba969678be7d64b55d855b3f1dea39677c8479e52297301e8bef SHA256 (Pkgfile) = 6af75f060dd8d77b97342d1e3d3cfac20ea02389c3f4e503b5996fb9caca2105
SHA256 (.footprint) = c0aa71936714937e122d5497b8cd4ab664f24a5d0ac1e4b1b64e622175f7cbe5 SHA256 (.footprint) = 6838beebf40c1bc6c7ea5e8863aed234277a59f1a4a1c733c715a89250c16755
SHA256 (xserver-xorg-server-21.1.0.tar.bz2) = f8fe88731d8bde9b9d889ea9c4c397ffc7e963111b1feba6c4d935dd8a38ec92 SHA256 (xserver-xorg-server-21.1.0.tar.bz2) = f8fe88731d8bde9b9d889ea9c4c397ffc7e963111b1feba6c4d935dd8a38ec92

View File

@ -5,7 +5,7 @@
name=xorg-server name=xorg-server
version=21.1.0 version=21.1.0
release=1 release=2
source=(https://gitlab.freedesktop.org/xorg/xserver/-/archive/xorg-server-21.1.0/xserver-xorg-server-21.1.0.tar.bz2) source=(https://gitlab.freedesktop.org/xorg/xserver/-/archive/xorg-server-21.1.0/xserver-xorg-server-21.1.0.tar.bz2)
build() { build() {
@ -25,7 +25,7 @@ build() {
DESTDIR=$PKG meson install -C build DESTDIR=$PKG meson install -C build
#ln -s Xorg $PKG/usr/bin/X #ln -s Xorg $PKG/usr/bin/X
/bin/chmod 4755 $PKG/usr/lib/xorg-server/Xorg.wrap /bin/chmod 4555 $PKG/usr/lib/xorg-server/Xorg.wrap
install -m 755 -d $PKG/etc/X11/xorg.conf.d install -m 755 -d $PKG/etc/X11/xorg.conf.d
echo "needs_root_rights = yes" >> $PKG/etc/X11/Xwrapper.config echo "needs_root_rights = yes" >> $PKG/etc/X11/Xwrapper.config