From 53eab8f6eddb0b2a3a614140142becee623f8b06 Mon Sep 17 00:00:00 2001 From: Kevin Rohland Date: Mon, 15 Apr 2019 22:30:00 +0200 Subject: [PATCH] teamspeak3: fix build by moving contents The teamspeak3 build has been fixed by moving the content to "/usr/lib/teamspeak3". Besides, the flag "noverfyrdeps" and "nostrip" has been added, because teamspeak3 does provide the required libraries himself. --- srcpkgs/teamspeak3/files/teamspeak3 | 2 +- srcpkgs/teamspeak3/template | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/teamspeak3/files/teamspeak3 b/srcpkgs/teamspeak3/files/teamspeak3 index a4240467b5..136c177dc4 100644 --- a/srcpkgs/teamspeak3/files/teamspeak3 +++ b/srcpkgs/teamspeak3/files/teamspeak3 @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/share/teamspeak3/ts3client_runscript.sh $@ +exec /usr/lib/teamspeak3/ts3client_runscript.sh $@ diff --git a/srcpkgs/teamspeak3/template b/srcpkgs/teamspeak3/template index cd08fda3aa..3293f3c66c 100644 --- a/srcpkgs/teamspeak3/template +++ b/srcpkgs/teamspeak3/template @@ -1,10 +1,10 @@ # Template file for 'teamspeak3' pkgname=teamspeak3 version=3.2.3 -revision=1 +revision=2 +archs="i686 x86_64" wrksrc=teamspeak3 create_wrksrc=yes -archs="i686 x86_64" short_desc="Popular proprietary voice chat for gaming" maintainer="Tai Chi Minh Ralph Eastwood " license="Proprietary" @@ -12,6 +12,8 @@ homepage="http://www.teamspeak.com/" restricted=yes repository="nonfree" nopie=yes +nostrip=yes +noverifyrdeps=yes if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then _pkg="TeamSpeak3-Client-linux_amd64-${version}" @@ -39,8 +41,8 @@ do_install() { find -name *.so | xargs chmod 755 chmod +x ts3client* - vmkdir "usr/share/teamspeak3" - vcopy * "usr/share/teamspeak3" + vmkdir "usr/lib/teamspeak3" + vcopy * "usr/lib/teamspeak3" # Install desktop file vinstall "${FILESDIR}/teamspeak3.desktop" 644 "usr/share/applications"