Skip to content

Commit

Permalink
chore: Update Xwayland for F41
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 18, 2024
1 parent b3ff1e8 commit cf9cb43
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions spec_files/xorg-x11-server-Xwayland/xorg-x11-server-Xwayland.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@

Summary: 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 }}}
Release: 1%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}

URL: http://www.x.org
%if 0%{?gitdate}
Source0: https://gitlab.freedesktop.org/xorg/%{pkgname}/-/archive/%{commit}/%{pkgname}-%{shortcommit}.tar.gz
%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

# Nobara
Patch0: xwayland-pointer-warp-fix.patch

License: MIT
Expand Down Expand Up @@ -54,8 +55,6 @@ BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xorg-macros) >= 1.17
BuildRequires: pkgconfig(xpm)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xres)
BuildRequires: pkgconfig(xshmfence) >= 1.1
Expand Down Expand Up @@ -101,7 +100,7 @@ The development package provides the developmental files which are
necessary for developing Wayland compositors using Xwayland.

%prep
%autosetup -S git_am -n %{pkgname}-%{?gitdate:%{commit}}%{!?gitdate:%{xwayland_version}}
%autosetup -S git_am -n %{pkgname}-%{?gitdate:%{commit}}%{!?gitdate:%{version}}

%build
%meson \
Expand Down Expand Up @@ -138,6 +137,12 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_libdir}/pkgconfig/xwayland.pc

%changelog
* Wed Oct 2 2024 Olivier Fourdan <[email protected]> - 24.1.3-1
- xwayland 24.1.3 - (#2313799)

* Wed Sep 4 2024 Olivier Fourdan <[email protected]> - 24.1.2-2
- Remove unneeded build dependencies on xorg-x11-util-macros and libXpm

* Wed Aug 7 2024 Olivier Fourdan <[email protected]> - 24.1.2-1
- xwayland 24.1.2 - (#2303450)
- Remove unneeded build dependency on wayland-eglstream-protocols
Expand Down

0 comments on commit cf9cb43

Please sign in to comment.