2019-02-05 15:22:45 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package grim
|
|
|
|
|
#
|
2023-06-23 10:20:39 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2019-02-05 15:22:45 +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.
|
|
|
|
|
|
2020-01-16 13:44:00 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2019-02-05 15:22:45 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: grim
|
2023-06-23 10:20:39 +00:00
|
|
|
Version: 1.4.1
|
2019-02-05 15:22:45 +00:00
|
|
|
Release: 0
|
2019-02-06 10:24:54 +00:00
|
|
|
Summary: Wayland compositor image grabber
|
2019-02-05 15:22:45 +00:00
|
|
|
License: MIT
|
|
|
|
|
Group: Productivity/Graphics/Other
|
2023-06-23 10:20:39 +00:00
|
|
|
URL: https://git.sr.ht/~emersion/grim
|
|
|
|
|
Source: https://git.sr.ht/~emersion/grim/refs/download/v%{version}/grim-%{version}.tar.gz
|
2022-02-28 10:26:26 +00:00
|
|
|
BuildRequires: meson >= 0.59.0
|
2019-02-05 15:22:45 +00:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: scdoc
|
|
|
|
|
BuildRequires: pkgconfig(libjpeg)
|
2022-02-11 07:40:56 +00:00
|
|
|
BuildRequires: pkgconfig(libpng)
|
|
|
|
|
BuildRequires: pkgconfig(pixman-1)
|
2019-02-05 15:22:45 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.14
|
|
|
|
|
|
|
|
|
|
%description
|
2019-02-06 10:24:54 +00:00
|
|
|
This tool can grab images from a Wayland compositor.
|
2019-02-05 15:22:45 +00:00
|
|
|
|
|
|
|
|
%prep
|
2022-02-28 10:26:26 +00:00
|
|
|
%autosetup -p1
|
2019-02-05 15:22:45 +00:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_mandir}/man?/%{name}*
|
|
|
|
|
|
|
|
|
|
%changelog
|