summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2022-12-19 11:35:40 +0100
committerPacho Ramos <pacho@gentoo.org>2022-12-19 11:35:40 +0100
commit7ce85701b94ddb9318773de41e2430befd4bf622 (patch)
tree2ef12f8d3839b49e0a75fdbfe0482d76c9c24476
parentdev-libs/libayatana-appindicator: Add missing dep (diff)
downloadgentoo-7ce85701.tar.gz
gentoo-7ce85701.tar.bz2
gentoo-7ce85701.zip
x11-themes/adwaita-icon-theme: Update icon cache
Closes: https://bugs.gentoo.org/885967 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild
index 0242566d07d7..1dfa41d0d7e4 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
-inherit gnome2 python-any-r1
+inherit gnome2 python-any-r1 xdg
DESCRIPTION="GNOME default icon theme"
HOMEPAGE="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
@@ -72,6 +72,7 @@ pkg_preinst() {
if [[ -d "${EROOT}"/usr/share/cursors/xorg-x11/Adwaita ]] ; then
rm -r "${EROOT}"/usr/share/cursors/xorg-x11/Adwaita || die
fi
+ xdg_pkg_preinst
}
src_install() {