network/spice-gtk: Updated for version 0.23.
Drop the tests or build breaks (thanks to rworkman@slackbuilds.org for the hint) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
b44d59789b
commit
05f1b4a064
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for spice-gtk
|
||||
# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org> Pisa, Italy
|
||||
# Copyright 2013-2014 Matteo Bernardini <ponce@slackbuilds.org> Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=spice-gtk
|
||||
VERSION=${VERSION:-0.21}
|
||||
VERSION=${VERSION:-0.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,10 +70,13 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Disable broken tests
|
||||
sed -i 's/ tests//' Makefile.am Makefile.in
|
||||
|
||||
rm gtk/controller/controller.c gtk/controller/controller.vala.stamp gtk/controller/menu.c
|
||||
export VALAC=$(which valac)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="spice-gtk"
|
||||
VERSION="0.21"
|
||||
VERSION="0.23"
|
||||
HOMEPAGE="http://spice-space.org"
|
||||
DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.21.tar.bz2"
|
||||
MD5SUM="290d1ad5ab8f1e5708fa2549dde2e024"
|
||||
DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.23.tar.bz2"
|
||||
MD5SUM="575c6f532067e4003754e9b050a27bec"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libcacard spice vala"
|
||||
|
|
Loading…
Reference in New Issue