Compare commits

...

20 Commits

Author SHA1 Message Date
1fad981d19 automatic version update by autodist [release 24.1.6-1mamba;Thu Feb 27 2025] 2025-02-27 16:30:48 +01:00
a2c3a0d2b4 automatic version update by autodist [release 24.1.5-1mamba;Thu Feb 06 2025] 2025-02-06 19:05:48 +01:00
6ab72dc550 update to 24.1.4 [release 24.1.4-1mamba;Sat Nov 16 2024] 2024-11-17 11:35:06 +01:00
734fe75ee8 automatic version update by autodist [release 24.1.3-1mamba;Sat Oct 05 2024] 2024-10-06 11:32:33 +02:00
2e31c63e4d automatic version update by autodist [release 24.1.2-1mamba;Wed Aug 07 2024] 2024-08-09 09:53:42 +02:00
8f1f21c68a automatic version update by autodist [release 24.1.1-1mamba;Mon Jul 29 2024] 2024-07-29 14:21:51 +02:00
6b14776f33 automatic version update by autodist [release 24.1.0-1mamba;Sun Jun 02 2024] 2024-06-06 15:55:06 +02:00
cf7a3e5133 automatic version update by autodist [release 23.2.6-1mamba;Fri Apr 26 2024] 2024-04-28 23:06:06 +02:00
b04192ed96 automatic version update by autodist [release 23.2.4-1mamba;Tue Jan 16 2024] 2024-01-18 09:47:48 +01:00
a32fdf8055 automatic version update by autodist [release 23.2.3-1mamba;Wed Dec 13 2023] 2024-01-05 19:58:19 +01:00
61d625d180 automatic version update by autodist [release 23.2.2-1mamba;Thu Oct 26 2023] 2024-01-05 19:58:19 +01:00
bf4c912e6f automatic version update by autodist [release 23.2.1-1mamba;Wed Sep 20 2023] 2024-01-05 19:58:19 +01:00
d0fb0d46cb automatic version update by autodist [release 23.2.0-1mamba;Fri Aug 18 2023] 2024-01-05 19:58:18 +01:00
11b5578f22 automatic version update by autodist [release 23.1.2-1mamba;Wed Jun 07 2023] 2024-01-05 19:58:18 +01:00
e07c126124 automatic version update by autodist [release 23.1.1-1mamba;Thu Mar 30 2023] 2024-01-05 19:58:18 +01:00
f8e741afc0 automatic version update by autodist [release 23.1.0-1mamba;Thu Mar 23 2023] 2024-01-05 19:58:18 +01:00
3cfc5d246e automatic version update by autodist [release 22.1.8-1mamba;Wed Feb 08 2023] 2024-01-05 19:58:17 +01:00
63e8c350b8 automatic version update by autodist [release 22.1.7-1mamba;Mon Dec 19 2022] 2024-01-05 19:58:17 +01:00
a7f4902f08 automatic version update by autodist [release 22.1.6-1mamba;Sat Dec 17 2022] 2024-01-05 19:58:17 +01:00
281a8d9b94 automatic version update by autodist [release 22.1.5-1mamba;Thu Nov 03 2022] 2024-01-05 19:58:17 +01:00
2 changed files with 69 additions and 6 deletions

View File

@ -2,3 +2,4 @@
X.org X Server that runs under Wayland.

View File

