mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
dev-games/liblcf: update HOMEPAGE, SRC_URI
Remove unnecessary cmake_use_find_package Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
parent
80b747a8d9
commit
13ccaf9d42
@ -1,2 +1,2 @@
|
||||
DIST liblcf-0.7.0.tar.gz 292623 BLAKE2B 7cf2f21244796b85745ac30bcc3ec7118dd10d5a7054fdd423bbb71ab9b0a4c85ccc644bd57c251374378fe525e1302367456ee348828efb8d97d825727f2caa SHA512 0abf77a7e4615f21b643b0e35d41450dc0dbd37d337fbbf619a19f73da3ee18e9d216f151f52a121be2d91bfee47c1a153f4c64df630d5c587cf4b6071e5b77a
|
||||
DIST liblcf-0.8.gh.tar.gz 305885 BLAKE2B 79c99fc9550ce2c005dc438ce8af794514427f638ffc07e8365609186c4a852859aa1e019c0e100b9778e2bc3b5573543d0640c41146ff4488670a6da5c1078b SHA512 54f3c2d330e82cbf7a17256cfe9a17e968895bb58968c212d4e3604d79f9c1e0492163ab01c53f060cffd8ee7f4280bb8ac939be110927f6a524c1799ba335b5
|
||||
DIST liblcf-0.8.tar.xz 473996 BLAKE2B f48cbef89bdde673d215e12336ea06785de9c0d4c06fc625581bedf7b922d8638d4ebad4c17eb34a203815502d86eb38413f9e1fd5884d533c0a6dbedec35d78 SHA512 d92d1a97e7518a7880826126623108d3b2b60aeebf039d7c1c533ea36c270ff643777b67522a171c857457d10ce295562d4838a681f70f524e4619913d816d4d
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user