~ubuntu-branches/ubuntu/oneiric/pyside/oneiric

« back to all changes in this revision

Viewing changes to libpyside/pyside.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2011-02-18 18:01:00 UTC
  • mfrom: (1.2.3 upstream) (6.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110218180100-vaczjij7g08fzfme
Tags: 1.0.0~rc1-1
* New 1.0.0~rc1 upstream release
  - Bump the B-D chain versions:
    + apiextractor to 0.10.0-2~
    + generatorrunner to 0.6.6
    + shiboken to 1.0.0~rc1
* Update patches to ~rc1.
* debian/watch: update to handle Release Candidates too.
* Bump XS-Python-Version to >= 2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
libdir=@LIB_INSTALL_DIR@
4
4
includedir=@CMAKE_INSTALL_PREFIX@/include/PySide@pyside_SUFFIX@
5
5
typesystemdir=@CMAKE_INSTALL_PREFIX@/share/PySide@pyside_SUFFIX@/typesystems
 
6
pythonpath=@SITE_PACKAGE@
6
7
 
7
8
Name: PySide@pyside_SUFFIX@
8
9
Description: Support library for Python bindings of Qt-based libraries.
9
 
Version: @BINDING_API_VERSION@
10
 
Libs: -L${libdir} -lpython -lpyside@pyside_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
 
10
Version: @BINDING_API_VERSION_FULL@
 
11
Libs: -L${libdir} -lpyside@pyside_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
11
12
Cflags: -I${includedir}
 
13
Requires: shiboken
12
14