generated from pool/new_package
Compare commits
3 Commits
69cd54dc5d
...
fe7b279bda
Author | SHA256 | Date | |
---|---|---|---|
|
fe7b279bda | ||
0e01f6593a | |||
9f2bba1b9b |
26
wayback.spec
26
wayback.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package wayback
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
@@ -21,22 +21,24 @@
|
||||
Name: wayback
|
||||
Version: 0.1
|
||||
Release: <RELEASE>.g%{short_id}
|
||||
Summary: Experimental X compatibility layer using Wayland components
|
||||
Summary: Experimental X11 compatibility layer for Wayland
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://gitlab.freedesktop.org/wayback/wayback
|
||||
#!CreateArchive: wayback
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: git_id
|
||||
Patch1: meson-gcc-leap16.0-workaround.patch
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
BuildRequires: pkgconfig(wayland-egl)
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.14
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: pkgconfig(wlroots-0.19)
|
||||
BuildRequires: pkgconfig(xwayland) >= 24.1
|
||||
BuildRequires: pkgconfig(xwayland)
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.14
|
||||
BuildRequires: wlroots-devel >= 0.19
|
||||
BuildRequires: scdoc
|
||||
Requires: xwayland
|
||||
|
||||
@@ -50,7 +52,9 @@ capabilities to host a rootful Xwayland server.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
# includedir intentional, cf. bugzilla.opensuse.org/795968
|
||||
%meson \
|
||||
--includedir="%_includedir/%name"
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@@ -58,10 +62,10 @@ capabilities to host a rootful Xwayland server.
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%_bindir/Xwayback
|
||||
%_bindir/wayback-session
|
||||
%_libexecdir/wayback*
|
||||
%license LICENSE
|
||||
%{_bindir}/Xwayback
|
||||
%{_bindir}/wayback-session
|
||||
%{_libexecdir}//wayback-compositor
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user