diff options
author | core <eroc@linuxmail.org> | 2010-05-11 19:43:46 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:43:46 +0200 |
commit | d80913bcd3bed6dabaf41a3fe3917f72433ca0cb (patch) | |
tree | a78d6d2f75349f18641a508de0831e67fb5b61c4 /desktop/domino | |
parent | be4a02f861dc8a87a03747cf0e909076625512b6 (diff) | |
download | slackbuilds-d80913bcd3bed6dabaf41a3fe3917f72433ca0cb.tar.gz |
desktop/domino: Updated for version 0.4
Diffstat (limited to 'desktop/domino')
-rw-r--r-- | desktop/domino/domino.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/domino/slack-desc | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/desktop/domino/domino.SlackBuild b/desktop/domino/domino.SlackBuild index aa761dd857..b40b2a7020 100644 --- a/desktop/domino/domino.SlackBuild +++ b/desktop/domino/domino.SlackBuild @@ -1,7 +1,6 @@ #!/bin/sh # Slackware build script for domino - # Written by core (eroc@linuxmail.org) set -e @@ -22,6 +21,7 @@ elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" fi + rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP @@ -31,10 +31,12 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +KDEPREF=$(kde-config --prefix) + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ - --prefix=/opt/kde \ + --prefix=$KDEPREF \ --enable-shared=yes \ --enable-static=no diff --git a/desktop/domino/slack-desc b/desktop/domino/slack-desc index b16c52ead5..40e26b7187 100644 --- a/desktop/domino/slack-desc +++ b/desktop/domino/slack-desc @@ -1,4 +1,12 @@ -domino: Domino - A theme/style for KDE3. +# 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------------------------------------------------------| +domino: Domino (A theme/style for KDE3) domino: domino: Domino is a style with a soft look. It allows to fine adjust the domino: shininess of the widgets by customizable color gradients. |