aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author123485k <1758961307@qq.com>2025-02-07 22:43:51 +0800
committer123485k <1758961307@qq.com>2025-02-07 22:43:51 +0800
commit93a14cb0dd1a352db0e9a163168879cb58375fe4 (patch)
tree2437fbb6f563ac0d70f7929b60c64021f7987964
parentnet-vpn/mullvadvpn-app: add 2025.3, drop 2025.2, 2025.3_beta1 (diff)
downloadguru-master.tar.gz
guru-master.tar.bz2
guru-master.zip
games-util/goverlay: update DESCRIPTIONHEADmaster
Signed-off-by: 123485k <1758961307@qq.com>
-rw-r--r--games-util/goverlay/goverlay-1.2.ebuild23
1 files 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
-}