patches/pygtk2-01-uninstalled.pc.diff
changeset 6199 fcbbb25b6fc8
child 7009 720667667b1a
equal deleted inserted replaced
6198:1d4f2f4d0b1c 6199:fcbbb25b6fc8
       
     1 --- pygtk-2.7.4.orig/configure.in	2005-10-27 18:14:45.686875000 -0400
       
     2 +++ pygtk-2.7.4/configure.in	2005-10-27 18:22:43.478049000 -0400
       
     3 @@ -181,7 +181,9 @@
       
     4  AC_CONFIG_FILES(
       
     5    Makefile
       
     6    pygobject-2.0.pc
       
     7 +  pygobject-2.0-uninstalled.pc
       
     8    pygtk-2.0.pc
       
     9 +  pygtk-2.0-uninstalled.pc
       
    10    codegen/Makefile
       
    11    gobject/Makefile
       
    12    gtk/Makefile
       
    13 --- /dev/null	2005-10-27 18:34:42.000000000 -0400
       
    14 +++ pygtk-2.7.4/pygtk-2.0-uninstalled.pc.in	2005-10-27 18:26:08.995301000 -0400
       
    15 @@ -0,0 +1,21 @@
       
    16 +prefix=@prefix@
       
    17 +exec_prefix=@exec_prefix@
       
    18 +includedir=@includedir@
       
    19 +datarootdir=@datarootdir@
       
    20 +datadir=@datadir@
       
    21 +pyexecdir=@pyexecdir@
       
    22 +
       
    23 +# you can use the --variable=pygtkincludedir argument to
       
    24 +# pkg-config to get this value.  You might want to use this to
       
    25 +# install additional headers.
       
    26 +pygtkincludedir=${includedir}/pygtk-2.0
       
    27 +
       
    28 +# same here.  Useful when calling the code generator in addon packages.
       
    29 +defsdir=${pc_top_builddir}/${pcfiledir}
       
    30 +codegendir=${pc_top_builddir}/${pcfiledir}/codegen
       
    31 +
       
    32 +Name: PyGTK
       
    33 +Description: Python bindings for GTK+ and related libraries
       
    34 +Requires: pygobject-2.0
       
    35 +Version: @VERSION@
       
    36 +Cflags: -I${pc_top_builddir}/${pcfiledir}/. @THREADING_CFLAGS@
       
    37 --- /dev/null	2005-10-27 18:34:42.000000000 -0400
       
    38 +++ pygtk-2.7.4/pygobject-2.0-uninstalled.pc.in	2005-10-27 18:27:31.486513000 -0400
       
    39 @@ -0,0 +1,20 @@
       
    40 +prefix=@prefix@
       
    41 +exec_prefix=@exec_prefix@
       
    42 +includedir=@includedir@
       
    43 +datarootdir=@datarootdir@
       
    44 +datadir=@datadir@
       
    45 +
       
    46 +# you can use the --variable=pygtkincludedir argument to
       
    47 +# pkg-config to get this value.  You might want to use this to
       
    48 +# install additional headers.
       
    49 +pygtkincludedir=${includedir}/pygtk-2.0
       
    50 +
       
    51 +# same here.  Useful when calling the code generator in addon packages.
       
    52 +defsdir=${pc_top_builddir}/${pcfiledir}/.
       
    53 +codegendir=${pc_top_builddir}/${pcfiledir}/gobject/codegen
       
    54 +
       
    55 +Name: PyGObject
       
    56 +Description: Python bindings for GObject
       
    57 +Requires: gobject-2.0
       
    58 +Version: @VERSION@
       
    59 +Cflags: -I${pc_top_builddir}/${pcfiledir}/gobject