]> git.pld-linux.org Git - packages/zbar.git/blob - zbar-missing-files.patch
4e9b9c57afdfbe5146743f10c34a6c94384c6289
[packages/zbar.git] / zbar-missing-files.patch
1 --- zbar-0.23.1/zbar-qt.pc.in.orig      1970-01-01 01:00:00.000000000 +0100
2 +++ zbar-0.23.1/zbar-qt.pc.in   2020-09-12 21:48:26.551403984 +0200
3 @@ -0,0 +1,12 @@
4 +prefix=@prefix@
5 +exec_prefix=@exec_prefix@
6 +libdir=@libdir@
7 +includedir=@includedir@
8 +
9 +Name: zbar-qt
10 +Description: bar code scanning and decoding Qt4 widget
11 +URL: http://zbar.sourceforge.net
12 +Version: @VERSION@
13 +Requires: zbar, QtCore >= 4, QtGui >= 4
14 +Libs: -L${libdir} -lzbarqt
15 +Cflags: -I${includedir}
16 --- zbar-0.23.1/zbar-qt5.pc.in.orig     1970-01-01 01:00:00.000000000 +0100
17 +++ zbar-0.23.1/zbar-qt5.pc.in  2020-09-12 21:48:26.551403984 +0200
18 @@ -0,0 +1,12 @@
19 +prefix=@prefix@
20 +exec_prefix=@exec_prefix@
21 +libdir=@libdir@
22 +includedir=@includedir@
23 +
24 +Name: zbar-qt
25 +Description: bar code scanning and decoding Qt5 widget
26 +URL: http://zbar.sourceforge.net
27 +Version: @VERSION@
28 +Requires: zbar, Qt5Core >= 5, Qt5Gui >= 5
29 +Libs: -L${libdir} -lzbarqt
30 +Cflags: -I${includedir}
31 --- zbar-0.23.1/pygtk/zbarpygtk.override.orig   1970-01-01 01:00:00.000000000 +0100
32 +++ zbar-0.23.1/pygtk/zbarpygtk.override        2020-09-12 22:11:40.240520389 +0200
33 @@ -0,0 +1,20 @@
34 +%%
35 +headers
36 +#include <Python.h>
37 +#include <pygobject.h>
38 +#include <zbar/zbargtk.h>
39 +%%
40 +modulename zbarpygtk
41 +%%
42 +import gtk.Widget as PyGtkWidget_Type
43 +import gtk.gdk.Pixbuf as PyGdkPixbuf_Type
44 +%%
45 +ignore-type
46 +  ZBarGtkError
47 +%%
48 +ignore-glob
49 +  *_get_type
50 +%%
51 +ignore
52 +  zbar_gtk_image_from_pixbuf  # until base library wrappers are in place
53 +%%
This page took 0.070007 seconds and 2 git commands to generate.