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

Jiachen Yang farseerfc at archlinux.org
Tue Apr 26 14:37:43 UTC 2016


    Date: Tuesday, April 26, 2016 @ 16:37:42
  Author: farseerfc
Revision: 171902

upgpkg: qtox 1.4.0-2

restrict dependencies

Modified:
  qtox/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-26 14:14:35 UTC (rev 171901)
+++ PKGBUILD	2016-04-26 14:37:42 UTC (rev 171902)
@@ -6,16 +6,16 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines'
 arch=('i686' 'x86_64')
 url='https://github.com/tux3/qTox'
 license=('GPL3')
 depends=('desktop-file-utils'
-         'libxkbcommon-x11'
          'libxss'
          'openal'
-         'opencv'
+         'gtk2'
+         'ffmpeg'
          'qrencode'
          'qt5-svg'
          'sqlcipher'
@@ -28,9 +28,6 @@
 build() {
   cd $_pkgname-$pkgver
 
-  # fixing qtox desktop icon and avoid conflict with status icon
-  sed -i "s/Icon=qtox/Icon=qTox/" qTox.desktop
-
   install -d build
   cd build
   qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..



More information about the arch-commits mailing list