diff --git a/_service b/_service new file mode 100644 index 0000000..d82a5a6 --- /dev/null +++ b/_service @@ -0,0 +1,16 @@ + + + https://github.com/zealdocs/zeal.git + git + .git + 2.7.0~git%cd.%h + enable + + + *.tar + xz + + + zeal + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..aafe614 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/zealdocs/zeal.git + 404c3aa0c7db9dd6bc64309adc15d72407e372a3 \ No newline at end of file diff --git a/zeal-0.6.1.tar.gz b/zeal-0.6.1.tar.gz deleted file mode 100644 index b889a93..0000000 --- a/zeal-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:095c08f9903071849d5c79878abd48237ce1615f16d324afff1873ab6b5f0026 -size 1063963 diff --git a/zeal-2.7.0~git20200517.404c3aa.tar.xz b/zeal-2.7.0~git20200517.404c3aa.tar.xz new file mode 100644 index 0000000..83acdd6 --- /dev/null +++ b/zeal-2.7.0~git20200517.404c3aa.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce535c86e10b19b7a095b8af6b0b1945acf5747b45c4eed07d6076d0bad0a56 +size 753836 diff --git a/zeal.changes b/zeal.changes index 9a166c5..4c8dd83 100644 --- a/zeal.changes +++ b/zeal.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon May 25 11:05:55 UTC 2020 - hpj@urpla.net + +- Update to version 2.7.0~git20200517.404c3aa: + * chore(app): update FontAwesome to v5.13.0, switch to WOFF2 fonts + * ci(github): unify configure & build steps + * fix(registry): fix page TOC + * fix(browser): add missing namespace declaration + * feat(browser): log blocked requests + * fix(browser): fix compilation with Qt version below 5.13 + * refactor(browser): improve code readability + * feat(browser): introduce centralized web settings management + * ci(github): fix Qt caching, make version configurable + * fix(browser): do not call deprecated QWebEngineProfile method +- Switch to git tree +- Use QWebEngine +- Use kf5 build macros +- relocate COPYING to %license + ------------------------------------------------------------------- Fri Jan 4 16:50:11 UTC 2019 - Jaime Marquínez Ferrándiz diff --git a/zeal.spec b/zeal.spec index 6fa3687..dc73cc3 100644 --- a/zeal.spec +++ b/zeal.spec @@ -1,7 +1,7 @@ # # spec file for package zeal # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: zeal -Version: 0.6.1 +Version: 2.7.0~git20200517.404c3aa Release: 0 Summary: Offline API documentation browser License: GPL-3.0-only Group: Development/Tools/Other -Url: https://zealdocs.org -Source0: https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://zealdocs.org +Source0: %{name}-%{version}.tar.xz # `help2man zeal > zeal.1` can't be run without X started. Source9: zeal.1 BuildRequires: cmake @@ -34,7 +34,7 @@ BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0 BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0 -BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0 +BuildRequires: pkgconfig(Qt5WebEngine) >= 5.2.0 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 BuildRequires: pkgconfig(libarchive) @@ -60,11 +60,11 @@ Zeal is an offline API documentation browser inspired by Dash %setup -q %build -%cmake -DBUILD_SHARED_LIBS:BOOL=OFF +%cmake_kf5 -d build %make_jobs %install -%cmake_install +%kf5_makeinstall -C build %suse_update_desktop_file -r org.zealdocs.Zeal Office Viewer %fdupes -s %{buildroot}%{_datadir} @@ -81,7 +81,8 @@ cp %{SOURCE9} %{buildroot}%{_mandir}/man1 %icon_theme_cache_postun %files -%doc COPYING README.md +%license COPYING +%doc README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{ext_man} %{_datadir}/applications/org.zealdocs.Zeal.desktop