summaryrefslogtreecommitdiff
path: root/games-engines/love/love-0.7.2-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-engines/love/love-0.7.2-r2.ebuild')
-rw-r--r--games-engines/love/love-0.7.2-r2.ebuild11
1 files changed, 7 insertions, 4 deletions
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" \