[Slackbuilds-users] teamviewer.SlackBuild script error

King Beowulf kingbeowulf at gmail.com
Fri Dec 9 05:59:46 UTC 2011


The build script creates an empty teamviewer.desktop file.

cat
$PKG/opt/teamviewer/teamviewer/$MAIN_VER/desktop/teamviewer-teamviewer.desktop.template
\
  | sed -e 's/EXEC/teamviewer/' -e 's/ICON/teamviewer/' \
  > $PKG/usr/share/applications/teamviewer.desktop

should be

cat
$PKG/opt/teamviewer/teamviewer/$MAIN_VER/desktop/teamviewer.desktop.template
\
  | sed -e 's/EXEC/teamviewer/' -e 's/ICON/teamviewer/' \
  > $PKG/usr/share/applications/teamviewer.desktop

diff attached.  Also, why use debs?  Teamviewer is a 32-bit MS Windows
binary with a wine-1.2 wrapper script and that payload for both 32-bit and
64-bit .deb are the same. The only difference is the dependency data so
that the apt/etc/ package manager can find the correct arch dependencies
(i.e there is no 64-bit binary, wine is used, so go get these 32bit ).  It
would be simpler just to unpack the available tar.gz from the Teamviewer
website and skip the 64-bit multilib support.

-Ed

-- 
You! What PLANET is this!
    -- McCoy, "The City on the Edge of Forever", stardate 3134.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20111208/62a4fd11/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: teamviewer.SlackBuild.diff
Type: application/octet-stream
Size: 501 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20111208/62a4fd11/attachment.obj>


More information about the SlackBuilds-users mailing list