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

This commit is contained in:
2025-04-24 14:39:46 +02:00
parent b25acc67ca
commit 571ce766ce
2 changed files with 76 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# qrca
Qrca is a simple application for Plasma Desktop and Plasma Mobile that lets you scan many barcode formats and create your own QR code images.

74
qrca.spec Normal file
View File

@ -0,0 +1,74 @@
Name: qrca
Version: 25.04.0
Release: 1mamba
Summary: QR code scanner for Plasma Mobile
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://invent.kde.org/utilities/qrca
Source: https://download.kde.org/stable/release-service/%{version}/src/qrca-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt6Core
BuildRequires: libQt6DBus
BuildRequires: libQt6Gui
BuildRequires: libQt6Network
BuildRequires: libQt6OpenGL
BuildRequires: libQt6Widgets
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libglvnd-devel
BuildRequires: libkf6-kconfig-devel
BuildRequires: libkf6-kcontacts-devel
BuildRequires: libkf6-kcoreaddons-devel
BuildRequires: libkf6-kcrash-devel
BuildRequires: libkf6-ki18n-devel
BuildRequires: libkf6-kio-devel
BuildRequires: libkf6-knotifications-devel
BuildRequires: libkf6-kservice-devel
BuildRequires: libkf6-networkmanager-qt-devel
BuildRequires: libkf6-prison-devel
BuildRequires: libnm-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
Qrca is a simple application for Plasma Desktop and Plasma Mobile that lets you scan many barcode formats and create your own QR code images.
%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}/qrca
%{_datadir}/applications/org.kde.qrca.desktop
%{_datadir}/applications/org.kde.qrca.wifi.desktop
%{_datadir}/icons/hicolor/scalable/apps/org.kde.qrca.svg
%{_metainfodir}/org.kde.qrca.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