Compare commits

..

3 commits

Author SHA1 Message Date
Alessandro Astone
a72feabf3c 23.08.5 2024-02-16 00:34:33 +01:00
Marc Deop i Argemí
6b5ff36c34
23.08.4 2023-12-17 20:10:40 +01:00
Marc Deop i Argemí
d5c51741b1
23.08.3 2023-11-14 23:19:24 +01:00
3 changed files with 66 additions and 280 deletions

40
.gitignore vendored
View file

@ -1,4 +1,3 @@
/adblock-0.8.0-vendor.tar.xz
/angelfish-21.12.tar.xz
/angelfish-22.02.tar.xz
/angelfish-22.04.tar.xz
@ -15,39 +14,6 @@
/angelfish-23.04.3.tar.xz
/angelfish-23.08.1.tar.xz
/angelfish-23.08.2.tar.xz
/angelfish-24.01.75.tar.xz
/angelfish-24.01.80.tar.xz
/angelfish-24.01.85.tar.xz
/angelfish-24.01.90.tar.xz
/angelfish-24.01.95.tar.xz
/angelfish-24.02.0.tar.xz
/angelfish-24.02.1.tar.xz
/angelfish-24.02.2.tar.xz
/angelfish-24.05.0.tar.xz
/angelfish-24.05.1.tar.xz
/angelfish-24.05.2.tar.xz
/angelfish-24.08.0.tar.xz
/angelfish-24.08.1.tar.xz
/angelfish-24.08.2.tar.xz
/angelfish-24.08.3.tar.xz
/angelfish-24.11.80.tar.xz
/angelfish-24.11.90.tar.xz
/angelfish-24.12.0.tar.xz
/angelfish-24.12.1.tar.xz
/angelfish-24.12.2.tar.xz
/angelfish-24.12.3.tar.xz
/angelfish-25.03.80.tar.xz
/angelfish-25.04.0.tar.xz
/angelfish-25.04.1.tar.xz
/angelfish-25.04.2.tar.xz
/angelfish-25.04.3.tar.xz
/angelfish-25.07.80.tar.xz
/angelfish-25.07.90.tar.xz
/angelfish-25.08.0.tar.xz
/angelfish-25.08.1.tar.xz
/angelfish-25.08.2.tar.xz
/angelfish-25.08.3.tar.xz
/angelfish-25.11.80.tar.xz
/angelfish-25.11.90.tar.xz
/angelfish-25.12.0.tar.xz
/angelfish-25.12.1.tar.xz
/angelfish-23.08.3.tar.xz
/angelfish-23.08.4.tar.xz
/angelfish-23.08.5.tar.xz

View file

