Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] teamspeak3: update to 3.3.0
@ 2019-06-29 16:45 voidlinux-github
  2019-06-29 20:22 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-29 16:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 609 bytes --]

There is a new pull request by HadetTheUndying against master on the void-packages repository

https://github.com/HadetTheUndying/void-packages teamspeak3-3.3.0
https://github.com/void-linux/void-packages/pull/12743

teamspeak3: update to 3.3.0
I intend to eventually cleanup the template on this in a future update,and I'm actually unsure if TS3 is still not redistributable, i'll look over the license as well. For now i left that there. Major change is just to the new download locations and the QtWebEngine stuff.

A patch file from https://github.com/void-linux/void-packages/pull/12743.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-teamspeak3-3.3.0-12743.patch --]
[-- Type: application/text/x-diff, Size: 1890 bytes --]

From bf8207d50771b99d726f6c219796d76f23986990 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Sat, 29 Jun 2019 11:43:19 -0500
Subject: [PATCH] update to 3.3.0

---
 srcpkgs/teamspeak3/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/teamspeak3/template b/srcpkgs/teamspeak3/template
index f093600c3c2..5e7b3fdd488 100644
--- a/srcpkgs/teamspeak3/template
+++ b/srcpkgs/teamspeak3/template
@@ -1,6 +1,6 @@
 # Template file for 'teamspeak3'
 pkgname=teamspeak3
-version=3.2.5
+version=3.3.0
 revision=1
 archs="i686 x86_64"
 wrksrc=teamspeak3
@@ -17,12 +17,12 @@ noverifyrdeps=yes
 
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_pkg="TeamSpeak3-Client-linux_amd64-${version}"
-	distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
-	checksum=fc29f1bc351a9e993a69c5134d3d7c48d3149f500f3b6d816a97a59b7c41f60c
+	distfiles="https://files.teamspeak-services.com/releases/client/${version}/${_pkg}.run"
+	checksum=0a8d31e59bb140fd3c9221286c75fb9a68fbf97530f88ab6f311932b5733488c
 elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
 	_pkg="TeamSpeak3-Client-linux_x86-${version}"
-	distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
-	checksum=6b34e0dce039259c7ed0aec6b15b157379d4690ffcaa6938fde18840f883c6f3
+	distfiles="https://files.teamspeak-services.com/releases/client/${version}/${_pkg}.run"
+	checksum=2506871bc4382a16086df41c469fd7a4445e644927d9eaca1e876f7b30659c12
 else
 	broken="No known upstream client for this architecture"
 fi
