diff --git a/README.md b/README.md index e868b97..2407a29 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # arianna +Arianna is an ebook reader. + diff --git a/arianna.spec b/arianna.spec new file mode 100644 index 0000000..cbb8291 --- /dev/null +++ b/arianna.spec @@ -0,0 +1,73 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: arianna +Version: 23.08.0 +Release: 1mamba +Summary: KDE 5 ebook reader +Group: Graphical Desktop/Applications/Publishing +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://kde.org +Source: https://download.kde.org/stable/release-service/%{version}/src/arianna-%{version}.tar.xz +License: GPL, LGPL, BSD, MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libQt5Positioning-devel +BuildRequires: libQt5Svg-devel +BuildRequires: libQt5WebChannel-devel +BuildRequires: libQt5WebEngine-devel +BuildRequires: libQt5WebSockets-devel +BuildRequires: libX11-devel +BuildRequires: libbaloo-devel +BuildRequires: libgcc +BuildRequires: libkarchive-devel +BuildRequires: libkconfig-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libkdbusaddons-devel +BuildRequires: libkfilemetadata-devel +BuildRequires: libki18n-devel +BuildRequires: libkirigami2-devel +BuildRequires: libkwindowsystem-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 +Arianna is an ebook reader. + +%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}/arianna +%{_datadir}/applications/org.kde.arianna.desktop +%{_datadir}/icons/hicolor/scalable/apps/org.kde.arianna.svg +%{_datadir}/metainfo/org.kde.arianna.appdata.xml +%{_datadir}/qlogging-categories5/arianna.categories +%doc LICENSES + +%changelog +* Sun Aug 27 2023 Silvan Calarco 23.08.0-1mamba +- package created using the webbuild interface