From 93a14cb0dd1a352db0e9a163168879cb58375fe4 Mon Sep 17 00:00:00 2001 From: 123485k <1758961307@qq.com> Date: Fri, 7 Feb 2025 22:43:51 +0800 Subject: [PATCH] games-util/goverlay: update DESCRIPTION Signed-off-by: 123485k <1758961307@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 7269e5759a..9e7e301502 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,13 +20,12 @@ fi LICENSE="GPL-3" SLOT="0" -DEPEND=" - dev-lang/lazarus +RDEPEND=" + games-util/mangohud " -RDEPEND=" - ${DEPEND} - games-util/mangohud +BDEPEND=" + >=dev-lang/lazarus-3.0[qt6] " src_prepare() { @@ -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 -}