diff options
author | Robby Workman <rw@rlworkman.net> | 2010-12-30 00:50:11 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-31 18:59:53 -0600 |
commit | d0aa21f08b7ea12818e9ed6aa3216533a919f2b6 (patch) | |
tree | ddd5ed686287676304c30666f6754a64c6799982 /desktop/xfce4-time-out-plugin/xfce4-time-out-plugin.SlackBuild | |
parent | 6ac23651ef5470709308709ba6a49dd87f8e2e83 (diff) | |
download | slackbuilds-d0aa21f08b7ea12818e9ed6aa3216533a919f2b6.tar.gz |
desktop/xfce4-time-out-plugin: Updated for version 1.0.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-time-out-plugin/xfce4-time-out-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-time-out-plugin/xfce4-time-out-plugin.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/xfce4-time-out-plugin/xfce4-time-out-plugin.SlackBuild b/desktop/xfce4-time-out-plugin/xfce4-time-out-plugin.SlackBuild index c175c659fe..8ab5579e00 100644 --- a/desktop/xfce4-time-out-plugin/xfce4-time-out-plugin.SlackBuild +++ b/desktop/xfce4-time-out-plugin/xfce4-time-out-plugin.SlackBuild @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-time-out-plugin -VERSION=0.1.1 +VERSION=1.0.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 @@ -90,7 +88,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO \ + AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |