2020-11-02 15:10:01 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package screenkey
|
|
|
|
|
#
|
2021-01-31 16:00:01 +00:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2020-11-02 15:10:01 +00: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: screenkey
|
2021-12-14 18:38:52 +00:00
|
|
|
Version: 1.5
|
2020-11-02 15:10:01 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: A screen-cast tool to show keys
|
2021-12-14 18:38:52 +00:00
|
|
|
License: GPL-3.0-or-later
|
2020-11-02 15:10:01 +00:00
|
|
|
Group: Productivity/Graphics/Other
|
|
|
|
|
URL: https://www.thregr.org/~wavexx/software/screenkey/
|
|
|
|
|
Source0: https://www.thregr.org/~wavexx/software/screenkey/releases/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: https://www.thregr.org/~wavexx/software/screenkey/releases/%{name}-%{version}.tar.gz.asc
|
2021-12-14 18:38:52 +00:00
|
|
|
Source2: https://www.thregr.org/~wavexx/files/wavexx.asc#/%{name}.keyring
|
2020-11-02 15:10:01 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: intltool
|
2021-01-31 16:00:01 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
|
BuildRequires: python3-Babel
|
2020-11-02 15:10:01 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
Requires: python3
|
2021-12-14 18:38:52 +00:00
|
|
|
Requires: python3-dbus-python
|
2021-01-31 16:00:01 +00:00
|
|
|
Requires: python3-gobject
|
|
|
|
|
Requires: python3-gobject-Gdk
|
2020-11-02 15:10:01 +00:00
|
|
|
Requires: python3-pycairo
|
|
|
|
|
Requires: slop
|
2021-01-31 16:00:01 +00:00
|
|
|
Requires: typelib(Gtk) = 3.0
|
2020-11-02 15:10:01 +00:00
|
|
|
Recommends: fontawesome-fonts
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
A screencast tool to show keys. Inspired by Screenflick and based on
|
|
|
|
|
the key-mon project.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
%build
|
2021-01-31 16:00:01 +00:00
|
|
|
%python3_build
|
2020-11-02 15:10:01 +00:00
|
|
|
|
|
|
|
|
%install
|
2021-01-31 16:00:01 +00:00
|
|
|
%python3_install
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
%fdupes -s %{buildroot}
|
2020-11-02 15:10:01 +00:00
|
|
|
|
2021-01-31 16:00:01 +00:00
|
|
|
%files -f %{name}.lang
|
2021-12-14 18:38:52 +00:00
|
|
|
%license COPYING.txt
|
2020-11-02 15:10:01 +00:00
|
|
|
%{_bindir}/%{name}
|
2021-01-31 16:00:01 +00:00
|
|
|
%{python3_sitelib}/Screenkey/
|
|
|
|
|
%{python3_sitelib}/%{name}-%{version}-*.egg-info/
|
2020-11-02 15:10:01 +00:00
|
|
|
%{_datadir}/applications/%{name}.desktop
|
2021-01-31 16:00:01 +00:00
|
|
|
%{_datadir}/metainfo/org.thregr.screenkey.metainfo.xml
|
2020-11-02 15:10:01 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|