diff options
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: |