summaryrefslogtreecommitdiffstats
path: root/network/spice-gtk/spice-gtk.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-04 19:40:59 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-05 20:12:02 -0500
commit179d249e17403b72f5e3ca645ad6705d6c59825c (patch)
tree0531a99724d9421ff1cd2b5551aa782665381409 /network/spice-gtk/spice-gtk.SlackBuild
parent659d69766ef5b22e8f89b8b6e75cf5b9a36421a3 (diff)
downloadslackbuilds-179d249e17403b72f5e3ca645ad6705d6c59825c.tar.gz
slackbuilds-179d249e17403b72f5e3ca645ad6705d6c59825c.tar.xz
network/spice-gtk: Updated for version 0.12
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice-gtk/spice-gtk.SlackBuild')
-rw-r--r--network/spice-gtk/spice-gtk.SlackBuild16
1 files changed, 12 insertions, 4 deletions
diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild
index 97a696fd18..ade0e78be3 100644
--- a/network/spice-gtk/spice-gtk.SlackBuild
+++ b/network/spice-gtk/spice-gtk.SlackBuild
@@ -4,7 +4,7 @@
# Written by Matteo Bernardini <ponce@slackbuilds.org>
PRGNAM=spice-gtk
-VERSION=${VERSION:-0.7}
+VERSION=${VERSION:-0.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -35,10 +35,18 @@ else
LIBDIRSUFFIX=""
fi
-if [ "${VALA:-no}" = "no" ]; then
+# check if vala is there
+if pkg-config --exists libvala-0.18 ; then
+ with_vala="--enable-vala"
+else
with_vala=""
+fi
+
+# check if libcacard is there
+if pkg-config --exists libcacard ; then
+ with_cacard="--enable-smartcard"
else
- with_vala="--enable-vala"
+ with_cacard=""
fi
DOCS="AUTHORS COPYING NEWS README THANKS TODO"
@@ -76,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
$with_vala \
--with-gtk=2.0 \
--with-audio=gstreamer \
- --disable-smartcard \
+ $with_cacard \
--build=$ARCH-slackware-linux
make