Gentoo Archives: gentoo-commits

From: "TomAs Touceda (chiiph)" <chiiph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/shiboken/files: shiboken-1.0.3-fix-pkgconfig.patch
Date: Fri, 27 May 2011 18:21:55
Message-Id: 20110527182144.59E7520054@flycatcher.gentoo.org
1 chiiph 11/05/27 18:21:44
2
3 Added: shiboken-1.0.3-fix-pkgconfig.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-python/shiboken/files/shiboken-1.0.3-fix-pkgconfig.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/files/shiboken-1.0.3-fix-pkgconfig.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/files/shiboken-1.0.3-fix-pkgconfig.patch?rev=1.1&content-type=text/plain
14
15 Index: shiboken-1.0.3-fix-pkgconfig.patch
16 ===================================================================
17 diff -Naur shiboken-1.0.0~beta5.orig/data/shiboken.pc.in shiboken-1.0.0~beta5/data/shiboken.pc.in
18 --- shiboken-1.0.0~beta5.orig/data/shiboken.pc.in 2011-02-02 11:39:04.000000000 -0300
19 +++ shiboken-1.0.0~beta5/data/shiboken.pc.in 2011-02-17 11:06:16.843572611 -0300
20 @@ -1,7 +1,8 @@
21 prefix=@CMAKE_INSTALL_PREFIX@
22 exec_prefix=@CMAKE_INSTALL_PREFIX@
23 libdir=@LIB_INSTALL_DIR@
24 -includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
25 +shiboken_SUFFIX=@shiboken_SUFFIX@
26 +includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken${shiboken_SUFFIX}
27 generator_location=@CMAKE_INSTALL_PREFIX@/bin/@SHIBOKEN_GENERATOR@
28 python_interpreter=@PYTHON_EXECUTABLE@
29 python_include_dir=@SBK_PYTHON_INCLUDE_DIR@
30 @@ -11,5 +12,5 @@
31 Description: Support library for Python bindings created with Shiboken generator.
32 Version: @shiboken_VERSION@
33 Libs: @SBK_PYTHON_LIBRARIES@ -L${libdir} -lshiboken@shiboken_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@
34 -Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/@shiboken_SUFFIX@@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@
35 +Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/