]> git.sur5r.net Git - glabels/blob - debian/patches/0003-libglbarcode-uses-pangocairo-not-plain-pango.patch
Add upstream tracker URLs
[glabels] / debian / patches / 0003-libglbarcode-uses-pangocairo-not-plain-pango.patch
1 From: Jakob Haufe <sur5r@sur5r.net>
2 Date: Mon, 12 Mar 2012 00:44:57 +0100
3 Subject: libglbarcode uses pangocairo, not plain pango
4 Bug: https://sourceforge.net/tracker/?func=detail&aid=3514704&group_id=46122&atid=445116
5
6 Only having pango here results in incomplete linkage and complaints by
7 dpkg-shlibdeps.
8 ---
9  configure.ac                        |    2 +-
10  libglbarcode/libglbarcode-3.0.pc.in |    2 +-
11  2 files changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/configure.ac b/configure.ac
14 index ebcb0c4..ca2276d 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -176,7 +176,7 @@ dnl ---------------------------------------------------------------------------
18  PKG_CHECK_MODULES(LIBGLBARCODE, [\
19         glib-2.0 >= $GLIB_REQUIRED \
20         cairo >= $CAIRO_REQUIRED \
21 -       pango >= $PANGO_REQUIRED \
22 +       pangocairo >= $PANGO_REQUIRED \
23  ])
24  
25  AC_SUBST(LIBGLBARCODE_CFLAGS)
26 diff --git a/libglbarcode/libglbarcode-3.0.pc.in b/libglbarcode/libglbarcode-3.0.pc.in
27 index 325eff2..f621f14 100644
28 --- a/libglbarcode/libglbarcode-3.0.pc.in
29 +++ b/libglbarcode/libglbarcode-3.0.pc.in
30 @@ -5,7 +5,7 @@ includedir=@includedir@
31  
32  Name: LIBGLBARCODE
33  Description: GLabels Built-In Barcode Library
34 -Requires: glib-2.0 cairo pango
35 +Requires: glib-2.0 cairo pangocairo
36  Version: @VERSION@
37  Libs: -L${libdir} -lglbarcode-3.0
38  Libs.private: -lm