[Pkg-libvirt-commits] [SCM] VirtViewer Debian packaging branch, master, updated. debian/0.2.1-1
Guido Günther
agx at sigxcpu.org
Tue Feb 2 20:40:17 UTC 2010
The following commit has been merged in the master branch:
commit c3381c5aa3ea017e753b4bc458d92b57e825dd79
Author: Guido Günther <agx at sigxcpu.org>
Date: Tue Feb 2 20:46:05 2010 +0100
New patch 0002-Define-GLADE_DIR.patch
Define GLADE_DIR
diff --git a/debian/patches/0002-Define-GLADE_DIR.patch b/debian/patches/0002-Define-GLADE_DIR.patch
new file mode 100644
index 0000000..d2d3fb4
--- /dev/null
+++ b/debian/patches/0002-Define-GLADE_DIR.patch
@@ -0,0 +1,23 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Tue, 2 Feb 2010 20:44:38 +0100
+Subject: [PATCH] Define GLADE_DIR
+
+so the plugin can find the glade files.
+---
+ plugin/Makefile.am | 2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/plugin/Makefile.am b/plugin/Makefile.am
+index 93284cc..dde76a9 100644
+--- a/plugin/Makefile.am
++++ b/plugin/Makefile.am
+@@ -3,6 +3,8 @@ if ENABLE_PLUGIN
+ plugindir = $(libdir)/mozilla/plugins
+ plugin_LTLIBRARIES = virt-viewer-plugin.la
+
++gladedir = $(pkgdatadir)/ui
++
+ virt_viewer_plugin_la_SOURCES = \
+ ../src/util.c ../src/util.h \
+ ../src/auth.c ../src/auth.h \
+--
diff --git a/debian/patches/series b/debian/patches/series
index 5ea1230..db6719b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-Fix-build-with-xulrunner-1.9.1.patch
+0002-Define-GLADE_DIR.patch
--
VirtViewer Debian packaging
More information about the Pkg-libvirt-commits
mailing list