From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- games-engines/love/love-0.7.2-r2.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'games-engines/love/love-0.7.2-r2.ebuild') diff --git a/games-engines/love/love-0.7.2-r2.ebuild b/games-engines/love/love-0.7.2-r2.ebuild index e29f78d0863e..0743c3dd9250 100644 --- a/games-engines/love/love-0.7.2-r2.ebuild +++ b/games-engines/love/love-0.7.2-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="A framework for 2D games in Lua" -HOMEPAGE="http://love2d.org/" -SRC_URI="https://www.bitbucket.org/rude/${PN}/downloads/${P}-linux-src.tar.gz" +HOMEPAGE="https://love2d.org/" +SRC_URI="https://github.com/love2d/${PN}/releases/download/${PV}/${P}-linux-src.tar.gz" LICENSE="ZLIB" SLOT="0.7" @@ -31,7 +31,10 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PN}-HEAD" -PATCHES=( "${FILESDIR}"/${PN}-0.8.0-freetype2.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-0.7.2-opengl_glext_prototypes.patch + "${FILESDIR}"/${PN}-0.8.0-freetype2.patch +) src_install() { DOCS="readme.txt changes.txt" \ -- cgit v1.2.3