diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:43:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:43:45 +0200 |
commit | a0950c0a641a743b8ec6ca231d389ecd467f5e0f (patch) | |
tree | 7f2801e20705a69a79773b69122b0a0f82cf6eb3 /desktop/crystal | |
parent | de4806d62a09ee5bc44fa68fd72fc6ee1e0561c5 (diff) |
desktop/crystal: Updated for version 1.0.5
Diffstat (limited to 'desktop/crystal')
-rw-r--r-- | desktop/crystal/crystal.SlackBuild | 29 | ||||
-rw-r--r-- | desktop/crystal/crystal.info | 8 | ||||
-rw-r--r-- | desktop/crystal/slack-desc | 8 |
3 files changed, 37 insertions, 8 deletions
diff --git a/desktop/crystal/crystal.SlackBuild b/desktop/crystal/crystal.SlackBuild index 5852da8569ae..6a64157b5126 100644 --- a/desktop/crystal/crystal.SlackBuild +++ b/desktop/crystal/crystal.SlackBuild @@ -1,12 +1,32 @@ #!/bin/sh -# -# SlackBuild script for crystal + +# SlackBuild script for crystal (A Native KDE 3.x Window decoration) # Written by Michiel van Wessem (BP{k}) <michiel@slackbuilds.org> +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. set -e PRGNAM=crystal -VERSION=1.0.4 +VERSION=1.0.5 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,7 +54,8 @@ chmod -R u+w,go+r-w,a-s . CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./configure --prefix=/opt/kde \ +./configure \ + --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-debug diff --git a/desktop/crystal/crystal.info b/desktop/crystal/crystal.info index 3d9134ee0149..881bdac36185 100644 --- a/desktop/crystal/crystal.info +++ b/desktop/crystal/crystal.info @@ -1,8 +1,8 @@ PRGNAM="crystal" -VERSION="1.0.4" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=13969" -DOWNLOAD="http://www.kde-look.org/content/download.php?content=13969&id=1" -MD5SUM="250358bab960e2624b0865fcfc21a606" +VERSION="1.0.5" +HOMEPAGE="http://tinyurl.com/3oysu" +DOWNLOAD="http://www.kde-look.org/CONTENT/content-files/13969-crystal-1.0.5.tar.bz2" +MD5SUM="3ad78005c979a1eca23aa669c71ed1d2" MAINTAINER="Michiel van Wessem" EMAIL="michiel@slackbuilds.org" APPROVED="rworkman" diff --git a/desktop/crystal/slack-desc b/desktop/crystal/slack-desc index 73a6cd0038ad..e5423f89edba 100644 --- a/desktop/crystal/slack-desc +++ b/desktop/crystal/slack-desc @@ -1,3 +1,11 @@ +# 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------------------------------------------------------| crystal: crystal (kwin window decoration theme) crystal: crystal: Crystal is a native kwin window decoration theme for KDE 3.2+ which |