package created using the webbuild interface [release 5.26.1-1mamba;Sat Oct 22 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 20:40:41 +01:00
parent 11e7b309a1
commit 36540524a5
2 changed files with 65 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# aura-browser
Aura is a browser for a fully immersed Big Screen experience allowing you to navigate the world wide web using just your remote control.

63
aura-browser.spec Normal file
View File

@ -0,0 +1,63 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: aura-browser
Version: 5.26.1
Release: 1mamba
Summary: KDE Plasma browser for a fully immersed Big Screen experience
Group: Graphical Desktop/Applications/Internet
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org
Source: https://download.kde.org/stable/plasma/%{version}/aura-browser-%{version}.tar.xz
License: LGPL, GPL, BSD, MPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt5Multimedia-devel
BuildRequires: libQt5Positioning-devel
BuildRequires: libQt5WebChannel-devel
BuildRequires: libQt5WebEngine-devel
BuildRequires: libgcc
BuildRequires: libki18n-devel
BuildRequires: libkirigami2-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
BuildRequires: qt5-qtquickcontrols2-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: rpm-macros-kde5
BuildRequires: extra-cmake-modules
%description
Aura is a browser for a fully immersed Big Screen experience allowing you to navigate the world wide web using just your remote control.
%debug_package
%prep
%setup -q
%build
%cmake_kde5 -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}5_qt.lang
%defattr(-,root,root)
%{_bindir}/aura-browser
%{_datadir}/applications/org.aura.browser.desktop
%{_datadir}/metainfo/org.kde.invent.aura_browser.metainfo.xml
%{_datadir}/icons/hicolor/*/apps/aura-browser.png
%doc LICENSES
%changelog
* Sat Oct 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.26.1-1mamba
- package created using the webbuild interface