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 #!/bin/sh
PKGNAME=teamspeak5 PKGNAME=teamspeak
SUPPORTEDARCHES="x86_64" SUPPORTEDARCHES="x86_64"
VERSION="$2" 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/" URL="https://www.teamspeak.com/"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
......
...@@ -17,16 +17,16 @@ fix_chrome_sandbox ...@@ -17,16 +17,16 @@ fix_chrome_sandbox
cat <<EOF | create_file /usr/share/applications/$PRODUCT.desktop cat <<EOF | create_file /usr/share/applications/$PRODUCT.desktop
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Name=TeamSpeak 5 Name=TeamSpeak
GenericName=TeamSpeak 5 - Voice communication GenericName=TeamSpeak - Voice communication
Comment=TeamSpeak is software for quality voice communication via the Internet Comment=TeamSpeak is software for quality voice communication via the Internet
Exec=teamspeak5 Exec=teamspeak
Icon=teamspeak5 Icon=teamspeak
StartupNotify=true StartupNotify=true
Terminal=false Terminal=false
Type=Application Type=Application
Categories=Network;Application Categories=Network;Application
StartupWMClass=TeamSpeak 5 StartupWMClass=TeamSpeak
EOF EOF
install_file .$PRODUCTDIR/logo-128.png /usr/share/pixmaps/$PRODUCT.png 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