cage/cage.spec
Michael Vetter 5d7ec6e25f - Update to 1.1.1:
* Update to wlroots 0.6.0
  * Cage: drop root on startup like Sway

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/cage?expand=0&rev=2
2019-06-04 06:29:29 +00:00

54 lines
1.4 KiB
RPMSpec

#
# spec file for package cage
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.1
Release: 0
Summary: Wayland Kiosk
License: MIT
Group: System/GUI/Other
URL: https://www.hjdskes.nl/projects/cage/
Source: https://github.com/Hjdskes/cage/archive/v%{version}.tar.gz
BuildRequires: libpixman-1-0-devel
BuildRequires: meson >= 0.43.0
BuildRequires: pkgconfig
BuildRequires: wlroots-devel >= 0.6
BuildRequires: pkgconfig(wayland-protocols) >= 1.14
BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(xkbcommon)
%description
A Wayland Kiosk.
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README.md
%{_bindir}/cage
%changelog