okular: update to 20.04.0

[ci skip]
This commit is contained in:
John 2020-03-23 12:42:53 +01:00 committed by John
parent 1e79a7270f
commit 6a3ed3b906
No known key found for this signature in database
GPG key ID: 5FDE97AF468A09B7
2 changed files with 3 additions and 30 deletions

View file

@ -1,27 +0,0 @@
From 6a93a033b4f9248b3cd4d04689b8391df754e244 Mon Sep 17 00:00:00 2001
From: Albert Astals Cid <aacid@kde.org>
Date: Tue, 10 Mar 2020 23:07:24 +0100
Subject: [PATCH] Document::processAction: If the url points to a binary, don't
run it
---
core/document.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git core/document.cpp core/document.cpp
index 3215a1abc..0aa5b6980 100644
--- core/document.cpp
+++ core/document.cpp
@@ -4388,7 +4388,8 @@ void Document::processAction( const Action * action )
{
const QUrl realUrl = KIO::upUrl(d->m_url).resolved(url);
// KRun autodeletes
- new KRun( realUrl, d->m_widget );
+ KRun *r = new KRun( realUrl, d->m_widget );
+ r->setRunExecutables(false);
}
}
} break;
--
2.24.1

View file

@ -1,7 +1,7 @@
# Template file for 'okular'
pkgname=okular
version=19.12.3
revision=2
version=20.04.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config gettext kcoreaddons"
makedepends="discount-devel djvulibre-devel ebook-tools-devel khtml-devel
@ -14,7 +14,7 @@ maintainer="John <johnz@posteo.net>"
license="GPL-2.0-only"
homepage="https://www.kde.org/applications/graphics/okular/"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
checksum=c5de22cc4292e3b7adae3f6ef6566dcba33a1dd5995fb0b968ea3e705a4c04e0
checksum=1b6521b4eaa0a0eb41a39c3f84252d9833f6d26fa410afaef815ec661737dfe7
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools kdoctools kconfig"