polynomial-c 14/08/25 20:52:02 Modified: ChangeLog qtcurve-1.8.18.ebuild Log: Fixed qt5 support (bug #513478) (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.92 x11-themes/qtcurve/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.92&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/ChangeLog?rev=1.92&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/ChangeLog?r1=1.91&r2=1.92 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- ChangeLog 6 Aug 2014 16:30:13 -0000 1.91 +++ ChangeLog 25 Aug 2014 20:52:02 -0000 1.92 @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/qtcurve # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.91 2014/08/06 16:30:13 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.92 2014/08/25 20:52:02 polynomial-c Exp $ + + 25 Aug 2014; Lars Wendler <[email protected]> qtcurve-1.8.18.ebuild, + +files/qtcurve-1.8.18-remove_qt_filedialog_api.patch: + Fixed qt5 support. Thanks to David Heidelberger who reported this in bug + #513478. 06 Aug 2014; Michael Palimaka <[email protected]> -files/qtcurve_kwin_automagic_fix.patch, -qtcurve-1.8.14.ebuild: 1.3 x11-themes/qtcurve/qtcurve-1.8.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.18.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.18.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.18.ebuild?r1=1.2&r2=1.3 Index: qtcurve-1.8.18.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.18.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qtcurve-1.8.18.ebuild 4 Feb 2014 14:10:09 -0000 1.2 +++ qtcurve-1.8.18.ebuild 25 Aug 2014 20:52:02 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.18.ebuild,v 1.2 2014/02/04 14:10:09 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.18.ebuild,v 1.3 2014/08/25 20:52:02 polynomial-c Exp $ EAPI=5 KDE_REQUIRED="optional" @@ -52,7 +52,10 @@ DOCS=( AUTHORS ChangeLog.md README.md TODO.md ) -PATCHES=( "${DISTDIR}/${P}-dont_use_c++11.patch" ) +PATCHES=( + "${DISTDIR}/${P}-dont_use_c++11.patch" + "${FILESDIR}/${P}-remove_qt_filedialog_api.patch" + ) pkg_setup() { # bug #498776
