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