aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2023-08-31 11:58:38 +0200
committerLucio Sauer <watermanpaint@posteo.net>2023-09-02 21:46:23 +0200
commit13ccaf9d42f6ee33f07f0a266a66e0c409307dcb (patch)
tree049a7ee374dc386222c17352253f51fa089009f8 /dev-games/liblcf/liblcf-0.8.ebuild
parentdev-python/pyrr: enable py3.12 (diff)
downloadguru-13ccaf9d42f6ee33f07f0a266a66e0c409307dcb.tar.gz
guru-13ccaf9d42f6ee33f07f0a266a66e0c409307dcb.tar.bz2
guru-13ccaf9d42f6ee33f07f0a266a66e0c409307dcb.zip
dev-games/liblcf: update HOMEPAGE, SRC_URI
Remove unnecessary cmake_use_find_package Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'dev-games/liblcf/liblcf-0.8.ebuild')
-rw-r--r--dev-games/liblcf/liblcf-0.8.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-games/liblcf/liblcf-0.8.ebuild b/dev-games/liblcf/liblcf-0.8.ebuild
index a909a2ff6..9d2f6afc4 100644
--- a/dev-games/liblcf/liblcf-0.8.ebuild
+++ b/dev-games/liblcf/liblcf-0.8.ebuild
@@ -6,9 +6,9 @@ EAPI=8
inherit cmake xdg
DESCRIPTION="Library to handle RPG Maker 2000/2003 and EasyRPG projects"
-HOMEPAGE="https://github.com/EasyRPG/liblcf"
-SRC_URI="https://github.com/EasyRPG/liblcf/archive/refs/tags/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
+HOMEPAGE="https://easyrpg.org/
+ https://github.com/EasyRPG/liblcf"
+SRC_URI="https://easyrpg.org/downloads/player/${PV}/${P}.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@@ -29,9 +29,7 @@ src_configure() {
-DBUILD_SHARED_LIBS=True
-DLIBLCF_UPDATE_MIMEDB=False
-DLIBLCF_ENABLE_TOOLS=$(usex tools)
- $(cmake_use_find_package doc Doxygen)
)
-
cmake_src_configure
}