diff --git a/README.md b/README.md index 92b60b6..46ab42e 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/aura-browser.spec b/aura-browser.spec new file mode 100644 index 0000000..88551c0 --- /dev/null +++ b/aura-browser.spec @@ -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 +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 5.26.1-1mamba +- package created using the webbuild interface