vte r2336 - in trunk: . python



Author: pborelli
Date: Wed Dec 10 21:51:27 2008
New Revision: 2336
URL: http://svn.gnome.org/viewvc/vte?rev=2336&view=rev

Log:
2008-12-10  Paolo Borelli  <pborelli katamail com>

	Bug 562695 - ship pkg-config file for python bindings

	* configure.in:
        * python/Makefile.am:
	* python/pyvte.pc.in:



Added:
   trunk/python/pyvte.pc.in
Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/python/   (props changed)
   trunk/python/Makefile.am

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Dec 10 21:51:27 2008
@@ -476,6 +476,7 @@
 termcaps/Makefile
 perf/Makefile
 python/Makefile
+python/pyvte.pc
 po/Makefile.in
 doc/Makefile
 doc/openi18n/Makefile

Modified: trunk/python/Makefile.am
==============================================================================
--- trunk/python/Makefile.am	(original)
+++ trunk/python/Makefile.am	Wed Dec 10 21:51:27 2008
@@ -1,4 +1,10 @@
-EXTRA_DIST = vte.defs vte.override cat.py unrealize.py vte-demo.py
+EXTRA_DIST = vte.defs pyvte.pc.in vte.override cat.py unrealize.py vte-demo.py
+
+defsdir = $(datadir)/pygtk/2.0/defs
+defs_DATA = vte.defs
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = pyvte.pc
 
 PYTHON_MODULES = vtemodule.la
 

Added: trunk/python/pyvte.pc.in
==============================================================================
--- (empty file)
+++ trunk/python/pyvte.pc.in	Wed Dec 10 21:51:27 2008
@@ -0,0 +1,11 @@
+prefix= prefix@
+exec_prefix= exec_prefix@
+includedir= includedir@
+datarootdir= datarootdir@
+datadir= datadir@
+
+Name: PyVte
+Description: Python bindings for the Vte terminal widget.
+Requires: vte
+Version: @VERSION@
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]