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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Feb 22 18:20:09 UTC 2018


    Date: Thursday, February 22, 2018 @ 18:20:08
  Author: svenstaro
Revision: 297097

upgpkg: teamspeak3 3.1.8-3

Try to fix TS3 on wayland

Modified:
  teamspeak3/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-22 18:13:08 UTC (rev 297096)
+++ PKGBUILD	2018-02-22 18:20:08 UTC (rev 297097)
@@ -4,7 +4,7 @@
 
 pkgname=teamspeak3
 pkgver=3.1.8
-pkgrel=2
+pkgrel=3
 pkgdesc="TeamSpeak is software for quality voice communication via the Internet"
 url="http://www.teamspeak.com"
 license=('custom')
@@ -44,5 +44,8 @@
   # Fix a weird change that TS3 did which broke symlinks.
   # Check: https://forum.teamspeak.com/threads/134617-Linux-client-not-starting-when-run-though-symlink-since-3-1-8?p=454315#post454315
   sed -i "s|cd.*|cd /opt/teamspeak3|" "${pkgdir}"/opt/teamspeak3/ts3client_runscript.sh
+
+  # Fix teamspeak3 on wayland (FS#57366)
+  sed -i "s|ts3client_linux_amd64|ts3client_linux_amd64 -platform xcb|" "${pkgdir}"/opt/teamspeak3/ts3client_runscript.sh
 }
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list