[arch-commits] Commit in qtox/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Fri Feb 5 01:09:32 UTC 2021


    Date: Friday, February 5, 2021 @ 01:09:31
  Author: farseerfc
Revision: 845672

upgpkg: qtox 1.17.3-2: qtox add support for notification, see qTox/qTox #6298

Modified:
  qtox/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-05 01:03:10 UTC (rev 845671)
+++ PKGBUILD	2021-02-05 01:09:31 UTC (rev 845672)
@@ -6,8 +6,8 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.17.3
-pkgrel=1
-_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
+pkgrel=2
+_gitver='c0e9a3b79609681e5b9f6bbf8f9a36cb1993dc5f'
 pkgdesc='a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol'
 arch=('x86_64')
 url='https://github.com/qTox/qTox'
@@ -22,6 +22,7 @@
          'libexif'
          'toxcore'
          'sonnet'
+         'snorenotify'
          'libgl')
 makedepends=('qt5-tools' 'git' 'check' 'cmake' 'mesa' 'libglvnd')
 
@@ -56,6 +57,7 @@
   mkdir -p build
   cd build
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+          -DDESKTOP_NOTIFICATIONS=ON \
 	  -DGIT_VERSION=$_gitver \
 	  -DGIT_DESCRIBE=v$pkgver
   make



More information about the arch-commits mailing list