diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-01-15 21:15:07 -0800 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-01-15 21:15:07 -0800 |
| commit | b05f4e3afa593a05c2d0be9d3a99fe11faff533e (patch) | |
| tree | d4e64e3c089aa47a53fcdcc9367640ebb2ab094d /PKGBUILD | |
| parent | Rebuild for toxcore | Typos (diff) | |
| download | qtox-b05f4e3afa593a05c2d0be9d3a99fe11faff533e.tar.xz | |
Disabled GTK systray support.
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 } |
