Accepting request 728599 from home:MichaelAquilina

kanshi officially is working since sway 1.2 and provides a way for users to specify a dynamic display configuration.

OBS-URL: https://build.opensuse.org/request/show/728599
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/kanshi?expand=0&rev=1
This commit is contained in:
Jan Engelhardt 2019-09-05 22:01:53 +00:00 committed by Git OBS Bridge
commit 3edca9e4af
5 changed files with 82 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

3
kanshi-1.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90b200107b32b72259d60bfc08b12c782b13e706b7e617d058df292506fdbf90
size 14422

4
kanshi.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Sep 5 21:47:11 UTC 2019 - Michael Aquilina <michaelaquilina@gmail.com>
- First kanshi release

51
kanshi.spec Normal file
View File

@ -0,0 +1,51 @@
#
# spec file for package waybar
#
# 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: kanshi
Version: 1.0.0
Release: 0
Summary: Dynamic display configuration
License: MIT
Group: System/GUI/Other
URL: https://github.com/emersion/kanshi
Source: https://github.com/emersion/kanshi/archive/kanshi-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: meson
BuildRequires: ninja
BuildRequires: scdoc
BuildRequires: wayland-devel
%description
kanshi allows you to define output profiles that are automatically enabled
and disabled on hotplug.
%prep
%setup -q -n kanshi-%{version}
%build
%meson
%meson_build
%install
%meson_install
%files
%{_bindir}/kanshi
%{_mandir}/man?/%{name}*
%changelog