Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7eac9df0c4 | ||
|
|
6d549305b5 | ||
|
|
a96df4465b | ||
|
|
60ac18c3b7 | ||
|
|
3262b9c0df | ||
|
|
b92bd39650 | ||
|
|
ebc95b5dd1 | ||
|
|
efb5a1441b |
6 changed files with 26 additions and 27 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -5,6 +5,3 @@
|
|||
/zeal-1cfa7c6.tar.gz
|
||||
/zeal-0.7.0.tar.gz
|
||||
/zeal-0.7.1.tar.gz
|
||||
/zeal-0.7.2.tar.gz
|
||||
/zeal-0.8.0.tar.gz
|
||||
/zeal-0.8.1.tar.gz
|
||||
|
|
|
|||
13
0001-apply-websettings.patch
Normal file
13
0001-apply-websettings.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/src/libs/ui/mainwindow.cpp b/src/libs/ui/mainwindow.cpp
|
||||
index d217c54..56ce048 100644
|
||||
--- a/src/libs/ui/mainwindow.cpp
|
||||
+++ b/src/libs/ui/mainwindow.cpp
|
||||
@@ -194,7 +194,7 @@ MainWindow::MainWindow(Core::Application *app, QWidget *parent)
|
||||
ui->splitter->restoreState(m_settings->verticalSplitterGeometry);
|
||||
|
||||
// Setup web settings.
|
||||
- auto webSettings = new Browser::Settings(m_settings, this);
|
||||
+ new Browser::Settings(m_settings, this);
|
||||
|
||||
// Setup web bridge.
|
||||
m_webBridge = new Browser::WebBridge(this);
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.15.2.post1.dev4+g26d226709.
|
||||
16
packit.yaml
16
packit.yaml
|
|
@ -1,16 +0,0 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
copy_upstream_release_description: false
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers: ['packit']
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (zeal-0.8.1.tar.gz) = fcca8b5e84801bbbab43832d60347bb3d17f3e83d35893cedd3f3ca98588ea7b91fad8c9602edd96bebaa56ceedbc2146f48b3c394b69e5028a200162ee2787c
|
||||
SHA512 (zeal-0.7.1.tar.gz) = 8d831aaf4d43e55c60b065beda59e7f8377c4aa778f22e4ddc81d025eeb2d90abe6ffd4e26918a61db374b97ba1236a41b55bce8916b22f55f7394fb266d7543
|
||||
|
|
|
|||
14
zeal.spec
14
zeal.spec
|
|
@ -1,13 +1,21 @@
|
|||
%global debug_package %{nil}
|
||||
|
||||
Name: zeal
|
||||
Version: 0.8.1
|
||||
Version: 0.7.1
|
||||
Release: %autorelease
|
||||
Summary: Offline documentation browser inspired by Dash
|
||||
|
||||
License: GPL-3.0-or-later
|
||||
License: GPLv3+
|
||||
URL: https://zealdocs.org/
|
||||
Source: https://github.com/zealdocs/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: 0001-apply-websettings.patch
|
||||
|
||||
ExclusiveArch: %{qt6_qtwebengine_arches}
|
||||
# We should use %%qt6_qtwebengine_arches provided by qt6-srpm-macros
|
||||
# but one of our dependency qt6-qtwebengine is available only
|
||||
# for aarch64 and x86_64.
|
||||
# BZ for the macro: https://bugzilla.redhat.com/show_bug.cgi?id=2215703
|
||||
# Ticket about the arch supoort: https://bugreports.qt.io/browse/QTBUG-102143
|
||||
ExclusiveArch: aarch64 x86_64
|
||||
|
||||
BuildRequires: cmake(Qt6Core) >= 6.2.0
|
||||
BuildRequires: cmake(Qt6Gui)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue