Stefan Dirsch
978db30820
* dix: check for calloc() failure in Xi event conversion routines * dix: PolyText: fully initialize local_closure * dix: SetFontPath: don't set errorValue on Success * dix: enterleave.c: fix implicit fallthrough warnings * dix: CreateScratchGC: avoid dereference of pointer we just set to NULL * dix: InitPredictableAccelerationScheme: avoid memory leak on failure * dix: dixChangeWindowProperty: don't call memcpy if malloc failed * dix: ProcListProperties: skip unneeded work if numProps is 0 * dix: HashResourceID: use unsigned integers for bit shifting * dix: GetPairedDevice: check if GetMaster returned NULL * dix: FindBestPixel: fix implicit fallthrough warning * CI: clone libdecor from fd.o instead of gnome.org * CI: update libdecor from 0.1.0 to 0.1.1 * Don't crash if the client argv or argv[0] is NULL. * Return NULL in *cmdname if the client argv or argv[0] is NULL * xwayland: connect to the wl display before calling into EGL * xwayland: Report correct mode size when rootful * build: Move epoll dependency check * build: Add epoll to Xwayland for DragonFly and OpenBSD * build: Fix DRI3 on DragonFly and OpenBSD * os: Fix NULL pointer dereference * dix: don't push the XKB state to a non-existing master keyboard * Xi: when removing a master search for a disabled paired device OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xwayland?expand=0&rev=92
189 lines
5.5 KiB
RPMSpec
189 lines
5.5 KiB
RPMSpec
#
|
|
# spec file for package xwayland
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
|
%if ! %{defined _fillupdir}
|
|
%define _fillupdir /var/adm/fillup-templates
|
|
%endif
|
|
|
|
Name: xwayland
|
|
Version: 24.1.3
|
|
Release: 0
|
|
URL: http://xorg.freedesktop.org
|
|
Summary: Xwayland Xserver
|
|
License: MIT
|
|
Group: System/X11/Servers/XF86_4
|
|
Source0: %{url}/archive/individual/xserver/%{name}-%{version}.tar.xz
|
|
Source1: %{url}/archive/individual/xserver/%{name}-%{version}.tar.xz.sig
|
|
Source2: xwayland.keyring
|
|
BuildRequires: meson
|
|
BuildRequires: ninja
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: rendercheck
|
|
BuildRequires: pkgconfig(bigreqsproto)
|
|
BuildRequires: pkgconfig(compositeproto)
|
|
BuildRequires: pkgconfig(damageproto)
|
|
BuildRequires: pkgconfig(dri)
|
|
BuildRequires: pkgconfig(dri3proto) >= 1.4
|
|
BuildRequires: pkgconfig(epoxy)
|
|
BuildRequires: pkgconfig(fixesproto)
|
|
BuildRequires: pkgconfig(fontsproto)
|
|
BuildRequires: pkgconfig(fontutil)
|
|
BuildRequires: pkgconfig(gbm)
|
|
BuildRequires: pkgconfig(gl)
|
|
BuildRequires: pkgconfig(glproto)
|
|
BuildRequires: pkgconfig(inputproto) >= 2.3.99.1
|
|
BuildRequires: pkgconfig(kbproto)
|
|
BuildRequires: pkgconfig(libbsd)
|
|
%if 0%{?suse_version} >= 1550
|
|
BuildRequires: pkgconfig(libdecor-0)
|
|
%endif
|
|
BuildRequires: pkgconfig(libdrm) >= 2.4.109
|
|
%if 0%{?suse_version} >= 1550
|
|
BuildRequires: pkgconfig(libei-1.0)
|
|
%endif
|
|
BuildRequires: pkgconfig(libtirpc)
|
|
BuildRequires: pkgconfig(libxcvt)
|
|
BuildRequires: pkgconfig(openssl)
|
|
BuildRequires: pkgconfig(pixman-1)
|
|
BuildRequires: pkgconfig(presentproto) >= 1.4
|
|
BuildRequires: pkgconfig(randrproto)
|
|
BuildRequires: pkgconfig(recordproto)
|
|
BuildRequires: pkgconfig(renderproto)
|
|
BuildRequires: pkgconfig(resourceproto)
|
|
BuildRequires: pkgconfig(scrnsaverproto)
|
|
BuildRequires: pkgconfig(videoproto)
|
|
BuildRequires: pkgconfig(wayland-client) >= 1.21.0
|
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.34
|
|
BuildRequires: pkgconfig(xau)
|
|
BuildRequires: pkgconfig(xcb)
|
|
BuildRequires: pkgconfig(xcb-damage)
|
|
BuildRequires: pkgconfig(xcb-sync)
|
|
BuildRequires: pkgconfig(xcb-xinput)
|
|
BuildRequires: pkgconfig(xcmiscproto)
|
|
BuildRequires: pkgconfig(xdmcp)
|
|
BuildRequires: pkgconfig(xextproto)
|
|
BuildRequires: pkgconfig(xf86bigfontproto)
|
|
BuildRequires: pkgconfig(xf86vidmodeproto)
|
|
BuildRequires: pkgconfig(xfont2)
|
|
BuildRequires: pkgconfig(xineramaproto)
|
|
BuildRequires: pkgconfig(xkbcomp)
|
|
BuildRequires: pkgconfig(xkbfile)
|
|
BuildRequires: pkgconfig(xproto)
|
|
BuildRequires: pkgconfig(xshmfence)
|
|
BuildRequires: pkgconfig(xtrans)
|
|
|
|
%ifnarch s390 s390x
|
|
Requires(pre): %fillup_prereq
|
|
%endif
|
|
Requires: pkgconfig
|
|
Requires: xkbcomp
|
|
Requires: xkeyboard-config
|
|
Recommends: xorg-x11-fonts-core
|
|
%ifnarch s390 s390x
|
|
Requires: libpixman-1-0
|
|
%endif
|
|
Obsoletes: xorg-x11-server-wayland < %{version}
|
|
Provides: xorg-x11-server-wayland = %{version}
|
|
Conflicts: patterns-wsl-tmpfiles
|
|
|
|
%description
|
|
This package contains the Xserver running on the Wayland Display Server.
|
|
|
|
%package devel
|
|
Summary: Development files for Xwayland
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
Requires: c_compiler
|
|
Requires: meson
|
|
Requires: pkgconfig(libdrm)
|
|
Requires: pkgconfig(xau)
|
|
Requires: pkgconfig(xdmcp)
|
|
Requires: pkgconfig(xkbfile)
|
|
Requires: pkgconfig(xtrans)
|
|
Requires: pkgconfig(xv)
|
|
|
|
%description devel
|
|
This package contains the Xwayland Server development files.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%{meson} \
|
|
-Dglamor=true \
|
|
-Dxvfb=true \
|
|
-Dglx=true \
|
|
-Dxdmcp=true \
|
|
-Dxdm-auth-1=true \
|
|
-Dsecure-rpc=true \
|
|
-Dipv6=true \
|
|
-Dinput_thread=true \
|
|
-Dvendor_name="SUSE LINUX" \
|
|
-Dvendor_name_short="openSUSE" \
|
|
-Dvendor_web="https://www.opensuse.org" \
|
|
-Dlisten_tcp=false \
|
|
-Dlisten_unix=true \
|
|
-Dlisten_local=true \
|
|
%if 0%{?suse_version} < 1550
|
|
-Ddpms=false \
|
|
%endif
|
|
-Dxf86bigfont=true \
|
|
-Dscreensaver=true \
|
|
-Dxres=true \
|
|
-Dxace=true \
|
|
-Dxselinux=false \
|
|
-Dxinerama=true \
|
|
-Dxcsecurity=true \
|
|
-Dxv=true \
|
|
-Dmitshm=true \
|
|
-Dsha1=libcrypto \
|
|
-Ddri3=true \
|
|
-Dxwayland-path="%{_bindir}" \
|
|
-Ddtrace=false \
|
|
-Dlibunwind=false \
|
|
-Dxkb_dir="/usr/share/X11/xkb" \
|
|
-Dxkb_output_dir="/var/lib/xkb/compiled" \
|
|
-Ddefault_font_path="/usr/share/fonts/misc:unscaled,\
|
|
/usr/share/fonts/Type1/,/usr/share/fonts/100dpi:unscaled,\
|
|
/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/ghostscript/,\
|
|
/usr/share/fonts/cyrillic:unscaled,\
|
|
/usr/share/fonts/misc/sgi:unscaled,\
|
|
/usr/share/fonts/truetype/,built-ins" \
|
|
%{nil}
|
|
|
|
%{meson_build}
|
|
|
|
%install
|
|
%{meson_install}
|
|
# Let xorg-x11-server provide the Xserver manual
|
|
rm -f %{buildroot}%{_mandir}/man1/Xserver.1
|
|
# Provided by xorg-x11-server
|
|
rm -f %{buildroot}%{_libdir}/xorg/protocol.txt
|
|
|
|
%files
|
|
%{_bindir}/Xwayland
|
|
%{_mandir}/man1/Xwayland.1%{ext_man}
|
|
%{_datadir}/applications/org.freedesktop.Xwayland.desktop
|
|
|
|
%files devel
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%dir %{_libdir}/xorg
|
|
|
|
%changelog
|