From 0387b3faab130242d532a5b420125e9e76bb1359 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 24 Apr 2025 14:09:51 +0200 Subject: [PATCH] package created using the webbuild interface [release 25.04.0-1mamba;Thu Apr 17 2025] --- README.md | 2 ++ krecorder.spec | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 krecorder.spec diff --git a/README.md b/README.md index c3347da..37db3e8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # krecorder +Audio recorder for Plasma Mobile and other platforms. + diff --git a/krecorder.spec b/krecorder.spec new file mode 100644 index 0000000..603bb1b --- /dev/null +++ b/krecorder.spec @@ -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 +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 25.04.0-1mamba +- package created using the webbuild interface