aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spice-gtk/codegendir.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-06-18 14:32:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-06-18 14:33:15 +0000
commitad31fdffc032e207270c6d28dbf7f54709f438b5 (patch)
treed478efdb7cab7d2c1c5fa7d6b9d9e06a809204f6 /testing/spice-gtk/codegendir.patch
parent7d59962978a6587fac94aaa69a1ca28290feeef5 (diff)
downloadaports-ad31fdffc032e207270c6d28dbf7f54709f438b5.tar.bz2
aports-ad31fdffc032e207270c6d28dbf7f54709f438b5.tar.xz
testing/spice-gtk: new aport
A GTK+ widget for SPICE clients http://spice-space.org/page/Spice-Gtk
Diffstat (limited to 'testing/spice-gtk/codegendir.patch')
-rw-r--r--testing/spice-gtk/codegendir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/spice-gtk/codegendir.patch b/testing/spice-gtk/codegendir.patch
new file mode 100644
index 0000000000..13b9e4077a
--- /dev/null
+++ b/testing/spice-gtk/codegendir.patch
@@ -0,0 +1,11 @@
+--- ./gtk/Makefile.in.orig
++++ ./gtk/Makefile.in
+@@ -895,7 +895,7 @@
+ @WITH_PYTHON_TRUE@SpiceClientGtk_la_LDFLAGS = -module -avoid-version -fPIC
+ @WITH_PYTHON_TRUE@SpiceClientGtk_la_SOURCES = spice-client-gtk-module.c
+ @WITH_PYTHON_TRUE@nodist_SpiceClientGtk_la_SOURCES = spice-client-gtk-module.defs.c
+-@WITH_PYTHON_TRUE@CODEGENDIR = `pkg-config --variable=codegendir pygtk-2.0`
++@WITH_PYTHON_TRUE@CODEGENDIR = `pkg-config --variable=codegendir pygobject-2.0`
+ @WITH_PYTHON_TRUE@DEFSDIR = `pkg-config --variable=defsdir pygtk-2.0`
+ @G_IR_SCANNER_SYMBOL_PREFIX_FALSE@PREFIX_ARGS = --strip-prefix=Spice
+ @G_IR_SCANNER_SYMBOL_PREFIX_TRUE@PREFIX_ARGS = --symbol-prefix=spice --identifier-prefix=Spice