Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/shiboken/files: shiboken-1.0.6-fix-pkgconfig.patch shiboken-0.5.1-fix-pkgconfig.patch shiboken-1.0.0-fix-pkgconfig.patch
Date: Tue, 06 Sep 2011 12:42:52
Message-Id: 20110906124218.13D412005E@flycatcher.gentoo.org
1 scarabeus 11/09/06 12:42:18
2
3 Added: shiboken-1.0.6-fix-pkgconfig.patch
4 Removed: shiboken-0.5.1-fix-pkgconfig.patch
5 shiboken-1.0.0-fix-pkgconfig.patch
6 Log:
7 Bump pyside to latest release. Punt older that i didn't manage to make behave.
8
9 (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.1 dev-python/shiboken/files/shiboken-1.0.6-fix-pkgconfig.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/files/shiboken-1.0.6-fix-pkgconfig.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/files/shiboken-1.0.6-fix-pkgconfig.patch?rev=1.1&content-type=text/plain
16
17 Index: shiboken-1.0.6-fix-pkgconfig.patch
18 ===================================================================
19 diff -urN shiboken-1.0.6.old/data/shiboken.pc.in shiboken-1.0.6/data/shiboken.pc.in
20 --- shiboken-1.0.6.old/data/shiboken.pc.in 2011-09-06 12:36:36.150737026 +0200
21 +++ shiboken-1.0.6/data/shiboken.pc.in 2011-09-06 12:38:30.780735651 +0200
22 @@ -1,7 +1,8 @@
23 prefix=@CMAKE_INSTALL_PREFIX@
24 exec_prefix=@CMAKE_INSTALL_PREFIX@
25 libdir=@LIB_INSTALL_DIR@
26 -includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
27 +shiboken_SUFFIX=@shiboken_SUFFIX@
28 +includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken${shiboken_SUFFIX}
29 generator_location=@CMAKE_INSTALL_PREFIX@/bin/@SHIBOKEN_GENERATOR@
30 python_interpreter=@PYTHON_EXECUTABLE@
31 python_include_dir=@SBK_PYTHON_INCLUDE_DIR@
32 @@ -10,5 +11,5 @@
33 Description: Support library for Python bindings created with Shiboken generator.
34 Version: @shiboken_VERSION@
35 Libs: @SBK_PYTHON_LIBRARIES@ -L${libdir} -lshiboken@shiboken_SUFFIX@-@PYTHON_BASENAME@@LIBRARY_OUTPUT_SUFFIX@
36 -Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/@shiboken_SUFFIX@@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@
37 +Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/