desktop/crystal: Updated for version 2.1.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
8a836486bd
commit
36d6013c73
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SlackBuild script for crystal (A Native KDE4 Window decoration)
|
||||
# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2007-2011 Michiel van Wessem, Manchester, United Kingdom
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -24,16 +24,14 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=crystal
|
||||
VERSION=${VERSION:-2.0.5}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -44,20 +42,20 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="crystal"
|
||||
VERSION="2.0.5"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php/crystal?content=75140"
|
||||
DOWNLOAD="http://www.kde-look.org/CONTENT/content-files/75140-crystal-2.0.5.tar.bz2"
|
||||
MD5SUM="259ee0ebe5af3c1d586c79e364e78103"
|
||||
DOWNLOAD="http://www.kde-look.org/CONTENT/content-files/75140-crystal-2.1.0.tar.bz2"
|
||||
MD5SUM="7e07474f4d840fbbe35307f7fdebabe8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michiel van Wessem"
|
||||
EMAIL="michiel@slackbuilds.org"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
crystal: crystal (kwin window decoration theme)
|
||||
crystal:
|
||||
crystal:
|
||||
crystal: Crystal is a native kwin window decoration theme for KDE 3.2+ which
|
||||
crystal: offers you (pseudo) transparent titlebars and buttons. It also has
|
||||
crystal: some little usability enhancements.
|
||||
crystal:
|
||||
crystal:
|
||||
crystal: Homepage: http://www.kde-look.org/content/show.php?content=13969
|
||||
crystal:
|
||||
crystal:
|
||||
crystal:
|
||||
crystal:
|
||||
crystal:
|
||||
crystal:
|
||||
|
|
Loading…
Reference in New Issue