mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 15:28:58 -04:00
dev-games/liblcf: Use xdg.eclass instead of xdg-utils.eclass
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
48d4334ba7
commit
a0ca3c6b12
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg-utils
|
||||
inherit cmake xdg
|
||||
|
||||
DESCRIPTION="Library to handle RPG Maker 2000/2003 and EasyRPG projects"
|
||||
HOMEPAGE="https://github.com/EasyRPG/liblcf"
|
||||
@ -33,6 +33,3 @@ src_configure() {
|
||||
src_test() {
|
||||
cmake_build check
|
||||
}
|
||||
|
||||
pkg_postrm() { xdg_mimeinfo_database_update; }
|
||||
pkg_postinst() { xdg_mimeinfo_database_update; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user