From d80913bcd3bed6dabaf41a3fe3917f72433ca0cb Mon Sep 17 00:00:00 2001 From: core Date: Tue, 11 May 2010 19:43:46 +0200 Subject: desktop/domino: Updated for version 0.4 --- desktop/domino/domino.SlackBuild | 6 ++++-- desktop/domino/slack-desc | 10 +++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) (limited to 'desktop/domino') 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. -- cgit v1.2.3