mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-28 00:17:39 +00:00
chore: Update Xwayland for F41
This commit is contained in:
parent
b3ff1e8148
commit
cf9cb43fd0
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Summary: Xwayland
|
Summary: Xwayland
|
||||||
Name: xorg-x11-server-Xwayland
|
Name: xorg-x11-server-Xwayland
|
||||||
%global xwayland_version 24.1.2
|
%global xwayland_version 24.1.3
|
||||||
Version: %{xwayland_version}.bazzite.{{{ git_dir_version }}}
|
Version: %{xwayland_version}.bazzite.{{{ git_dir_version }}}
|
||||||
Release: 1%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
|
||||||
|
|
||||||
@ -16,9 +16,10 @@ URL: http://www.x.org
|
|||||||
%if 0%{?gitdate}
|
%if 0%{?gitdate}
|
||||||
Source0: https://gitlab.freedesktop.org/xorg/%{pkgname}/-/archive/%{commit}/%{pkgname}-%{shortcommit}.tar.gz
|
Source0: https://gitlab.freedesktop.org/xorg/%{pkgname}/-/archive/%{commit}/%{pkgname}-%{shortcommit}.tar.gz
|
||||||
%else
|
%else
|
||||||
Source0: https://www.x.org/pub/individual/xserver/%{pkgname}-%{xwayland_version}.tar.xz
|
Source0: https://www.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.xz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Nobara
|
||||||
Patch0: xwayland-pointer-warp-fix.patch
|
Patch0: xwayland-pointer-warp-fix.patch
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -54,8 +55,6 @@ BuildRequires: pkgconfig(xi)
|
|||||||
BuildRequires: pkgconfig(xinerama)
|
BuildRequires: pkgconfig(xinerama)
|
||||||
BuildRequires: pkgconfig(xkbfile)
|
BuildRequires: pkgconfig(xkbfile)
|
||||||
BuildRequires: pkgconfig(xmu)
|
BuildRequires: pkgconfig(xmu)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.17
|
|
||||||
BuildRequires: pkgconfig(xpm)
|
|
||||||
BuildRequires: pkgconfig(xrender)
|
BuildRequires: pkgconfig(xrender)
|
||||||
BuildRequires: pkgconfig(xres)
|
BuildRequires: pkgconfig(xres)
|
||||||
BuildRequires: pkgconfig(xshmfence) >= 1.1
|
BuildRequires: pkgconfig(xshmfence) >= 1.1
|
||||||
@ -101,7 +100,7 @@ The development package provides the developmental files which are
|
|||||||
necessary for developing Wayland compositors using Xwayland.
|
necessary for developing Wayland compositors using Xwayland.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -S git_am -n %{pkgname}-%{?gitdate:%{commit}}%{!?gitdate:%{xwayland_version}}
|
%autosetup -S git_am -n %{pkgname}-%{?gitdate:%{commit}}%{!?gitdate:%{version}}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
@ -138,6 +137,12 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_libdir}/pkgconfig/xwayland.pc
|
%{_libdir}/pkgconfig/xwayland.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 2 2024 Olivier Fourdan <ofourdan@redhat.com> - 24.1.3-1
|
||||||
|
- xwayland 24.1.3 - (#2313799)
|
||||||
|
|
||||||
|
* Wed Sep 4 2024 Olivier Fourdan <ofourdan@redhat.com> - 24.1.2-2
|
||||||
|
- Remove unneeded build dependencies on xorg-x11-util-macros and libXpm
|
||||||
|
|
||||||
* Wed Aug 7 2024 Olivier Fourdan <ofourdan@redhat.com> - 24.1.2-1
|
* Wed Aug 7 2024 Olivier Fourdan <ofourdan@redhat.com> - 24.1.2-1
|
||||||
- xwayland 24.1.2 - (#2303450)
|
- xwayland 24.1.2 - (#2303450)
|
||||||
- Remove unneeded build dependency on wayland-eglstream-protocols
|
- Remove unneeded build dependency on wayland-eglstream-protocols
|
||||||
|
Loading…
Reference in New Issue
Block a user