[arch-commits] Commit in teamspeak3/repos (10 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Feb 26 08:41:07 UTC 2013


    Date: Tuesday, February 26, 2013 @ 09:41:07
  Author: svenstaro
Revision: 84928

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  teamspeak3/repos/community-staging-i686/
  teamspeak3/repos/community-staging-i686/PKGBUILD
    (from rev 84927, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-staging-i686/icon.xpm
    (from rev 84927, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-staging-i686/teamspeak3.desktop
    (from rev 84927, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-staging-i686/teamspeak3.launcher
    (from rev 84927, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-staging-x86_64/
  teamspeak3/repos/community-staging-x86_64/PKGBUILD
    (from rev 84927, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-staging-x86_64/icon.xpm
    (from rev 84927, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-staging-x86_64/teamspeak3.desktop
    (from rev 84927, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-staging-x86_64/teamspeak3.launcher
    (from rev 84927, teamspeak3/trunk/teamspeak3.launcher)

----------------------------------------------+
 community-staging-i686/PKGBUILD              |   60 +++++++++++++++++++++++++
 community-staging-i686/teamspeak3.desktop    |   11 ++++
 community-staging-i686/teamspeak3.launcher   |    6 ++
 community-staging-x86_64/PKGBUILD            |   60 +++++++++++++++++++++++++
 community-staging-x86_64/teamspeak3.desktop  |   11 ++++
 community-staging-x86_64/teamspeak3.launcher |    6 ++
 6 files changed, 154 insertions(+)

Copied: teamspeak3/repos/community-staging-i686/PKGBUILD (from rev 84927, teamspeak3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-26 08:41:07 UTC (rev 84928)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Contributor: J.W. Birdsong  <jwbirdsongATmailDOTcom>
+
+pkgname=teamspeak3
+pkgver=3.0.9.2
+pkgrel=1
+pkgdesc="TeamSpeak is software for quality voice communication via the Internet"
+url="http://www.teamspeak.com/"
+license=('custom')
+depends=('qt4' 'libpulse')
+arch=('i686' 'x86_64')
+source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run"
+        'teamspeak3.desktop' 'icon.xpm' 'teamspeak3.launcher')
+md5sums=('b9ca1362f6f79644357c5558ee5ddfd2'
+       'be58a8798c5d1b7e95a89f6a6482db3e'
+       '19f103384e4c1a0aafc8fed44de0c87b'
+       '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
+_TSARCH='x86'
+
+if [ "$CARCH" == "x86_64" ]; then
+  source[0]="http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run"
+  md5sums[0]='a15002b92e3cd4585dc9ce07818bf446'
+  _TSARCH='amd64'
+fi
+
+build() {
+  cd ${srcdir}
+
+  # Create Destination Directories
+  install -d ${pkgdir}/{usr/bin/,opt/}
+
+  # Make Installer Executable
+  chmod +x TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run
+
+  # Run Installer
+  ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target teamspeak3
+
+  # Move Program Data to Package Directory
+  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
+
+  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
+  rm ${pkgdir}/opt/teamspeak3/libQt*
+  ln -s /usr/lib/libQtCore.so.4    ${pkgdir}/opt/teamspeak3/libQtCore.so.4
+  ln -s /usr/lib/libQtGui.so.4     ${pkgdir}/opt/teamspeak3/libQtGui.so.4
+  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
+
+  # Install Desktop File
+  install -D -m644 $srcdir/teamspeak3.desktop ${pkgdir}/usr/share/applications/teamspeak3.desktop
+
+  # Install Icon File
+  install -D -m644 $srcdir/icon.xpm ${pkgdir}/usr/share/pixmaps/teamspeak3.xpm
+
+  # Install Custom License
+  install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # Install Client Launcher
+  install -D -m755 $srcdir/teamspeak3.launcher ${pkgdir}/usr/bin/teamspeak3
+}
+# vim:set ts=2 sw=2 et:

Copied: teamspeak3/repos/community-staging-i686/icon.xpm (from rev 84927, teamspeak3/trunk/icon.xpm)
===================================================================
(Binary files differ)

Copied: teamspeak3/repos/community-staging-i686/teamspeak3.desktop (from rev 84927, teamspeak3/trunk/teamspeak3.desktop)
===================================================================
--- community-staging-i686/teamspeak3.desktop	                        (rev 0)
+++ community-staging-i686/teamspeak3.desktop	2013-02-26 08:41:07 UTC (rev 84928)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=TeamSpeak 3
+GenericName=TeamSpeak
+Comment=TeamSpeak is software for quality voice communication via the Internet
+Exec=/usr/bin/teamspeak3
+Icon=/usr/share/pixmaps/teamspeak3.xpm
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Network;Application

Copied: teamspeak3/repos/community-staging-i686/teamspeak3.launcher (from rev 84927, teamspeak3/trunk/teamspeak3.launcher)
===================================================================
--- community-staging-i686/teamspeak3.launcher	                        (rev 0)
+++ community-staging-i686/teamspeak3.launcher	2013-02-26 08:41:07 UTC (rev 84928)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd "/opt/teamspeak3"
+./ts3client_runscript.sh $@
+exit $?
+

Copied: teamspeak3/repos/community-staging-x86_64/PKGBUILD (from rev 84927, teamspeak3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-26 08:41:07 UTC (rev 84928)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Contributor: J.W. Birdsong  <jwbirdsongATmailDOTcom>
+
+pkgname=teamspeak3
+pkgver=3.0.9.2
+pkgrel=1
+pkgdesc="TeamSpeak is software for quality voice communication via the Internet"
+url="http://www.teamspeak.com/"
+license=('custom')
+depends=('qt4' 'libpulse')
+arch=('i686' 'x86_64')
+source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run"
+        'teamspeak3.desktop' 'icon.xpm' 'teamspeak3.launcher')
+md5sums=('b9ca1362f6f79644357c5558ee5ddfd2'
+       'be58a8798c5d1b7e95a89f6a6482db3e'
+       '19f103384e4c1a0aafc8fed44de0c87b'
+       '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
+_TSARCH='x86'
+
+if [ "$CARCH" == "x86_64" ]; then
+  source[0]="http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run"
+  md5sums[0]='a15002b92e3cd4585dc9ce07818bf446'
+  _TSARCH='amd64'
+fi
+
+build() {
+  cd ${srcdir}
+
+  # Create Destination Directories
+  install -d ${pkgdir}/{usr/bin/,opt/}
+
+  # Make Installer Executable
+  chmod +x TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run
+
+  # Run Installer
+  ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target teamspeak3
+
+  # Move Program Data to Package Directory
+  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
+
+  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
+  rm ${pkgdir}/opt/teamspeak3/libQt*
+  ln -s /usr/lib/libQtCore.so.4    ${pkgdir}/opt/teamspeak3/libQtCore.so.4
+  ln -s /usr/lib/libQtGui.so.4     ${pkgdir}/opt/teamspeak3/libQtGui.so.4
+  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
+
+  # Install Desktop File
+  install -D -m644 $srcdir/teamspeak3.desktop ${pkgdir}/usr/share/applications/teamspeak3.desktop
+
+  # Install Icon File
+  install -D -m644 $srcdir/icon.xpm ${pkgdir}/usr/share/pixmaps/teamspeak3.xpm
+
+  # Install Custom License
+  install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # Install Client Launcher
+  install -D -m755 $srcdir/teamspeak3.launcher ${pkgdir}/usr/bin/teamspeak3
+}
+# vim:set ts=2 sw=2 et:

Copied: teamspeak3/repos/community-staging-x86_64/icon.xpm (from rev 84927, teamspeak3/trunk/icon.xpm)
===================================================================
(Binary files differ)

Copied: teamspeak3/repos/community-staging-x86_64/teamspeak3.desktop (from rev 84927, teamspeak3/trunk/teamspeak3.desktop)
===================================================================
--- community-staging-x86_64/teamspeak3.desktop	                        (rev 0)
+++ community-staging-x86_64/teamspeak3.desktop	2013-02-26 08:41:07 UTC (rev 84928)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=TeamSpeak 3
+GenericName=TeamSpeak
+Comment=TeamSpeak is software for quality voice communication via the Internet
+Exec=/usr/bin/teamspeak3
+Icon=/usr/share/pixmaps/teamspeak3.xpm
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Network;Application

Copied: teamspeak3/repos/community-staging-x86_64/teamspeak3.launcher (from rev 84927, teamspeak3/trunk/teamspeak3.launcher)
===================================================================
--- community-staging-x86_64/teamspeak3.launcher	                        (rev 0)
+++ community-staging-x86_64/teamspeak3.launcher	2013-02-26 08:41:07 UTC (rev 84928)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd "/opt/teamspeak3"
+./ts3client_runscript.sh $@
+exit $?
+




More information about the arch-commits mailing list