@ -1,27 +1,22 @@
# adblock requires rust and corrosion
%bcond adblock 1
Name: angelfish
Version: 25.12.1
Release: 2%{?dist}
Version: 23.08.5
Release: 1%{?dist}
Summary: Plasma Mobile minimal web browser
# Cargo license summary:
# MIT
# MIT OR Apache-2.0
# MIT OR Apache-2.0 OR Zlib
# MPL-2.0
# Unlicense OR MIT
# Zlib OR Apache-2.0 OR MIT
# Automatically converted from old format: MIT and GPLv2+ and LGPLv2 and LGPLv2+ AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) - review is highly recommended.
License: MIT AND GPL-2.0-or-later AND LGPL-2.0-only AND LGPL-2.0-or-later AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
License: MIT and GPLv2+ and LGPLv2 and LGPLv2+
# For a breakdown of the licensing, see PACKAGE-LICENSING
URL: https://invent.kde.org/network/%{name}
Source0: https://download.kde.org/%{stable_kf6}/release-service/%{version}/src/%{name}-%{version}.tar.xz
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: https://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz
%{?qt6_qtwebengine_arches:ExclusiveArch: %{qt6_qtwebengine_arches}}
%{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}}
BuildRequires: appstream
BuildRequires: cmake
@ -29,262 +24,87 @@ BuildRequires: desktop-file-utils
BuildRequires: extra-cmake-modules
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: kf6-rpm-macros
BuildRequires: kf5-rpm-macros
BuildRequires: libappstream-glib
BuildRequires: cmake(FutureSQL6)
BuildRequires: cmake(KF6Crash)
BuildRequires: cmake(KF6Config)
BuildRequires: cmake(KF6CoreAddons)
BuildRequires: cmake(KF6DBusAddons)
BuildRequires: cmake(KF6I18n)
BuildRequires: cmake(KF6Kirigami)
BuildRequires: cmake(KF6KirigamiAddons)
BuildRequires: cmake(KF6Notifications)
BuildRequires: cmake(KF6Purpose)
BuildRequires: cmake(KF6QQC2DesktopStyle)
BuildRequires: cmake(KF6WindowSystem)
BuildRequires: cmake(QCoro6Core)
BuildRequires: cmake(QCoro6Quick)
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Gui)
BuildRequires: cmake(Qt6Quick)
BuildRequires: cmake(Qt6QuickControls2)
BuildRequires: cmake(Qt6Sql)
BuildRequires: cmake(Qt6Svg)
BuildRequires: cmake(Qt6Test)
BuildRequires: cmake(Qt6WebEngineCore)
BuildRequires: cmake(Qt6WebEngineQuick)
BuildRequires: cmake(Qt6Widgets)
BuildRequires: cmake(Qt6QmlPrivate)
BuildRequires: cmake(Qt6CorePrivate)
%if %{with adblock}
BuildRequires: cmake(Corrosion)
BuildRequires: rust-packaging
%endif
BuildRequires: cmake(FutureSQL5)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Kirigami2)
BuildRequires: cmake(KF5KirigamiAddons)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5Purpose)
BuildRequires: cmake(KF5QQC2DesktopStyle)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(QCoro5Core)
BuildRequires: cmake(QCoro5Quick)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Feedback)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Keychain)
BuildRequires: cmake(Qt5Multimedia)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5WebEngine)
BuildRequires: cmake(Qt5WebSockets)
BuildRequires: cmake(Qt5Widgets)
Requires: hicolor-icon-theme
# QML module dependencies
Requires: kf6-kirigami%{?_isa}
Requires: kf6-kirigami-addons%{?_isa}
Requires: kf6-purpose%{?_isa}
Requires: kf6-qqc2-desktop-style%{?_isa}
Requires: qt6-qt5compat%{?_isa}
Requires: qt6-qtwayland%{?_isa}
Requires: qt6-qtwebengine%{?_isa}
Requires: kf5-kirigami2%{?_isa}
Requires: kf5-kirigami2-addons%{?_isa}
Requires: kf5-purpose%{?_isa}
Requires: qt5-qtfeedback%{?_isa}
Requires: qt5-qtgraphicaleffects%{?_isa}
Requires: qt5-qtquickcontrols2%{?_isa}
Requires: qt5-qtwayland%{?_isa}
Requires: qt5-qtwebengine%{?_isa}
%description
Web browser for mobile devices with Plasma integration
%prep
%autosetup -n %{name}-%{version} -p1
%if %{with adblock}
%cargo_prep
%endif
%if %{with adblock}
%generate_buildrequires
%cargo_generate_buildrequires
%endif
%autosetup -n %{name}-%{version}
%build
%cmake_kf6
%cmake_kf5
%cmake_build
%if %{with adblock}
# Rust dependency handling
%cargo_license_summary
%{cargo_license} > LICENSE.dependencies
%endif
%install
%cmake_install
%find_lang %{name}
%check
desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{name}.metainfo.xml
desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.metainfo.xml
%files -f %{name}.lang
%license LICENSES/{MIT,GPL-2.0-or-later,LGPL-2.0-only,LGPL-2.0-or-later}.txt
%if %{with adblock}
%license LICENSE.dependencies
%endif
%doc README.md
%{_kf6_bindir}/%{name}
%{_kf6_bindir}/%{name}-webapp
%{_kf5_bindir}/%{name}
%{_kf5_bindir}/%{name}-webapp
%{_kf6_datadir}/applications/org.kde.%{name}.desktop
%{_kf6_datadir}/config.kcfg/%{name}settings.kcfg
%{_kf6_datadir}/icons/hicolor/scalable/apps/org.kde.%{name}.svg
%{_kf6_datadir}/knotifications6/%{name}.notifyrc
%{_kf5_datadir}/applications/org.kde.%{name}.desktop
%{_kf5_datadir}/config.kcfg/%{name}settings.kcfg
%{_kf5_datadir}/icons/hicolor/scalable/apps/org.kde.%{name}.svg
%{_kf5_datadir}/knotifications5/%{name}.notifyrc
%{_kf6_metainfodir}/org.kde.%{name}.metainfo.xml
%{_kf5_metainfodir}/org.kde.%{name}.metainfo.xml
%changelog
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 25.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Thu Feb 15 2024 Alessandro Astone <ales.astone@gmail.com> - 23.08.5-1
- 23.08.5
* Wed Jan 07 2026 farchord@gmail.com - 25.12.1-1
- 25.12.1
* Sun Dec 17 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.4-1
- 23.08.4
* Sat Dec 06 2025 Steve Cossette <farchord@gmail.com> - 25.12.0-1
- 25.12.0
* Fri Nov 28 2025 Steve Cossette <farchord@gmail.com> - 25.11.90-1
- 25.11.90
* Sat Nov 15 2025 Steve Cossette <farchord@gmail.com> - 25.11.80-1
- 25.11.80
* Tue Nov 04 2025 Steve Cossette <farchord@gmail.com> - 25.08.3-1
- 25.08.3
* Wed Oct 08 2025 Steve Cossette <farchord@gmail.com> - 25.08.2-1
- 25.08.2
* Sun Sep 21 2025 Steve Cossette <farchord@gmail.com> - 25.08.1-1
- 25.08.1
* Fri Aug 08 2025 Steve Cossette <farchord@gmail.com> - 25.08.0-1
- 25.08.0
* Fri Jul 25 2025 Steve Cossette <farchord@gmail.com> - 25.07.90-1
- 25.07.90
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 25.07.80-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jul 11 2025 Steve Cossette <farchord@gmail.com> - 25.07.80-1
- 25.07.80
* Thu Jul 03 2025 Steve Cossette <farchord@gmail.com> - 25.04.3-1
- 25.04.3
* Wed Jun 04 2025 Steve Cossette <farchord@gmail.com> - 25.04.2-1
- 25.04.2
* Wed May 14 2025 Steve Cossette <farchord@gmail.com> - 25.04.1-1
- 25.04.1
* Mon Apr 14 2025 Jan Grulich <jgrulich@redhat.com> - 25.04.0-2
- Rebuild (qt6)
* Sat Apr 12 2025 Steve Cossette <farchord@gmail.com> - 25.04.0-1
- 25.04.0
* Tue Mar 25 2025 Jan Grulich <jgrulich@redhat.com> - 25.03.80-2
- Rebuild (qt6)
* Thu Mar 20 2025 Steve Cossette <farchord@gmail.com> - 25.03.80-1
- 25.03.80 (Beta)
* Tue Mar 04 2025 Steve Cossette <farchord@gmail.com> - 24.12.3-1
- 24.12.3
* Fri Feb 21 2025 Steve Cossette <farchord@gmail.com> - 24.12.2-2
- Rebuild for ppc64le enablement
* Wed Feb 05 2025 Steve Cossette <farchord@gmail.com> - 24.12.2-1
- 24.12.2
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 24.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Tue Jan 07 2025 Steve Cossette <farchord@gmail.com> - 24.12.1-1
- 24.12.1
* Sat Dec 07 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.12.0-1
- 24.12.0
* Fri Nov 29 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.11.90-1
- 24.11.90
* Fri Nov 15 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.11.80-1
- 24.11.80
* Tue Nov 05 2024 Steve Cossette <farchord@gmail.com> - 24.08.3-1
- 24.08.3
* Mon Oct 14 2024 Jan Grulich <jgrulich@redhat.com> - 24.08.2-2
- Rebuild (qt6)
* Tue Oct 08 2024 Steve Cossette <farchord@gmail.com> - 24.08.2-1
- 24.08.2
* Wed Sep 25 2024 Alessandro Astone <ales.astone@gmail.com> - 24.08.1-1
- 24.08.1
* Thu Aug 22 2024 Steve Cossette <farchord@gmail.com> - 24.08.0-1
- 24.08.0
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.05.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Jul 07 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.2-1
- 24.05.2
* Fri Jun 14 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.1-1
- 24.05.1
* Thu May 23 2024 Alessandro Astone <ales.astone@gmail.com> - 24.05.0-2
- Respin tarball with stable release
* Fri May 17 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.05.0-1
- 24.05.0
* Fri Apr 12 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.2-1
- 24.02.2
* Thu Apr 04 2024 Jan Grulich <jgrulich@redhat.com> - 24.02.1-3
- Rebuild (qt6)
* Thu Apr 04 2024 Jan Grulich <jgrulich@redhat.com> - 24.02.1-2
- Rebuild (qt6)
* Fri Mar 29 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.1-1
- 24.02.1
* Thu Mar 28 2024 Neal Gompa <ngompa@fedoraproject.org> - 24.02.0-3
- Add adblock build conditional back
* Tue Mar 26 2024 Steve Cossette <farchord@gmail.com> - 24.02.0-2
- Switching from vendored adblock to fedora package
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.02.0-1
- 24.02.0
* Fri Feb 16 2024 Jan Grulich <jgrulich@redhat.com> - 24.01.95-3
- Rebuild (qt6)
* Mon Feb 05 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 24.01.95-2
- Enable adblock
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.01.95-1
- 24.01.95
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.01.90-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.01.90-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jan 11 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 24.01.90-1
- 24.01.90
* Sat Dec 23 2023 ales.astone@gmail.com - 24.01.85-1
- 24.01.85
* Sun Dec 03 2023 Yaakov Selkowitz <yselkowitz@fedoraproject.org> - 24.01.80-1
- 24.01.80
* Wed Nov 29 2023 Jan Grulich <jgrulich@redhat.com> - 24.01.75-2
- Rebuild (qt6)
* Thu Nov 23 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 24.01.75-1
- 24.01.75
* Tue Nov 14 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.3-1
- 23.08.3
* Thu Oct 12 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.2-1
- 23.08.2

View file

@ -1 +1 @@
SHA512 (angelfish-25.12.1.tar.xz) = 640c224b3017c2e951bc5bd3952b50a338712fb93c1ce108fd269d2333a8557dd1dd7e62d40bb12e8dc116bf217a4b8e1e57475783e23d2b69babf6902bae729
SHA512 (angelfish-23.08.5.tar.xz) = 1bdcbc879c194a7d7a918fa4110a34f4d36c352a2c996637dc5912d1f91287fcd6b819f9a6387e729b10fed173431b80fd146974851b7039ecd86737121d2518