diff --git a/README.md b/README.md index b8f3f12..9788620 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # falkon +Falkon is a KDE web browser. It uses QtWebEngine rendering engine. + diff --git a/falkon.spec b/falkon.spec new file mode 100644 index 0000000..2e7bb5f --- /dev/null +++ b/falkon.spec @@ -0,0 +1,112 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: falkon +Version: 22.04.2 +Release: 1mamba +Summary: A KDE web browser using the QtWebEngine rendering engine +Group: Graphical Desktop/Applications/Internet +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://kde.org +Source: https://download.kde.org/stable/release-service/%{version}/src/falkon-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libQt5Positioning-devel +BuildRequires: libQt5WebChannel-devel +BuildRequires: libQt5WebEngine-devel +BuildRequires: libQt5X11Extras-devel +BuildRequires: libX11-devel +BuildRequires: libgcc +BuildRequires: libglib-devel +BuildRequires: libgnome-keyring-devel +BuildRequires: libkarchive-devel +BuildRequires: libkcompletion-devel +BuildRequires: libkconfig-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libkcrash-devel +BuildRequires: libkio-devel +BuildRequires: libkjobwidgets-devel +BuildRequires: libkservice-devel +BuildRequires: libkwallet-devel +BuildRequires: libkwidgetsaddons-devel +BuildRequires: libkwindowsystem-devel +BuildRequires: libopenssl-devel +BuildRequires: libpurpose-devel +BuildRequires: libsolid-devel +BuildRequires: libstdc++6-devel +BuildRequires: libxcb-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtdeclarative-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: rpm-macros-kde5 +BuildRequires: extra-cmake-modules +Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description +Falkon is a KDE web browser. It uses QtWebEngine rendering engine. + +%package -n lib%{name} +Group: System/Libraries +Summary: Shared libraries for %{name} + +%description -n lib%{name} +This package contains shared libraries for %{name}. + +%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}" + +%post -n lib%{name} +/sbin/ldconfig +exit 0 + +%postun -n lib%{name} +/sbin/ldconfig +exit 0 + +%files -f %{name}5_qt.lang +%defattr(-,root,root) +%{_bindir}/falkon +%{_datadir}/applications/org.kde.falkon.desktop +%{_datadir}/metainfo/org.kde.falkon.appdata.xml +%{_datadir}/bash-completion/completions/falkon +%dir %{_datadir}/falkon +%dir %{_datadir}/falkon/themes +%dir %{_datadir}/falkon/themes/chrome +%{_datadir}/falkon/themes/chrome/* +%dir %{_datadir}/falkon/themes/linux +%{_datadir}/falkon/themes/linux/* +%dir %{_datadir}/falkon/themes/mac +%{_datadir}/falkon/themes/mac/* +%dir %{_datadir}/falkon/themes/windows +%{_datadir}/falkon/themes/windows/* +%{_datadir}/icons/hicolor/*/apps/falkon.png +%{_datadir}/icons/hicolor/scalable/apps/falkon.svg +%doc COPYING + +%files -n lib%{name} +%defattr(-,root,root) +%{_libdir}/libFalkonPrivate.so.* +%dir %{_libdir}/qt5/plugins/falkon +%{_libdir}/qt5/plugins/falkon/*.so + +%changelog +* Mon Jun 13 2022 Silvan Calarco 22.04.2-1mamba +- package created using the webbuild interface