commit: 93a14cb0dd1a352db0e9a163168879cb58375fe4 Author: 123485k <1758961307 <AT> qq <DOT> com> AuthorDate: Fri Feb 7 14:43:51 2025 +0000 Commit: V Uethya <1758961307 <AT> qq <DOT> com> CommitDate: Fri Feb 7 14:43:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a14cb0
games-util/goverlay: update DESCRIPTION Signed-off-by: 123485k <1758961307 <AT> qq.com> games-util/goverlay/goverlay-1.2.ebuild | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/games-util/goverlay/goverlay-1.2.ebuild b/games-util/goverlay/goverlay-1.2.ebuild index 7269e5759..9e7e30150 100644 --- a/games-util/goverlay/goverlay-1.2.ebuild +++ b/games-util/goverlay/goverlay-1.2.ebuild @@ -3,9 +3,9 @@ EAPI=8 -inherit xdg-utils +inherit xdg -DESCRIPTION="Graphical UI to help manage Linux overlays." +DESCRIPTION="Graphical UI to help manage Linux game overlays (MangoHud)." HOMEPAGE="https://github.com/benjamimgois/goverlay" if [[ ${PV} == *9999 ]]; then @@ -20,15 +20,14 @@ fi LICENSE="GPL-3" SLOT="0" -DEPEND=" - dev-lang/lazarus -" - RDEPEND=" - ${DEPEND} games-util/mangohud " +BDEPEND=" + >=dev-lang/lazarus-3.0[qt6] +" + src_prepare() { sed -i 's#/usr/local#/usr#g' Makefile || die "Failed to repalace prefix" eapply_user @@ -37,13 +36,3 @@ src_prepare() { src_compile() { emake LAZBUILDOPTS="--lazarusdir=/usr/share/lazarus" } - -pkg_postinst() { - xdg_icon_cache_update - xdg_mimeinfo_database_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}
