Update package version to 24.1.8

This commit is contained in:
2025-07-11 19:19:49 +03:00
parent bf0a6acd5c
commit 8124dd5122
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
name: xorg-xwayland name: xorg-xwayland
description: X server for running applications under Wayland description: X server for running applications under Wayland
version: 24.1.6 version: 24.1.8
url: https://xorg.freedesktop.org/ url: https://xorg.freedesktop.org/
license: BSD-3-Clause,HPND,HPND-sell-variant,ICU,ISC,LicenseRef-Adobe-Display-PostScript,LicenseRef-DEC-3-Clause,LicenseRef-HPND-sell-MIT-disclaimer-xserver,MIT,MIT-open-group,NTP,SGI-B-2.0,SMLNJ,X11,X11-distribute-modifications-variant license: BSD-3-Clause,HPND,HPND-sell-variant,ICU,ISC,LicenseRef-Adobe-Display-PostScript,LicenseRef-DEC-3-Clause,LicenseRef-HPND-sell-MIT-disclaimer-xserver,MIT,MIT-open-group,NTP,SGI-B-2.0,SMLNJ,X11,X11-distribute-modifications-variant
architecture: any architecture: any
depends: ["glibc","libdrm","libepoxy","libglvnd","libtirpc","libxau","libxcvt","libxfont2","libxshmfence","mesa","nettle","pixman","wayland","xorg-server"] depends: ["glibc","libdecor","libdrm","libepoxy","libglvnd","libtirpc","libxau","libxcvt","libxfont2","libxshmfence","mesa","nettle","pixman","wayland","xorg-server"]
make_depends: ["dbus","elogind","libxkbfile","meson","wayland-protocols","xorg-fonts-util","xorgproto","xtrans"] make_depends: ["dbus","elogind","libxkbfile","meson","wayland-protocols","xorg-fonts-util","xorgproto","xtrans"]
type: source type: source
+1
View File
@@ -25,6 +25,7 @@ build() {
-Dxcsecurity=true \ -Dxcsecurity=true \
-Ddri3=true \ -Ddri3=true \
-Dglamor=true \ -Dglamor=true \
-Dlibdecor=true \
-Dxkb_output_dir=/var/lib/xkb .. -Dxkb_output_dir=/var/lib/xkb ..
ninja ninja
} }