[gnome-ostree] manifest: Add SPICE vdagent



commit b1f5998538d21d4b477d72896f1c23123fa5f310
Author: Colin Walters <walters verbum org>
Date:   Sun Apr 7 18:36:00 2013 -0400

    manifest: Add SPICE vdagent
    
    So we get copy & paste, resolution changes etc.

 manifest.json                 |    4 ++++
 patches/vdagent-autogen.patch |   25 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 5146242..5a61ebc 100644
--- a/manifest.json
+++ b/manifest.json
@@ -543,6 +543,10 @@
 
                {"src": "gnome:libnotify"},
 
+               {"src": "fd-spice:linux/vd_agent",
+                "patches": ["vdagent-autogen.patch"],
+                "config-opts": ["--with-init-script=systemd"]},
+
                {"src": "cgwalters:iso-codes",
                 "rm-configure": true,
                 "patches": ["iso-codes-autogen.patch",
diff --git a/patches/vdagent-autogen.patch b/patches/vdagent-autogen.patch
new file mode 100644
index 0000000..bd9c19e
--- /dev/null
+++ b/patches/vdagent-autogen.patch
@@ -0,0 +1,25 @@
+From 24648ee724be8588da620ff247b61ea1a34eef3d Mon Sep 17 00:00:00 2001
+From: Colin Walters <walters verbum org>
+Date: Sun, 7 Apr 2013 17:18:25 -0400
+Subject: [PATCH] autogen: Honor NOCONFIGURE=1
+
+http://people.gnome.org/~walters/docs/build-api.txt
+---
+ autogen.sh |    4 +++-
+ 1 files changed, 3 insertions(+), 1 deletions(-)
+
+diff --git a/autogen.sh b/autogen.sh
+index 52083e5..160fdf0 100755
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -1,4 +1,6 @@
+ #!/bin/sh
+ 
+ autoreconf -fi
+-./configure $@
++if test -z "$NOCONFIGURE"; then
++  exec ./configure "$@"
++fi
+-- 
+1.7.1
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]