mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
games-action/multimc: use cmake instead of cmake-utils
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop xdg cmake-utils
|
||||
inherit desktop xdg cmake
|
||||
|
||||
MY_PN="MultiMC5"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
@@ -57,11 +57,11 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DMultiMC_LAYOUT=lin-system
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
cmake_src_install
|
||||
domenu application/package/linux/multimc.desktop
|
||||
doicon -s scalable application/resources/multimc/scalable/multimc.svg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user