@ -1,21 +1,22 @@
Name: xwayland
Version: 22.1.4
Version: 24.1.6
Release: 1mamba
Summary: X.org X Server that runs under Wayland
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://wayland.freedesktop.org/xserver.html
URL: https://xorg.freedesktop.org/wiki/
Source: https://xorg.freedesktop.org/archive/individual/xserver/xwayland-%{version}.tar.xz
License: https://xorg.freedesktop.org
License: BSD, MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libXau-devel
BuildRequires: libXfont2-devel
BuildRequires: libaudit-devel
BuildRequires: libbsd-devel
BuildRequires: libdecor-devel
BuildRequires: libdrm-devel
BuildRequires: libei-devel
BuildRequires: libepoxy-devel
BuildRequires: libglvnd-devel
BuildRequires: libmd-devel
@ -27,12 +28,13 @@ BuildRequires: libwayland-devel
BuildRequires: libxcvt-devel
BuildRequires: libxshmfence-devel
## AUTOBUILDREQ-END
BuildRequires: libegl-wayland-devel
BuildRequires: xtrans-devel
Requires: xorg-server
%description
X.org X Server that runs under Wayland.
%debug_package
%prep
%setup -q
@ -44,7 +46,6 @@ X.org X Server that runs under Wayland.
-D xdmcp=false \
-D xcsecurity=true \
-D dri3=true \
-D xwayland_eglstream=true \
-D glamor=true \
-D xkb_dir=%{_datadir}/X11/xkb \
-D xkb_output_dir=%{_sysconfdir}/X11/xkb/compiled
@ -64,11 +65,72 @@ rm -f %{buildroot}%{_libdir}/xorg/protocol.txt
%files
%defattr(-,root,root)
%{_bindir}/Xwayland
%{_datadir}/applications/org.freedesktop.Xwayland.desktop
%{_libdir}/pkgconfig/xwayland.pc
%{_mandir}/man1/Xwayland.1*
%doc COPYING
%changelog
* Thu Feb 27 2025 Automatic Build System <autodist@openmamba.org> 24.1.6-1mamba
- automatic version update by autodist
* Thu Feb 06 2025 Automatic Build System <autodist@openmamba.org> 24.1.5-1mamba
- automatic version update by autodist
* Sat Nov 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.1.4-1mamba
- update to 24.1.4
* Sat Oct 05 2024 Automatic Build System <autodist@openmamba.org> 24.1.3-1mamba
- automatic version update by autodist
* Wed Aug 07 2024 Automatic Build System <autodist@openmamba.org> 24.1.2-1mamba
- automatic version update by autodist
* Mon Jul 29 2024 Automatic Build System <autodist@openmamba.org> 24.1.1-1mamba
- automatic version update by autodist
* 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
- automatic version update by autodist
* Tue Jan 16 2024 Automatic Build System <autodist@openmamba.org> 23.2.4-1mamba
- automatic version update by autodist
* Wed Dec 13 2023 Automatic Build System <autodist@mambasoft.it> 23.2.3-1mamba
- automatic version update by autodist
* Thu Oct 26 2023 Automatic Build System <autodist@mambasoft.it> 23.2.2-1mamba
- automatic version update by autodist
* Wed Sep 20 2023 Automatic Build System <autodist@mambasoft.it> 23.2.1-1mamba
- automatic version update by autodist
* Fri Aug 18 2023 Automatic Build System <autodist@mambasoft.it> 23.2.0-1mamba
- automatic version update by autodist
* Wed Jun 07 2023 Automatic Build System <autodist@mambasoft.it> 23.1.2-1mamba
- automatic version update by autodist
* Thu Mar 30 2023 Automatic Build System <autodist@mambasoft.it> 23.1.1-1mamba
- automatic version update by autodist
* Thu Mar 23 2023 Automatic Build System <autodist@mambasoft.it> 23.1.0-1mamba
- automatic version update by autodist
* Wed Feb 08 2023 Automatic Build System <autodist@mambasoft.it> 22.1.8-1mamba
- automatic version update by autodist
* Mon Dec 19 2022 Automatic Build System <autodist@mambasoft.it> 22.1.7-1mamba
- automatic version update by autodist
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 22.1.6-1mamba
- automatic version update by autodist
* Thu Nov 03 2022 Automatic Build System <autodist@mambasoft.it> 22.1.5-1mamba
- automatic version update by autodist
* Sat Oct 22 2022 Automatic Build System <autodist@mambasoft.it> 22.1.4-1mamba
- automatic version update by autodist