File wshowkeys.spec of Package wshowkeys
#
# spec file for package wshowkeys
#
# Copyright (c) 2020 SUSE LLC
#
# 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: wshowkeys
Version: 1585574498.6388a49
Release: 0
Summary: Displays keys being pressed on a Wayland session
License: MIT
Group: Productivity/Graphics/Other
URL: https://git.sr.ht/~sircmpwn/wshowkeys
Source: %{name}-%{version}.tar.gz
BuildRequires: meson >= 0.48.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(scdoc)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(libinput)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols) >= 1.14
BuildRequires: pkgconfig(xkbcommon)
%description
Displays keys being pressed on a Wayland session.
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog