kanshi/kanshi.spec
Michael Aquilina 690a1e80e9 Accepting request 794894 from home:dkondratenko:branches:X11:Wayland
- Update to v1.1.0
  * Add support for comments in configuration file
  * Allow names to distinguish configuration
  * Add `exec` to execute commands when a configuration is matched
  * Be tolerant to matching refresh rates that are a few points off.
  * Select highest refresh rate for selected mode when none is specified.
  * Fix typo in man page
  * Use correct formatting for variable in man page
  * Specify correct version in meson.build
  * Fix parser_next_token return value
  * Require profiles with a name to have a profile directive

OBS-URL: https://build.opensuse.org/request/show/794894
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/kanshi?expand=0&rev=2
2020-04-17 13:01:24 +00:00

52 lines
1.4 KiB
RPMSpec

#
# 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.1.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