diff options
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |