112 lines
3.7 KiB
RPMSpec
112 lines
3.7 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: aura-browser
|
|
Version: 5.27.11
|
|
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/it/plasma-desktop/
|
|
Source: https://download.kde.org/%{stable_kde6}/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: kf6-rpm-macros
|
|
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_kf6
|
|
%cmake_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%cmake_install
|
|
|
|
%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.kde.aura-browser.desktop
|
|
%{_datadir}/metainfo/org.kde.invent.aura_browser.metainfo.xml
|
|
%{_datadir}/icons/hicolor/*/apps/aura-browser.png
|
|
%doc LICENSES
|
|
|
|
%changelog
|
|
* Fri Mar 08 2024 Automatic Build System <autodist@openmamba.org> 5.27.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 25 2023 Automatic Build System <autodist@mambasoft.it> 5.27.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 12 2023 Automatic Build System <autodist@mambasoft.it> 5.27.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 02 2023 Automatic Build System <autodist@mambasoft.it> 5.27.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 21 2023 Automatic Build System <autodist@mambasoft.it> 5.27.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 10 2023 Automatic Build System <autodist@mambasoft.it> 5.27.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 05 2023 Automatic Build System <autodist@mambasoft.it> 5.27.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 15 2023 Automatic Build System <autodist@mambasoft.it> 5.27.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 01 2023 Automatic Build System <autodist@mambasoft.it> 5.27.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 21 2023 Automatic Build System <autodist@mambasoft.it> 5.27.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 18 2023 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 5.26.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 30 2022 Automatic Build System <autodist@mambasoft.it> 5.26.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 5.26.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 5.26.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.26.1-1mamba
|
|
- package created using the webbuild interface
|