diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-24 22:18:41 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-28 21:36:03 -0500 |
commit | ebd892b90a6e48bbf04eac428c8298cd09cc003a (patch) | |
tree | 70dc5c7358ce537b1d0e20b7087fa6418481e0a5 /games/SecondLife | |
parent | cd17e3098ecef9cec5514f1b1dad8e3e7c614344 (diff) | |
download | slackbuilds-ebd892b90a6e48bbf04eac428c8298cd09cc003a.tar.gz |
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>
Diffstat (limited to 'games/SecondLife')
-rw-r--r-- | games/SecondLife/README | 7 | ||||
-rw-r--r-- | games/SecondLife/SecondLife.SlackBuild | 60 | ||||
-rw-r--r-- | games/SecondLife/SecondLife.desktop | 10 | ||||
-rw-r--r-- | games/SecondLife/SecondLife.info | 10 | ||||
-rw-r--r-- | games/SecondLife/doinst.sh | 27 | ||||
-rw-r--r-- | games/SecondLife/slack-desc | 19 |
6 files changed, 0 insertions, 133 deletions
diff --git a/games/SecondLife/README b/games/SecondLife/README deleted file mode 100644 index 06c6e1f47c..0000000000 --- a/games/SecondLife/README +++ /dev/null @@ -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. diff --git a/games/SecondLife/SecondLife.SlackBuild b/games/SecondLife/SecondLife.SlackBuild deleted file mode 100644 index e0f0d3b2db..0000000000 --- a/games/SecondLife/SecondLife.SlackBuild +++ /dev/null @@ -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} diff --git a/games/SecondLife/SecondLife.desktop b/games/SecondLife/SecondLife.desktop deleted file mode 100644 index 7ed6b2f883..0000000000 --- a/games/SecondLife/SecondLife.desktop +++ /dev/null @@ -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; diff --git a/games/SecondLife/SecondLife.info b/games/SecondLife/SecondLife.info deleted file mode 100644 index 6a53991029..0000000000 --- a/games/SecondLife/SecondLife.info +++ /dev/null @@ -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>" diff --git a/games/SecondLife/doinst.sh b/games/SecondLife/doinst.sh deleted file mode 100644 index cb6efdd940..0000000000 --- a/games/SecondLife/doinst.sh +++ /dev/null @@ -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 - diff --git a/games/SecondLife/slack-desc b/games/SecondLife/slack-desc deleted file mode 100644 index 5bd2dec058..0000000000 --- a/games/SecondLife/slack-desc +++ /dev/null @@ -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: |