Commit d8484b25 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play: rename teamspeak5 to simple teamspeak (eterbug #17980)

parent c9fe2c8b
#!/bin/sh
PKGNAME=teamspeak5
PKGNAME=teamspeak
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="TeamSpeak5 Client for Linux from the official site"
DESCRIPTION="TeamSpeak Client for Linux from the official site"
URL="https://www.teamspeak.com/"
. $(dirname $0)/common.sh
......
......@@ -17,16 +17,16 @@ fix_chrome_sandbox
cat <<EOF | create_file /usr/share/applications/$PRODUCT.desktop
[Desktop Entry]
Encoding=UTF-8
Name=TeamSpeak 5
GenericName=TeamSpeak 5 - Voice communication
Name=TeamSpeak
GenericName=TeamSpeak - Voice communication
Comment=TeamSpeak is software for quality voice communication via the Internet
Exec=teamspeak5
Icon=teamspeak5
Exec=teamspeak
Icon=teamspeak
StartupNotify=true
Terminal=false
Type=Application
Categories=Network;Application
StartupWMClass=TeamSpeak 5
StartupWMClass=TeamSpeak
EOF
install_file .$PRODUCTDIR/logo-128.png /usr/share/pixmaps/$PRODUCT.png
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment