aboutsummaryrefslogtreecommitdiff
path: root/community/falkon
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-13 04:28:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-13 04:28:53 -0300
commit5e267b1eb493c72387cb22f6dfedc3b4b03bfab3 (patch)
tree1f924791acbe29c77db1f033235e6cf8124100ee /community/falkon
parentcc24613ff5dbaa6b6542fc488b32aa940c309200 (diff)
downloadalpine_aports-5e267b1eb493c72387cb22f6dfedc3b4b03bfab3.tar.bz2
alpine_aports-5e267b1eb493c72387cb22f6dfedc3b4b03bfab3.tar.xz
alpine_aports-5e267b1eb493c72387cb22f6dfedc3b4b03bfab3.zip
community/falkon: fix build with qt5.14
Diffstat (limited to 'community/falkon')
-rw-r--r--community/falkon/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/falkon/APKBUILD b/community/falkon/APKBUILD
index a0dc3d307e..837069249b 100644
--- a/community/falkon/APKBUILD
+++ b/community/falkon/APKBUILD
@@ -14,6 +14,7 @@ makedepends="cmake python3 qt5-qtbase-dev extra-cmake-modules qt5-qtdeclarative-
14checkdepends="xvfb-run" 14checkdepends="xvfb-run"
15subpackages="$pkgname-lang $pkgname-bash-completion:bashcomp:noarch" 15subpackages="$pkgname-lang $pkgname-bash-completion:bashcomp:noarch"
16source="https://download.kde.org/stable/falkon/3.1/falkon-$pkgver.tar.xz 16source="https://download.kde.org/stable/falkon/3.1/falkon-$pkgver.tar.xz
17 fix-build-qt-5.14.patch::https://cgit.kde.org/falkon.git/patch/?id=bbde5c69
17 execinfo_h.patch" 18 execinfo_h.patch"
18 19
19build() { 20build() {
@@ -50,4 +51,5 @@ bashcomp() {
50} 51}
51 52
52sha512sums="c04f97869150b8ab81ae7b01c7137e35ca5c3103c057e01896454bbeda1075372a7831d2dfe7ab66794de0983593df6e46eff47c5cdc2bc959f81b022506f054 falkon-3.1.0.tar.xz 53sha512sums="c04f97869150b8ab81ae7b01c7137e35ca5c3103c057e01896454bbeda1075372a7831d2dfe7ab66794de0983593df6e46eff47c5cdc2bc959f81b022506f054 falkon-3.1.0.tar.xz
546a293ce4d659f5b9e51a372f2d4eafd439513fb14443db52afe51b4b7ccb22fad988b72b2ad9f42004e24ecd845038b51daec7b803dcd30b359c719d0d17c55e fix-build-qt-5.14.patch
535492b986b8f2156fe8a7af7382c54a82efdc8ccafd5f56a545de8f76d4fb5d4427e75f1387a36d1def3a7667ad44eae75a99580afcacde8b9ab83367cfb75077 execinfo_h.patch" 555492b986b8f2156fe8a7af7382c54a82efdc8ccafd5f56a545de8f76d4fb5d4427e75f1387a36d1def3a7667ad44eae75a99580afcacde8b9ab83367cfb75077 execinfo_h.patch"