SHA256
1
0
forked from pool/cage

Accepting request 697353 from home:jubalh

Please add me as maintainer

OBS-URL: https://build.opensuse.org/request/show/697353
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/cage?expand=0&rev=1
This commit is contained in:
Jan Engelhardt 2019-04-24 06:59:56 +00:00 committed by Git OBS Bridge
commit b0a9144970
5 changed files with 84 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

4
cage.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Wed Apr 24 06:48:44 UTC 2019 - mvetter@suse.com
- Initial package for cage 0.1

53
cage.spec Normal file
View File

@ -0,0 +1,53 @@
#
# 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
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.5
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

3
v0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03e2b4d97744aead935f4a289e5cfda4888dd06c6586982f4a25c8f435ef4166
size 19838