2024-01-05 20:24:16 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: angelfish
|
2024-03-29 17:36:33 +01:00
|
|
|
Version: 24.02.1
|
2024-01-05 20:24:16 +01:00
|
|
|
Release: 1mamba
|
2024-03-29 17:36:33 +01:00
|
|
|
Summary: KDE webbrowser designed to be used in small mobile devices
|
2024-01-05 20:24:16 +01:00
|
|
|
Group: Graphical Desktop/Applications/Internet
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://kde.org
|
2024-03-29 17:36:33 +01:00
|
|
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/angelfish-%{version}.tar.xz
|
2024-01-05 20:24:16 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
2024-03-29 17:36:33 +01:00
|
|
|
BuildRequires: libfuturesql-qt6-devel
|
2024-01-05 20:24:16 +01:00
|
|
|
BuildRequires: libgcc
|
2024-03-29 17:36:33 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libkf6-kconfig-devel
|
|
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
|
|
|
BuildRequires: libkf6-kdbusaddons-devel
|
|
|
|
BuildRequires: libkf6-ki18n-devel
|
|
|
|
BuildRequires: libkf6-knotifications-devel
|
|
|
|
BuildRequires: libkf6-kwindowsystem-devel
|
|
|
|
BuildRequires: libqcoro-qt6-devel
|
2024-01-05 20:24:16 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-03-29 17:36:33 +01:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
|
|
BuildRequires: qt6-qtdeclarative-devel
|
|
|
|
BuildRequires: qt6-qtpositioning-devel
|
|
|
|
BuildRequires: qt6-qtsvg-devel
|
|
|
|
BuildRequires: qt6-qtwebchannel-devel
|
|
|
|
BuildRequires: qt6-qtwebengine-devel
|
2024-01-05 20:24:16 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
2024-03-29 17:36:33 +01:00
|
|
|
BuildRequires: kf6-rpm-macros
|
2024-01-05 20:24:16 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
|
|
|
%description
|
|
|
|
Angelfish is a webbrowser designed to
|
|
|
|
- be used on small mobile devices,
|
|
|
|
- integrate well in Plasma workspaces
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-03-29 17:36:33 +01:00
|
|
|
%cmake_kf6
|
|
|
|
%cmake_build
|
2024-01-05 20:24:16 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-29 17:36:33 +01:00
|
|
|
%cmake_install
|
2024-01-05 20:24:16 +01:00
|
|
|
|
2024-03-29 17:36:33 +01:00
|
|
|
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
2024-01-05 20:24:16 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-03-29 17:36:33 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-05 20:24:16 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/angelfish
|
|
|
|
%{_bindir}/angelfish-webapp
|
|
|
|
%{_datadir}/applications/org.kde.angelfish.desktop
|
|
|
|
%{_datadir}/config.kcfg/angelfishsettings.kcfg
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.kde.angelfish.svg
|
2024-03-29 17:36:33 +01:00
|
|
|
%{_datadir}/knotifications6/angelfish.notifyrc
|
2024-01-05 20:24:16 +01:00
|
|
|
%{_datadir}/metainfo/org.kde.angelfish.metainfo.xml
|
|
|
|
%doc LICENSES
|
|
|
|
|
|
|
|
%changelog
|
2024-03-29 17:36:33 +01:00
|
|
|
* Sat Mar 23 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 03 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 24.01.95-1mamba
|
2024-02-24 15:30:43 +01:00
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:24:18 +01:00
|
|
|
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:24:18 +01:00
|
|
|
* Thu Nov 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:24:17 +01:00
|
|
|
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:24:17 +01:00
|
|
|
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:24:16 +01:00
|
|
|
* Sun Aug 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.0-1mamba
|
|
|
|
- package created using the webbuild interface
|