Skip to content

Commit

Permalink
*/*: inherit xdg
Browse files Browse the repository at this point in the history
Signed-off-by: jinqiang zhang <jinqiang@zhang.my>
  • Loading branch information
peeweep committed Dec 19, 2024
1 parent a415a75 commit 8d977e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
12 changes: 1 addition & 11 deletions net-proxy/mihomo-party-bin/mihomo-party-bin-1.5.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit desktop xdg-utils unpacker
inherit desktop xdg unpacker

DESCRIPTION="Mihomo Party"
HOMEPAGE="
Expand Down Expand Up @@ -47,13 +47,3 @@ src_install() {
fperms +s /opt/mihomo-party/resources/sidecar/mihomo-alpha
fi
}

pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}

pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}
10 changes: 1 addition & 9 deletions www-apps/follow-bin/follow-bin-0.2.7_beta0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit desktop xdg-utils
inherit desktop xdg

MY_PV=$(ver_cut 1-3)-$(ver_cut 4).$(ver_cut 5)

Expand Down Expand Up @@ -61,11 +61,3 @@ src_install() {
fperms +x "${apphome}/Follow"
dosym -r "${apphome}/Follow" "/opt/bin/Follow"
}

pkg_postinst() {
xdg_desktop_database_update
}

pkg_postrm() {
xdg_desktop_database_update
}
10 changes: 1 addition & 9 deletions www-apps/lzc-client-desktop/lzc-client-desktop-1.1.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit unpacker desktop xdg-utils
inherit unpacker desktop xdg

DESCRIPTION="懒猫微服"
HOMEPAGE="https://lazycat.cloud"
Expand Down Expand Up @@ -43,11 +43,3 @@ src_install() {

dosym -r /opt/lzc-client-desktop/lzc-client-desktop /opt/bin/lzc-client-desktop
}

pkg_postinst() {
xdg_desktop_database_update
}

pkg_postrm() {
xdg_desktop_database_update
}

0 comments on commit 8d977e3

Please sign in to comment.