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

Jiachen Yang farseerfc at archlinux.org
Fri Apr 21 16:09:42 UTC 2017


    Date: Friday, April 21, 2017 @ 16:09:41
  Author: farseerfc
Revision: 224173

upgpkg: toxic 0.7.2-6

toxic enable X11 for FS#52836

Modified:
  toxic/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-21 15:35:46 UTC (rev 224172)
+++ PKGBUILD	2017-04-21 16:09:41 UTC (rev 224173)
@@ -5,7 +5,7 @@
 pkgdesc='CLI Tox client'
 license=('GPL3')
 pkgver=0.7.2
-pkgrel=5
+pkgrel=6
 depends=('curl'
          'desktop-file-utils'
          'freealut'
@@ -22,8 +22,9 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  # disable X11 because https://github.com/JFreegman/toxic/issues/277
-  make PREFIX=/usr DISABLE_X11=1
+  # enabled X11 on konsole may cause https://github.com/JFreegman/toxic/issues/277
+  # but we can only do video and call with X11 enabled https://bugs.archlinux.org/task/52836
+  make PREFIX=/usr
 }
 
 package() {



More information about the arch-commits mailing list