diff options
author | Dror Levin <spatz@gentoo.org> | 2010-01-20 12:30:20 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-01-20 12:30:20 +0000 |
commit | c39337bca4b928da8cfa3c40ac294b0565d63d4a (patch) | |
tree | 9f75be2ea0c173cd3f511340813c25c0ceb11217 /x11-libs/qt-dbus | |
parent | Remove qgraphicsscence patch for 4.6.1 as it was included upstream. (diff) | |
download | gentoo-2-c39337bca4b928da8cfa3c40ac294b0565d63d4a.tar.gz gentoo-2-c39337bca4b928da8cfa3c40ac294b0565d63d4a.tar.bz2 gentoo-2-c39337bca4b928da8cfa3c40ac294b0565d63d4a.zip |
Remake nolibx11 patch for 4.6.1.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-dbus')
-rw-r--r-- | x11-libs/qt-dbus/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-dbus/files/qt-4.6.1-nolibx11.patch | 18 | ||||
-rw-r--r-- | x11-libs/qt-dbus/qt-dbus-4.6.1.ebuild | 4 |
3 files changed, 25 insertions, 3 deletions
diff --git a/x11-libs/qt-dbus/ChangeLog b/x11-libs/qt-dbus/ChangeLog index 85fb3de19211..dbf08544f4fe 100644 --- a/x11-libs/qt-dbus/ChangeLog +++ b/x11-libs/qt-dbus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-dbus # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.57 2010/01/19 14:48:38 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.58 2010/01/20 12:30:20 spatz Exp $ + + 20 Jan 2010; Dror Levin <spatz@gentoo.org> qt-dbus-4.6.1.ebuild, + +files/qt-4.6.1-nolibx11.patch: + Remake nolibx11 patch for 4.6.1. *qt-dbus-4.6.1 (19 Jan 2010) diff --git a/x11-libs/qt-dbus/files/qt-4.6.1-nolibx11.patch b/x11-libs/qt-dbus/files/qt-4.6.1-nolibx11.patch new file mode 100644 index 000000000000..e5d13327b8ce --- /dev/null +++ b/x11-libs/qt-dbus/files/qt-4.6.1-nolibx11.patch @@ -0,0 +1,18 @@ +--- configure-orig 2010-01-20 14:18:32.466798257 +0200 ++++ configure 2010-01-20 14:18:58.516799116 +0200 +@@ -5059,15 +5059,6 @@ + X11TESTS_FLAGS="$X11TESTS_FLAGS -fpermissive" + fi + +- # Check we actually have X11 :-) +- "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/xlib "XLib" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS +- if [ $? != "0" ]; then +- echo "Basic XLib functionality test failed!" +- echo " You might need to modify the include and library search paths by editing" +- echo " QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in ${XQMAKESPEC}." +- exit 1 +- fi +- + # auto-detect OpenGL support (es1 = OpenGL ES 1.x Common, es1cl = ES 1.x common lite, es2 = OpenGL ES 2.x) + if [ "$CFG_OPENGL" = "auto" ] || [ "$CFG_OPENGL" = "yes" ]; then + if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/opengl "OpenGL" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS; then diff --git a/x11-libs/qt-dbus/qt-dbus-4.6.1.ebuild b/x11-libs/qt-dbus/qt-dbus-4.6.1.ebuild index de3107d3ce06..fe8557450555 100644 --- a/x11-libs/qt-dbus/qt-dbus-4.6.1.ebuild +++ b/x11-libs/qt-dbus/qt-dbus-4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.1.ebuild,v 1.1 2010/01/19 14:48:39 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.1.ebuild,v 1.2 2010/01/20 12:30:20 spatz Exp $ EAPI="2" inherit qt4-build @@ -31,7 +31,7 @@ src/corelib src/xml" PATCHES=( - "${FILESDIR}/qt-4.6-nolibx11.diff" + "${FILESDIR}/qt-${PV}-nolibx11.patch" ) src_configure() { |