summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-19 12:39:37 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-19 12:39:37 +0100
commit279a651a3c5f53d8e1581e0ffb0542ba8842e96a (patch)
tree9b87a125e7c9950102122dde28ef8768fea0f3b7 /x11-themes
parent8ff547d15172cf77ceae53b4dba6fbb894e9b61e (diff)
x11-themes/material-icon-theme : migrate from gnome2-utils to xdg-utils eclass
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r2.ebuild (renamed from x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r1.ebuild)10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r1.ebuild b/x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r2.ebuild
index d4a5e30f..29a71285 100644
--- a/x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r1.ebuild
+++ b/x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit git-r3 gnome2-utils
+inherit git-r3 xdg-utils
DESCRIPTION="Icon theme following the Google's material design specifications"
HOMEPAGE="https://gitlab.com/bionel/bionel-icons"
@@ -27,14 +27,10 @@ src_install() {
doins -r material-icons/*
}
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}