summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-01-15 21:15:07 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-01-15 21:15:07 -0800
commitb05f4e3afa593a05c2d0be9d3a99fe11faff533e (patch)
treed4e64e3c089aa47a53fcdcc9367640ebb2ab094d
parentRebuild for toxcore | Typos (diff)
downloadqtox-b05f4e3afa593a05c2d0be9d3a99fe11faff533e.tar.xz
Disabled GTK systray support.
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e48247..0fd0e65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=qtox
_pkgname=qTox
pkgver=1.16.3
-pkgrel=6
+pkgrel=7
_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines'
arch=('x86_64')
@@ -63,7 +63,8 @@ build() {
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DGIT_VERSION=$_gitver \
-DGIT_DESCRIBE=v$pkgver \
- -DSMILEYS=DISABLED
+ -DSMILEYS=DISABLED \
+ -DENABLE_GTK_SYSTRAY=False
make
}