mr_bones_ 15/06/04 20:39:51 Modified: libsfml-2.2.ebuild ChangeLog Log: add patch from Palmer Dabbelt to install pkgconfig files (bug #548364) (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 media-libs/libsfml/libsfml-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild?r1=1.2&r2=1.3 Index: libsfml-2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libsfml-2.2.ebuild 22 Mar 2015 16:32:17 -0000 1.2 +++ libsfml-2.2.ebuild 4 Jun 2015 20:39:51 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild,v 1.2 2015/03/22 16:32:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.2.ebuild,v 1.3 2015/06/04 20:39:51 mr_bones_ Exp $ EAPI=5 @@ -46,6 +46,7 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use doc SFML_BUILD_DOC) + -DSFML_INSTALL_PKGCONFIG_FILES=TRUE ) cmake-utils_src_configure } 1.18 media-libs/libsfml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 22 Mar 2015 16:32:17 -0000 1.17 +++ ChangeLog 4 Jun 2015 20:39:51 -0000 1.18 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsfml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v 1.17 2015/03/22 16:32:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/ChangeLog,v 1.18 2015/06/04 20:39:51 mr_bones_ Exp $ + + 04 Jun 2015; Michael Sterrett <[email protected]> libsfml-2.2.ebuild: + add patch from Palmer Dabbelt to install pkgconfig files (bug #548364) 22 Mar 2015; Tim Harder <[email protected]> libsfml-1.6-r1.ebuild, libsfml-2.2.ebuild: @@ -82,4 +85,3 @@ +files/libsfml-1.6-deps-and-flags.patch, +files/libsfml-1.6-destdir.patch, +metadata.xml: Initial import for bug #258895. Ebuild by me. -
