diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-12-10 19:41:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | a222a2e7c67b2904d56f12c0be438b2cdbccda83 (patch) | |
tree | 72ae58880c025891796992bb88eb931748b84faf /network/spice-gtk | |
parent | 8bf6a95c737b615de5f5544bf3e0a314f2a25941 (diff) | |
download | slackbuilds-a222a2e7c67b2904d56f12c0be438b2cdbccda83.tar.gz |
network/spice-gtk: Updated for version 0.30.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/spice-gtk')
-rw-r--r-- | network/spice-gtk/README | 6 | ||||
-rw-r--r-- | network/spice-gtk/spice-gtk.SlackBuild | 3 | ||||
-rw-r--r-- | network/spice-gtk/spice-gtk.info | 6 |
3 files changed, 5 insertions, 10 deletions
diff --git a/network/spice-gtk/README b/network/spice-gtk/README index abb5a393af..6a3f6bb064 100644 --- a/network/spice-gtk/README +++ b/network/spice-gtk/README @@ -2,8 +2,4 @@ A Gtk client and libraries for spice remote desktop servers. By default the GTK+3 version is built: if you need the GTK+2 one, pass to the build script the variable GTK=2 -usbredir and qemu are optional dependency. - -CIRCULAR DEPENDENCY WARNING: as libcacard is now included in qemu, -if you want smartcard support in spice-gtk you should build qemu -first, then build (spice and) this with it installed. +libcacard and usbredir are optional dependencies. diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild index 0e9ef7f4c7..437992b5e5 100644 --- a/network/spice-gtk/spice-gtk.SlackBuild +++ b/network/spice-gtk/spice-gtk.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spice-gtk -VERSION=${VERSION:-0.28} +VERSION=${VERSION:-0.30} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,6 @@ find -L . \ # 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) export VAPIGEN=$(which vapigen) diff --git a/network/spice-gtk/spice-gtk.info b/network/spice-gtk/spice-gtk.info index be9bd6ce63..f16c8145d4 100644 --- a/network/spice-gtk/spice-gtk.info +++ b/network/spice-gtk/spice-gtk.info @@ -1,8 +1,8 @@ PRGNAM="spice-gtk" -VERSION="0.28" +VERSION="0.30" HOMEPAGE="http://spice-space.org" -DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.28.tar.bz2" -MD5SUM="ad07d438ce6dfbb038aa8e28f5a2fb81" +DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.30.tar.bz2" +MD5SUM="723e0e9ce9d507ba5d6cd331a3a9b7fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="spice vala" |