SHA256
1
0
forked from pool/cage
cage/cage.spec
Michael Vetter ca028d68af - Update to 0.1.5:
* Implement the following protocols: wlr-output-management-unstable-v1,
    virtual-keyboard-unstable-v1, wlr-virtual-pointer-unstable-v1,
    single-pixel-buffer-v1, presentation-time, viewporter.
  * Use wlroots' scene-graph API, which should improve performance.
  * Fall back to lower resolutions when the preferred output
    mode cannot be used.
- Drop cage-wlroots-016-compat.patch

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/cage?expand=0&rev=23
2023-07-31 05:54:27 +00:00

56 lines
1.4 KiB
RPMSpec

#
# spec file for package cage
#
# Copyright (c) 2023 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/
#
Name: cage
Version: 0.1.5+0.83ffc57
Release: 0
Summary: Wayland Kiosk
License: MIT
Group: System/GUI/Other
URL: https://www.hjdskes.nl/projects/cage/
Source: %{name}-%{version}.tar.gz
BuildRequires: meson >= 0.43.0
BuildRequires: pkgconfig
BuildRequires: scdoc
BuildRequires: wlroots-devel >= 0.16.0
BuildRequires: pkgconfig(pixman-1)
BuildRequires: pkgconfig(wayland-protocols) >= 1.14
BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(xkbcommon)
%description
A Wayland Kiosk.
%prep
%setup -q -n %{name}-%{version}
%build
%meson
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README.md
%{_bindir}/cage
%{_mandir}/man1/cage.1%{?ext_man}
%changelog