summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-02-07 02:18:09 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-02-07 02:18:09 -0800
commitcdfbf872bf2d6b1a9507ba2305c1de3400491bf3 (patch)
treed7998742b67df4db92b7adab57050e14056ee82a
parentUpdated to 1.17.3 (diff)
downloadqtox-cdfbf872bf2d6b1a9507ba2305c1de3400491bf3.tar.xz
Rebuild with notification support
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d05f4f..4d904d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=qtox
_pkgname=qTox
pkgver=1.17.3
-pkgrel=1
+pkgrel=2
_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
pkgdesc='a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol'
arch=('x86_64' 'aarch64')
@@ -26,6 +26,7 @@ depends=('desktop-file-utils'
'sqlcipher'
'libexif'
'toxcore'
+ 'snorenotify'
'sonnet'
'libgl')
makedepends=('qt5-tools' 'check' 'cmake' 'mesa' 'libglvnd')
@@ -60,6 +61,7 @@ build() {
export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=4"
export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=4"
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+ -DDESKTOP_NOTIFICATIONS=ON \
-DGIT_VERSION=$_gitver \
-DGIT_DESCRIBE=v$pkgver \
-DSMILEYS=DISABLED