package created using the webbuild interface [release 25.04.0-1mamba;Thu Apr 17 2025]

This commit is contained in:
2025-04-24 14:09:51 +02:00
parent 662143875a
commit 0387b3faab
2 changed files with 65 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
# krecorder
Audio recorder for Plasma Mobile and other platforms.

63
krecorder.spec Normal file
View File

@@ -0,0 +1,63 @@
Name: krecorder
Version: 25.04.0
Release: 1mamba
Summary: Audio recorder for Plasma Mobile and other platforms
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://invent.kde.org/utilities/krecorder
Source: https://download.kde.org/stable/release-service/%{version}/src/krecorder-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt6Core
BuildRequires: libQt6Gui
BuildRequires: libQt6Network
BuildRequires: libQt6OpenGL
BuildRequires: libQt6Widgets
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libkf6-kconfig-devel
BuildRequires: libkf6-kcoreaddons-devel
BuildRequires: libkf6-ki18n-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt6-qtdeclarative-devel
BuildRequires: qt6-qtmultimedia-devel
BuildRequires: qt6-qtsvg-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: kf6-rpm-macros
BuildRequires: extra-cmake-modules
%description
Audio recorder for Plasma Mobile and other platforms.
%prep
%setup -q
%build
%cmake_kf6
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%cmake_install
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/krecorder
%{_datadir}/applications/org.kde.krecorder.desktop
%{_datadir}/icons/hicolor/scalable/apps/org.kde.krecorder.svg
%{_metainfodir}/org.kde.krecorder.appdata.xml
%doc LICENSES
%changelog
* Thu Apr 17 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 25.04.0-1mamba
- package created using the webbuild interface