File kooha.spec of Package kooha
#
# spec file for package kooha
#
# Copyright (c) 2021 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/
#
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: kooha
Version: 2.3.1
Release: 0
Summary: Simple screen recorder
License: GPL-3.0-or-later
URL: https://github.com/SeaDve/Kooha
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: meson
BuildRequires: cargo-packaging
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1) => 1.0.0~alpha.4
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-video-1.0)
BuildRequires: pkgconfig(libpulse)
Requires: typelib(Adw)
%description
Kooha is a simple screen recorder built with GTK. It allows you to record your screen and also audio from your microphone or desktop.
%lang_package
%prep
%autosetup -a1
%build
%meson
%meson_build
%install
%meson_install
%find_lang %{name}
%files
%doc README.md
%license COPYING
%{_bindir}/kooha
%{_datadir}/applications/*.desktop
%{_datadir}/metainfo/*.metainfo.xml
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_datadir}/dbus-1/services/io.github.seadve.Kooha.service
%dir %{_datadir}/icons/hicolor
%dir %{_datadir}/icons/hicolor/scalable
%dir %{_datadir}/icons/hicolor/scalable/apps
%dir %{_datadir}/icons/hicolor/symbolic
%dir %{_datadir}/icons/hicolor/symbolic/apps
%{_datadir}/icons/*/*/*/*.svg
%{_datadir}/kooha/
%changelog
%files lang -f %{name}.lang
%changelog