libraries/compiz-plugins-experimental: Updated for version 0.8.14.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c71a0dca86
commit
1416220db8
|
@ -10,7 +10,7 @@
|
|||
not hosted at www.slackbuilds.org. You can download the SlackBuild
|
||||
from the link below.
|
||||
|
||||
https://www.dropbox.com/s/w0g37m2vvcxblky/compiz-0.8.12.3-SlackBuild.tar.gz
|
||||
https://www.dropbox.com/s/t08cb1u00he4cyo/compiz-0.8.14-SlackBuild.tar.gz
|
||||
|
||||
This SlackBuild is based off the 14.2 stock Slackware SlackBuild so you
|
||||
shouldn't run into any problems. If you do use this version of compiz you
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=compiz-plugins-experimental
|
||||
VERSION=${VERSION:-0.8.12}
|
||||
VERSION=${VERSION:-0.8.14}
|
||||
BUILD=${BUILD:-1}
|
||||
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"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="compiz-plugins-experimental"
|
||||
VERSION="0.8.12"
|
||||
VERSION="0.8.14"
|
||||
HOMEPAGE="https://github.com/raveit65/compiz-plugins-experimental"
|
||||
DOWNLOAD="https://github.com/raveit65/compiz-plugins-experimental/releases/download/v0.8.12/compiz-plugins-experimental-0.8.12.tar.xz"
|
||||
MD5SUM="1a00a2e21a6289ef185b869f50064618"
|
||||
DOWNLOAD="https://github.com/compiz-reloaded/compiz-plugins-experimental/releases/download/v0.8.14/compiz-plugins-experimental-0.8.14.tar.xz"
|
||||
MD5SUM="915343e14173ba413c51eb64ff996902"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="compiz-plugins-main"
|
||||
|
|
Loading…
Reference in New Issue