SHA256
1
0
forked from pool/angelfish
Christophe Marin
2023-03-20 08:51:19 +00:00
committed by Git OBS Bridge
commit ef02fa57e5
7 changed files with 155 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7dbcee4979d742827be8a87d8d17debeb412b862ee90d66e33edf1780e80492b
size 242728

View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmQUHMsACgkQOmpNuDnq
ptfJpw//SiGKfsNi9aW6nmv1K06gK8jIeUbuchu2eB95ZKpxqwSXoxsQ3OXx0cRL
FpVKOs9O9fdKmwSI4ht26+fVjCfBCm7znix0GVEsLbxcBJdzcZcOArq53eJKXNNJ
IvZrTy5Qn3kEI10ELq0kZrzk+xP+G2HT3gmJi6ItYYofpubrUPaF1d76WfCNjLrU
7fHEd5tZYZm2kQa+xdLAc7BT2ri4Y7VDb5vFyhEPkf4HjqO9UjfrZ19LoPOIqqDg
eHXspfD3gIeDuEZ80Vi4/Q0hDNS5XkxArdkANazF3epILQ1yxsTXVD9xMSLzzPj9
PhqJ7r0m6EElJG/qgOsCyn0ucpR3HoG+hOkml0Qyq91qMyuJ9Bw+65+Btn0178Jk
K8eMCB2uSlvClXm1ZWYDBJCrdPbEBK5dSrJGPNJCtjUgZFcy5e4ptuThUZUjVj2p
L92REIbuuzv6xL+8Qr/6/8ap7tZsxGJqr4E2x+zODa1FbcxN4OV2nqlZN4KfBIiy
Cyi6+Fkg60ye/TrG3qYq70ZIBDUGjFLfo/IykX01S+6KqyyYmb+ngA1APisycxmU
b8w9aSmHi2NE7GHUfK+Iwko3AunSQgZNcjD/ulRta5KBt/YeEwjo3sSOQ8RfUBma
peq5f91HhEaDuHwk/UhW1JIL1Wx+DPO/rZ14r1FQzM/nSMoZkig=
=rZCT
-----END PGP SIGNATURE-----

10
angelfish.changes Normal file
View File

@@ -0,0 +1,10 @@
-------------------------------------------------------------------
Sat Mar 18 20:18:28 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 23.03.80
* New feature release
-------------------------------------------------------------------
Tue Mar 2 16:42:59 UTC 2021 - Andrés B.S. <andresbs@opensuse.org>
- Name change

102
angelfish.spec Normal file
View File

@@ -0,0 +1,102 @@
#
# spec file for package angelfish
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%bcond_without released
Name: angelfish
Version: 23.03.80
Release: 0
Summary: Mobile web browser
License: GPL-2.0-or-later
URL: https://apps.kde.org/angelfish
Source0: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
%if 0%{?suse_version} == 1500
BuildRequires: gcc10-c++
BuildRequires: gcc10-PIE
%endif
BuildRequires: hicolor-icon-theme
# Cargo is only needed if Corrosion is present
# BuildRequires: cmake(Corrosion)
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(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5Sql)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5WebEngine)
BuildRequires: cmake(Qt5Widgets)
Requires: kirigami2
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
%description
Angelfish is a mobile web browser. It supports typical browser features, such
as bookmarks, history and tabs.
%prep
%autosetup -p1
%lang_package
%build
%if 0%{?suse_version} == 1500
export CXX=g++-10
%endif
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%{kf5_post_install}
%fdupes %{buildroot}
%find_lang %{name} --all-name
%files
%doc README.md
%license LICENSES/*
%{_kf5_applicationsdir}/org.kde.angelfish.desktop
%{_kf5_appstreamdir}/org.kde.angelfish.metainfo.xml
%{_kf5_bindir}/angelfish
%{_kf5_bindir}/angelfish-webapp
%{_kf5_configkcfgdir}/angelfishsettings.kcfg
%{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.angelfish.svg
%{_kf5_notifydir}/angelfish.notifyrc
%files lang -f %{name}.lang
%changelog

BIN
applications.keyring Normal file

Binary file not shown.