automatic version update by autodist [release 24.1.0-1mamba;Sun Jun 02 2024]
This commit is contained in:
parent
cf7a3e5133
commit
6b14776f33
10
xwayland-24.1.0-x86-fix-undefined-CARD32.patch
Normal file
10
xwayland-24.1.0-x86-fix-undefined-CARD32.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- xwayland-24.1.0/os/osdep.h.orig 2024-06-06 10:31:34.996961033 +0200
|
||||||
|
+++ xwayland-24.1.0/os/osdep.h 2024-06-06 10:31:53.318990923 +0200
|
||||||
|
@@ -60,6 +60,7 @@
|
||||||
|
#include <limits.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <X11/Xos.h>
|
||||||
|
+#include <X11/Xmd.h>
|
||||||
|
|
||||||
|
/* If EAGAIN and EWOULDBLOCK are distinct errno values, then we check errno
|
||||||
|
* for both EAGAIN and EWOULDBLOCK, because some supposedly POSIX
|
@ -1,5 +1,5 @@
|
|||||||
Name: xwayland
|
Name: xwayland
|
||||||
Version: 23.2.6
|
Version: 24.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: X.org X Server that runs under Wayland
|
Summary: X.org X Server that runs under Wayland
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
@ -8,6 +8,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://wayland.freedesktop.org/xserver.html
|
URL: https://wayland.freedesktop.org/xserver.html
|
||||||
Source: https://xorg.freedesktop.org/archive/individual/xserver/xwayland-%{version}.tar.xz
|
Source: https://xorg.freedesktop.org/archive/individual/xserver/xwayland-%{version}.tar.xz
|
||||||
|
Patch0: xwayland-24.1.0-x86-fix-undefined-CARD32.patch
|
||||||
License: https://xorg.freedesktop.org
|
License: https://xorg.freedesktop.org
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -24,7 +25,6 @@ BuildRequires: libmd-devel
|
|||||||
BuildRequires: libmesa-devel
|
BuildRequires: libmesa-devel
|
||||||
BuildRequires: libpixman-devel
|
BuildRequires: libpixman-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libsystemd-devel
|
|
||||||
BuildRequires: libtirpc-devel
|
BuildRequires: libtirpc-devel
|
||||||
BuildRequires: libwayland-devel
|
BuildRequires: libwayland-devel
|
||||||
BuildRequires: libxcvt-devel
|
BuildRequires: libxcvt-devel
|
||||||
@ -41,6 +41,7 @@ X.org X Server that runs under Wayland.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch 0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
@ -49,7 +50,6 @@ X.org X Server that runs under Wayland.
|
|||||||
-D xdmcp=false \
|
-D xdmcp=false \
|
||||||
-D xcsecurity=true \
|
-D xcsecurity=true \
|
||||||
-D dri3=true \
|
-D dri3=true \
|
||||||
-D xwayland_eglstream=true \
|
|
||||||
-D glamor=true \
|
-D glamor=true \
|
||||||
-D xkb_dir=%{_datadir}/X11/xkb \
|
-D xkb_dir=%{_datadir}/X11/xkb \
|
||||||
-D xkb_output_dir=%{_sysconfdir}/X11/xkb/compiled
|
-D xkb_output_dir=%{_sysconfdir}/X11/xkb/compiled
|
||||||
@ -75,6 +75,9 @@ rm -f %{buildroot}%{_libdir}/xorg/protocol.txt
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 02 2024 Automatic Build System <autodist@openmamba.org> 24.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Apr 26 2024 Automatic Build System <autodist@openmamba.org> 23.2.6-1mamba
|
* Fri Apr 26 2024 Automatic Build System <autodist@openmamba.org> 23.2.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user