summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStanislav N. aka pztrn2019-06-26 14:24:06 +0500
committerStanislav N. aka pztrn2019-06-26 14:24:06 +0500
commit7831ac890bf4e76fcaf5300ba3eddab981f52f2a (patch)
tree9e62c2fab9fc1669059d9c561803391bb7f0a4c3 /PKGBUILD
parent25b35443dcd774ea60fb3e27d785f2817e525600 (diff)
downloadaur-webissues-client.tar.gz
Added patch to remove QPallete definition at issue dialogs, fixes dark themes LnF.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04a98a606fe7..106ab207c903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=webissues-client
pkgver=1.1.5
-pkgrel=2
+pkgrel=3
pkgdesc="An open source, multi-platform system for issue tracking and team collaboration."
arch=("x86_64")
url="http://webissues.mimec.org/"
@@ -17,6 +17,8 @@ sha256sums=("7781b26ffefb6fcd05acc7d0b6a02ec237007496d85eb78b185701c245fca895")
build() {
cd "$srcdir/$pkgname-$pkgver"
+ patch --forward --strip=1 --input="../../remove-qpallete-from-issues-dialogs.patch"
+
./configure -prefix /usr -destdir "$pkgdir" -system-sqlite
make
}