Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] teamspeak3: update to 3.3.0
Date: Sat, 29 Jun 2019 18:45:53 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12743@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2019-06-29 16:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-29 16:45 voidlinux-github [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12743@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).