@@ -38,8 +38,8 @@ do_install() {
 	# Set proper permissions
 	find -type d | xargs chmod 755
 	find -type f | xargs chmod 644
-	find -name '*.so' | xargs chmod 755
-	chmod +x ts3client*
+	find -name '*.so*' | xargs chmod 755
+	chmod +x ts3client* package_inst QtWebEngineProcess
 
 	vmkdir "usr/lib/teamspeak3"
 	vcopy * "usr/lib/teamspeak3"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] teamspeak3: update to 3.3.0
  2019-06-29 16:45 [PR PATCH] teamspeak3: update to 3.3.0 voidlinux-github
  2019-06-29 20:22 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-29 20:22 ` voidlinux-github
  2019-06-30 12:19 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-29 20:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

There is an updated pull request by HadetTheUndying against master on the void-packages repository

https://github.com/HadetTheUndying/void-packages teamspeak3-3.3.0
https://github.com/void-linux/void-packages/pull/12743

teamspeak3: update to 3.3.0
I intend to eventually cleanup the template on this in a future update,and I'm actually unsure if TS3 is still not redistributable, i'll look over the license as well. For now i left that there. Major change is just to the new download locations and the QtWebEngine stuff.

A patch file from https://github.com/void-linux/void-packages/pull/12743.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-teamspeak3-3.3.0-12743.patch --]
[-- Type: application/text/x-diff, Size: 1918 bytes --]

From 6fb10d4da303baed0a5b2025fbf6dc957e602814 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Sat, 29 Jun 2019 11:43:19 -0500
Subject: [PATCH] update to 3.3.0

teamspeak3: update to 3.3.0
---
 srcpkgs/teamspeak3/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/teamspeak3/template b/srcpkgs/teamspeak3/template
index f093600c3c2..5e7b3fdd488 100644
--- a/srcpkgs/teamspeak3/template
+++ b/srcpkgs/teamspeak3/template
@@ -1,6 +1,6 @@
 # Template file for 'teamspeak3'
 pkgname=teamspeak3
-version=3.2.5
+version=3.3.0
 revision=1
 archs="i686 x86_64"
 wrksrc=teamspeak3
@@ -17,12 +17,12 @@ noverifyrdeps=yes
 
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_pkg="TeamSpeak3-Client-linux_amd64-${version}"
-	distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
-	checksum=fc29f1bc351a9e993a69c5134d3d7c48d3149f500f3b6d816a97a59b7c41f60c
+	distfiles="https://files.teamspeak-services.com/releases/client/${version}/${_pkg}.run"
+	checksum=0a8d31e59bb140fd3c9221286c75fb9a68fbf97530f88ab6f311932b5733488c
 elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
 	_pkg="TeamSpeak3-Client-linux_x86-${version}"
-	distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
-	checksum=6b34e0dce039259c7ed0aec6b15b157379d4690ffcaa6938fde18840f883c6f3
+	distfiles="https://files.teamspeak-services.com/releases/client/${version}/${_pkg}.run"
+	checksum=2506871bc4382a16086df41c469fd7a4445e644927d9eaca1e876f7b30659c12
 else
 	broken="No known upstream client for this architecture"
 fi
@@ -38,8 +38,8 @@ do_install() {
 	# Set proper permissions
 	find -type d | xargs chmod 755
 	find -type f | xargs chmod 644
-	find -name '*.so' | xargs chmod 755
-	chmod +x ts3client*
+	find -name '*.so*' | xargs chmod 755
+	chmod +x ts3client* package_inst QtWebEngineProcess
 
 	vmkdir "usr/lib/teamspeak3"
 	vcopy * "usr/lib/teamspeak3"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] teamspeak3: update to 3.3.0
  2019-06-29 16:45 [PR PATCH] teamspeak3: update to 3.3.0 voidlinux-github
@ 2019-06-29 20:22 ` voidlinux-github
  2019-06-29 20:22 ` voidlinux-github
  2019-06-30 12:19 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-29 20:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

There is an updated pull request by HadetTheUndying against master on the void-packages repository

https://github.com/HadetTheUndying/void-packages teamspeak3-3.3.0
https://github.com/void-linux/void-packages/pull/12743

teamspeak3: update to 3.3.0
I intend to eventually cleanup the template on this in a future update,and I'm actually unsure if TS3 is still not redistributable, i'll look over the license as well. For now i left that there. Major change is just to the new download locations and the QtWebEngine stuff.

A patch file from https://github.com/void-linux/void-packages/pull/12743.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-teamspeak3-3.3.0-12743.patch --]
[-- Type: application/text/x-diff, Size: 1918 bytes --]

From 6fb10d4da303baed0a5b2025fbf6dc957e602814 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Sat, 29 Jun 2019 11:43:19 -0500
Subject: [PATCH] update to 3.3.0

teamspeak3: update to 3.3.0
---
 srcpkgs/teamspeak3/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/teamspeak3/template b/srcpkgs/teamspeak3/template
index f093600c3c2..5e7b3fdd488 100644
--- a/srcpkgs/teamspeak3/template
+++ b/srcpkgs/teamspeak3/template
@@ -1,6 +1,6 @@
 # Template file for 'teamspeak3'
 pkgname=teamspeak3
-version=3.2.5
+version=3.3.0
 revision=1
 archs="i686 x86_64"
 wrksrc=teamspeak3
@@ -17,12 +17,12 @@ noverifyrdeps=yes
 
 if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 	_pkg="TeamSpeak3-Client-linux_amd64-${version}"
-	distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
-	checksum=fc29f1bc351a9e993a69c5134d3d7c48d3149f500f3b6d816a97a59b7c41f60c
+	distfiles="https://files.teamspeak-services.com/releases/client/${version}/${_pkg}.run"
+	checksum=0a8d31e59bb140fd3c9221286c75fb9a68fbf97530f88ab6f311932b5733488c
 elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
 	_pkg="TeamSpeak3-Client-linux_x86-${version}"
-	distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
-	checksum=6b34e0dce039259c7ed0aec6b15b157379d4690ffcaa6938fde18840f883c6f3
+	distfiles="https://files.teamspeak-services.com/releases/client/${version}/${_pkg}.run"
+	checksum=2506871bc4382a16086df41c469fd7a4445e644927d9eaca1e876f7b30659c12
 else
 	broken="No known upstream client for this architecture"
 fi
@@ -38,8 +38,8 @@ do_install() {
 	# Set proper permissions
 	find -type d | xargs chmod 755
 	find -type f | xargs chmod 644
-	find -name '*.so' | xargs chmod 755
-	chmod +x ts3client*
+	find -name '*.so*' | xargs chmod 755
+	chmod +x ts3client* package_inst QtWebEngineProcess
 
 	vmkdir "usr/lib/teamspeak3"
 	vcopy * "usr/lib/teamspeak3"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: teamspeak3: update to 3.3.0
  2019-06-29 16:45 [PR PATCH] teamspeak3: update to 3.3.0 voidlinux-github
  2019-06-29 20:22 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-29 20:22 ` voidlinux-github
@ 2019-06-30 12:19 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-30 12:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 432 bytes --]

There's a merged pull request on the void-packages repository

teamspeak3: update to 3.3.0
https://github.com/void-linux/void-packages/pull/12743
Description: I intend to eventually cleanup the template on this in a future update,and I'm actually unsure if TS3 is still not redistributable, i'll look over the license as well. For now i left that there. Major change is just to the new download locations and the QtWebEngine stuff.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-30 12:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-29 16:45 [PR PATCH] teamspeak3: update to 3.3.0 voidlinux-github
2019-06-29 20:22 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-29 20:22 ` voidlinux-github
2019-06-30 12:19 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).