Skip to content
Snippets Groups Projects
Verified Commit 93a74e62 authored by Rasmus Thomsen's avatar Rasmus Thomsen
Browse files

community/falkon: don't download patch from GitHub

apparently the checksum isn't stable
parent d374d002
No related branches found
No related tags found
1 merge request!11958community/rclone: upgrade to 1.52.3
From 5eedcb5b44da4895cf5a729d3e0a0dc2f5b45394 Mon Sep 17 00:00:00 2001
From: Laurent Montel <montel@kde.org>
Date: Mon, 2 Dec 2019 13:30:36 +0100
Subject: [PATCH] Add missing include in last qt5.14
(cherry picked from commit bbde5c6955c43bc744ed2c4024598495de908f2a)
---
src/plugins/VerticalTabs/verticaltabsplugin.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/plugins/VerticalTabs/verticaltabsplugin.cpp b/src/plugins/VerticalTabs/verticaltabsplugin.cpp
index 732092544..44cb57e35 100644
--- a/src/plugins/VerticalTabs/verticaltabsplugin.cpp
+++ b/src/plugins/VerticalTabs/verticaltabsplugin.cpp
@@ -31,6 +31,7 @@
#include "desktopfile.h"
#include <QSettings>
+#include <QFile>
VerticalTabsPlugin::VerticalTabsPlugin()
: QObject()
......@@ -15,7 +15,7 @@ makedepends="cmake python3 qt5-qtbase-dev extra-cmake-modules qt5-qtdeclarative-
checkdepends="xvfb-run"
subpackages="$pkgname-lang $pkgname-bash-completion:bashcomp:noarch"
source="https://download.kde.org/stable/falkon/${pkgver%.*}/falkon-$pkgver.tar.xz
fix-build-qt-5.14.patch::https://github.com/KDE/falkon/commit/5eedcb5b44da4895cf5a729d3e0a0dc2f5b45394.patch
5eedcb5b44da4895cf5a729d3e0a0dc2f5b45394.patch
execinfo_h.patch
fix-qt5.15-build.patch"
......@@ -53,6 +53,6 @@ bashcomp() {
}
sha512sums="c04f97869150b8ab81ae7b01c7137e35ca5c3103c057e01896454bbeda1075372a7831d2dfe7ab66794de0983593df6e46eff47c5cdc2bc959f81b022506f054 falkon-3.1.0.tar.xz
9ac674e0063574a2117ed81d7209c8bdfd605c39e6eca0dcb2882b5323ff24ae49240837b9aaefea97ac894a7d4becfd1a972e3258bee593da28a471fa7bb2c4 fix-build-qt-5.14.patch
9ac674e0063574a2117ed81d7209c8bdfd605c39e6eca0dcb2882b5323ff24ae49240837b9aaefea97ac894a7d4becfd1a972e3258bee593da28a471fa7bb2c4 5eedcb5b44da4895cf5a729d3e0a0dc2f5b45394.patch
5492b986b8f2156fe8a7af7382c54a82efdc8ccafd5f56a545de8f76d4fb5d4427e75f1387a36d1def3a7667ad44eae75a99580afcacde8b9ab83367cfb75077 execinfo_h.patch
a1e6c79985b1416e5b4b7fba520d4764bec93828f7ae978d8238bf0a814d34d5c9cf1832f548b9616bed7a77fb7b11d476a84f1c9505e9335bd8af4077ffd860 fix-qt5.15-build.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment