diff options
Diffstat (limited to 'multimedia/google-talkplugin/google-talkplugin.SlackBuild')
-rw-r--r-- | multimedia/google-talkplugin/google-talkplugin.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/google-talkplugin/google-talkplugin.SlackBuild b/multimedia/google-talkplugin/google-talkplugin.SlackBuild index d7a071e61c..759d3ea3a9 100644 --- a/multimedia/google-talkplugin/google-talkplugin.SlackBuild +++ b/multimedia/google-talkplugin/google-talkplugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Google Voice (talkplugin) -# Copyright 2010-2013 Erik Hanson, Minneapolis, MN, USA +# Copyright 2010-2014 Erik Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=google-talkplugin -VERSION=${VERSION:-4.9.1.0} +VERSION=${VERSION:-5.4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,13 +63,15 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; chmod 0755 $PKG # Put this back. -rm -rf etc/ # The cron job is debian/ubuntu only. +rm -rf etc/ opt/google/talkplugin/cron # The cron job is debian/ubuntu only. # These just aren't necessary, mozilla/plugins/ covers all bases. for s in firefox iceape iceweasel midbrowser xulrunner xulrunner-addons ; do rm -rf $PKG/usr/lib/${s} done +mv ${PKG}/usr/lib/chromium-browser ${PKG}/usr/lib/chromium + if [ "$DEBARCH" = "amd64" ] ; then mv $PKG/usr/lib $PKG/usr/lib64 ; fi mkdir -p $PKG/usr/doc |