[Lunar-commits] <moonbase-other> spice-gtk: spice-gtk is a GTK+2 and GTK+3 SPICE widget

Stefan Wold ratler at lunar-linux.org
Sun Feb 3 16:23:07 CET 2013


commit 482832b7901434ec444f2c271ed04f41f601781b
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 03 Feb 2013 07:23:07 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/482832b7901434ec444f2c271ed04f41f601781b

spice-gtk: spice-gtk is a GTK+2 and GTK+3 SPICE widget
---
  zbeta/spice-gtk/BUILD   | +6/-0     
  zbeta/spice-gtk/DEPENDS | +9/-0     
  zbeta/spice-gtk/DETAILS | +17/-0    
  3 files changed, 32 insertions(+)

--- /dev/null
+++ b/zbeta/spice-gtk/BUILD
@@ -0,0 +1,6 @@
+
+OPTS+=" --disable-static \
+        --with-gtk=2.0 \
+        --enable-smartcard=no"
+
+default_build
--- /dev/null
+++ b/zbeta/spice-gtk/DEPENDS
@@ -0,0 +1,9 @@
+depends gtk+-2
+depends pixman
+depends gobject-introspection
+depends Python
+depends pyparsing
+depends spice-protocol
+
+optional_depends dbus "--enable-dbus=yes" "--enable-dbus=no" "for desktop integration support"
+optional_depends cyrus-sasl "--with-sasl" "--without-sasl" "for SASL authentication support"
--- /dev/null
+++ b/zbeta/spice-gtk/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=spice-gtk
+         VERSION=0.16
+          SOURCE=${MODULE}-${VERSION}.tar.bz2
+      SOURCE_URL=http://spice-space.org/download/gtk/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha256:8de079f7ca44505762b9d0c91de8203dfcc6febb12d4ea3ec614de08852e25f9
+        WEB_SITE="http://spice-space.org/"
+         ENTERED=20130203
+         UPDATED=20130203
+           SHORT="a GTK+2 and GTK+3 SPICE widget"
+PSAFE=no
+
+cat <<EOF
+spice-gtk is a GTK+2 and GTK+3 SPICE widget. It features glib-based
+objects for SPICE protocol parsing and a gtk widget for embedding
+the SPICE display into other applications such as virt-manager.
+EOF




More information about the Lunar-commits mailing list