]> git.pld-linux.org Git - packages/zbar.git/blame - zbar-missing-files.patch
- rediff patches
[packages/zbar.git] / zbar-missing-files.patch
CommitLineData
c54f5c3e
JR
1diff -urNp -x '*.orig' zbar-0.23.90.org/pygtk/zbarpygtk.override zbar-0.23.90/pygtk/zbarpygtk.override
2--- zbar-0.23.90.org/pygtk/zbarpygtk.override 1970-01-01 01:00:00.000000000 +0100
3+++ zbar-0.23.90/pygtk/zbarpygtk.override 2021-03-02 23:13:40.469676611 +0100
aee86a76
JB
4@@ -0,0 +1,20 @@
5+%%
6+headers
7+#include <Python.h>
8+#include <pygobject.h>
9+#include <zbar/zbargtk.h>
10+%%
11+modulename zbarpygtk
12+%%
13+import gtk.Widget as PyGtkWidget_Type
14+import gtk.gdk.Pixbuf as PyGdkPixbuf_Type
15+%%
16+ignore-type
17+ ZBarGtkError
18+%%
19+ignore-glob
20+ *_get_type
21+%%
22+ignore
23+ zbar_gtk_image_from_pixbuf # until base library wrappers are in place
24+%%
This page took 0.031002 seconds and 4 git commands to generate.