%global debug_package %{nil} Name: kooha Version: 2.2.4 Release: 1 Summary: Elegantly record your screen License: GPLv3+ URL: https://github.com/SeaDve/Kooha.git Requires: glib2 Requires: gtk4 Requires: libadwaita Requires: gstreamer1 Requires: pulseaudio-libs BuildRequires: meson BuildRequires: ninja-build BuildRequires: glib2-devel BuildRequires: gtk4-devel BuildRequires: git BuildRequires: libadwaita-devel BuildRequires: cargo BuildRequires: desktop-file-utils BuildRequires: gstreamer1-devel BuildRequires: gstreamer1-plugins-base-devel BuildRequires: pulseaudio-libs-devel %description Capture your screen in a intuitive and straightforward way without distractions. Kooha is a simple screen recorder with a minimal interface. You can simply click the record button without having to configure a bunch of settings. %prep cd %{_builddir} git clone --recursive https://github.com/SeaDve/Kooha.git cd Kooha git checkout f742e3682c1e45aa13e9e1d3484faf76c5dfa85a %build cd Kooha %meson %meson_build %install cd Kooha* %meson_install %files %{_bindir}/kooha %{_datadir}/applications/io.github.seadve.Kooha.desktop %{_datadir}/glib-2.0/schemas/io.github.seadve.Kooha.gschema.xml %{_datadir}/icons/hicolor/scalable/apps/io.github.seadve.Kooha.svg %{_datadir}/icons/hicolor/symbolic/apps/io.github.seadve.Kooha-symbolic.svg %{_datadir}/kooha/resources.gresource %{_datadir}/locale/*/LC_MESSAGES/kooha.mo %{_datadir}/metainfo/io.github.seadve.Kooha.metainfo.xml