summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Hasting2020-01-22 11:08:21 -0500
committerDan Hasting2020-01-22 11:08:21 -0500
commit1c72c4b479dffb1481671c3bc26dadbc44d2c31f (patch)
tree360a8c7a118d8b155223e64a108d1e072c60c387 /PKGBUILD
parent637bd02bbea62a296c78da47b1095d8b04e14f7a (diff)
downloadaur-1c72c4b479dffb1481671c3bc26dadbc44d2c31f.tar.gz
Patch for Qt 5.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be03d88b3e6c..9971a7d3b09f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=kdocker
pkgver=5.2
-pkgrel=1
+pkgrel=2
pkgdesc="An application to help you dock any application into the system tray"
arch=('i686' 'x86_64')
url="https://github.com/user-none/KDocker"
@@ -12,6 +12,8 @@ sha256sums=('ffcb11ac0cf50ae80a35e000b7a7470259e624511d1281579386a9cb68935cba')
build() {
cd "$srcdir/KDocker-$pkgver"
+ patch --forward --strip=1 --input="../../qt_514_build_fix.patch" src/trayitem.h
+
qmake-qt5
make
}