diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-02-17 11:37:22 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-17 21:52:08 +0000 |
commit | a656f8c557bf0a1abc0782677c286ca618ab7ab7 (patch) | |
tree | 32941cc6510f43be60bf898bed209bf10269955b | |
parent | 3b54bd8d6c85d89886448a7eef35c225e0d0816e (diff) | |
download | slackbuilds-a656f8c557bf0a1abc0782677c286ca618ab7ab7.tar.gz |
desktop/skippy-xd: Updated for version 0.5.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | desktop/skippy-xd/README | 4 | ||||
-rw-r--r-- | desktop/skippy-xd/skippy-xd.SlackBuild | 18 | ||||
-rw-r--r-- | desktop/skippy-xd/skippy-xd.info | 4 |
3 files changed, 14 insertions, 12 deletions
diff --git a/desktop/skippy-xd/README b/desktop/skippy-xd/README index 54f2aa19f1..50f23f4f9f 100644 --- a/desktop/skippy-xd/README +++ b/desktop/skippy-xd/README @@ -2,7 +2,7 @@ skippy-xd (full-screen task-switcher) Skippy-XD is a full-screen task-switcher for X11. -You know that thing Mac OS X, Compiz and KWin do where you press a -hotkey and suddenly you see miniature versions of all your windows at +You know that thing Mac OS X, Compiz and KWin do where you press a +hotkey and suddenly you see miniature versions of all your windows at once? Skippy-XD does just that. It's most commonly known by Mac OS X's name for it - Expose. diff --git a/desktop/skippy-xd/skippy-xd.SlackBuild b/desktop/skippy-xd/skippy-xd.SlackBuild index 9352744490..11ded9a0fb 100644 --- a/desktop/skippy-xd/skippy-xd.SlackBuild +++ b/desktop/skippy-xd/skippy-xd.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for skippy-xd. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,12 +24,12 @@ PRGNAM=skippy-xd VERSION=${VERSION:-0.5.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -54,14 +54,16 @@ else LIBDIRSUFFIX="" fi +RELVER="3d36059f147e9021e6ec6f8a4ef8dd01db40a52f" + set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -mv $PRGNAM $PRGNAM-$VERSION +rm -rf $PRGNAM-$RELVER +tar xvf $CWD/$PRGNAM-$RELVER.tar.?z +mv $PRGNAM-$RELVER $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/desktop/skippy-xd/skippy-xd.info b/desktop/skippy-xd/skippy-xd.info index d8ebf9fee0..f82cdd67f5 100644 --- a/desktop/skippy-xd/skippy-xd.info +++ b/desktop/skippy-xd/skippy-xd.info @@ -1,8 +1,8 @@ PRGNAM="skippy-xd" VERSION="0.5.1" HOMEPAGE="http://code.google.com/p/skippy-xd/" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-md5/5/7/57bb5c943059ae959efd4a035d4f7279/skippy-xd-0.5.1.tar.xz" -MD5SUM="57bb5c943059ae959efd4a035d4f7279" +DOWNLOAD="https://github.com/nick87720z/skippy-xd/archive/3d36059/skippy-xd-3d36059f147e9021e6ec6f8a4ef8dd01db40a52f.tar.gz" +MD5SUM="ebd065603b157a7b76ce8a767a0698dc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |