mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/SecondLife: Removed (unstable/unworking)
From: Willy Sudiarto Raharjo <willysr@gmail.com> To: Robby Workman <rworkman@slackbuilds.org> Subject: Re: games/SecondLife: Upgraded to 3.4.0.264911 Date: Tue, 25 Sep 2012 07:53:21 +0700 >>> This is the available version upstream and it works without any >>> changes at all :) >> >> wait.. >> don't merge this first as i found it quite unstable here. >> let me work on it first... > >it only works at first, but it will crash in the next run. i don't know why. >I tested several version and it ended with same problems. >I read in some forum, it's probably related to fontconfig-2.9.0, but >that's the version we have in 14.0 >we should let the maintainer update this application or we can drop >this for 14.0 Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
cd17e3098e
commit
ebd892b90a
6 changed files with 0 additions and 133 deletions
|
@ -1,7 +0,0 @@
|
|||
SecondLife (SL) is a virtual world developed by Linden Lab.
|
||||
|
||||
This package contains the client program which allows users to log
|
||||
into SecondLife.
|
||||
|
||||
This is a repackaging of the original binary download available at
|
||||
SecondLife website.
|
|
@ -1,60 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
## Written by Daniel R. <danielrodriguez.es@gmail.com>
|
||||
|
||||
# Based on scripts by the SlackBuilds.org project and slacky.eu
|
||||
# This is an adaptation of the original script at slacky.eu repository
|
||||
|
||||
PRGNAM=SecondLife
|
||||
VERSION=3.4.0.264911
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i686 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" != "i686" ]; then
|
||||
printf "\n\tThis is i686 only - sorry.\n\n" ; exit 1
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
tar xvf $CWD/$PRGNAM-$ARCH-$VERSION.tar.bz2
|
||||
|
||||
mkdir -p $PKG/opt
|
||||
mv $PRGNAM-$ARCH-$VERSION $PKG/opt/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/usr/share/{applications,pixmaps}
|
||||
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
cp $PKG/opt/$PRGNAM/secondlife_icon.png \
|
||||
$PKG/usr/share/pixmaps/secondlife_icon.png
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv $PKG/opt/$PRGNAM/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
# Fixup some ownership and permissions
|
||||
chown -R root:root $PKG
|
||||
find $PKG -type d -exec chmod 755 {} \;
|
||||
chmod -R u+rw,go+r-w,a-s $PKG
|
||||
find $PKG/opt/SecondLife/skins/default/xui/pl/ -type f -exec chmod 0644 {} \;
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Second Life
|
||||
GenericName=Second Life Client
|
||||
Icon=secondlife_icon
|
||||
Exec=/opt/SecondLife/secondlife
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Game;ActionGame;
|
|
@ -1,10 +0,0 @@
|
|||
PRGNAM="SecondLife"
|
||||
VERSION="3.4.0.264911"
|
||||
HOMEPAGE="http://secondlife.com/"
|
||||
DOWNLOAD="http://download.cloud.secondlife.com/Viewer-3/SecondLife-i686-3.4.0.264911.tar.bz2"
|
||||
MD5SUM="dbc859848897ff63ddafb7c03788adda"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Daniel R."
|
||||
EMAIL="<danielrodriguez.es@gmail.com>"
|
|
@ -1,27 +0,0 @@
|
|||
config() {
|
||||
NEW="$1"
|
||||
OLD="$(dirname $NEW)/$(basename $NEW .new)"
|
||||
# If there's no config file by that name, mv it over:
|
||||
if [ ! -r $OLD ]; then
|
||||
mv $NEW $OLD
|
||||
elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
|
||||
# toss the redundant copy
|
||||
rm $NEW
|
||||
fi
|
||||
# Otherwise, we leave the .new copy for the admin to consider...
|
||||
}
|
||||
|
||||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/update-mime-database ]; then
|
||||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|' on
|
||||
# the right side marks the last column you can put a character in. You must make
|
||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
SecondLife: SecondLife (Virtual world by Linden Lab)
|
||||
SecondLife:
|
||||
SecondLife: SecondLife (SL) is a virtual world developed by Linden Lab.
|
||||
SecondLife:
|
||||
SecondLife: This package contains the client program which allows users to log
|
||||
SecondLife: into SecondLife.
|
||||
SecondLife:
|
||||
SecondLife: Homepage: http://secondlife.com/
|
||||
SecondLife:
|
||||
SecondLife:
|
||||
SecondLife:
|
Loading…
Reference in a new issue