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/spice-gtk.SlackBuild | |
parent | 8bf6a95c737b615de5f5544bf3e0a314f2a25941 (diff) |
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/spice-gtk.SlackBuild')
-rw-r--r-- | network/spice-gtk/spice-gtk.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild index 0e9ef7f4c70e..437992b5e51b 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) |