net-irc/weechat: xdg-utils.eclass => xdg.eclass

Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/32350
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Leonardo Hernández Hernández
2023-08-25 11:13:47 -06:00
committed by Arthur Zamarin
parent cbdcccf3b8
commit 0dcb2ee769
2 changed files with 2 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ EAPI=8
LUA_COMPAT=( lua5-{1..4} )
PYTHON_COMPAT=( python3_{10..12} )
inherit cmake lua-single python-single-r1 xdg-utils
inherit cmake lua-single python-single-r1 xdg
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
@@ -184,15 +184,3 @@ src_test() {
die "required locale missing"
fi
}
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}

View File

@@ -6,7 +6,7 @@ EAPI=8
LUA_COMPAT=( lua5-{1..4} )
PYTHON_COMPAT=( python3_{10..12} )
inherit cmake lua-single python-single-r1 xdg-utils
inherit cmake lua-single python-single-r1 xdg
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
@@ -184,15 +184,3 @@ src_test() {
die "required locale missing"
fi
}
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}