diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-19 12:39:37 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-19 12:39:37 +0100 |
commit | 279a651a3c5f53d8e1581e0ffb0542ba8842e96a (patch) | |
tree | 9b87a125e7c9950102122dde28ef8768fea0f3b7 | |
parent | 8ff547d15172cf77ceae53b4dba6fbb894e9b61e (diff) |
x11-themes/material-icon-theme : migrate from gnome2-utils to xdg-utils eclass
-rw-r--r-- | metadata/md5-cache/x11-themes/material-icon-theme-1.314.1337-r1 | 12 | ||||
-rw-r--r-- | metadata/md5-cache/x11-themes/material-icon-theme-1.314.1337-r2 | 12 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 2 | ||||
-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 |
4 files changed, 16 insertions, 20 deletions
diff --git a/metadata/md5-cache/x11-themes/material-icon-theme-1.314.1337-r1 b/metadata/md5-cache/x11-themes/material-icon-theme-1.314.1337-r1 deleted file mode 100644 index 8c2989a5..00000000 --- a/metadata/md5-cache/x11-themes/material-icon-theme-1.314.1337-r1 +++ /dev/null @@ -1,12 +0,0 @@ -BDEPEND=>=dev-vcs/git-1.8.2.1[curl] -DEFINED_PHASES=install postinst postrm preinst unpack -DESCRIPTION=Icon theme following the Google's material design specifications -EAPI=8 -HOMEPAGE=https://gitlab.com/bionel/bionel-icons -INHERIT=git-r3 gnome2-utils -KEYWORDS=amd64 x86 -LICENSE=Apache-2.0 -PROPERTIES=live -SLOT=0 -_eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 gnome2-utils 30dbce54b89e77b86f366548f94419ad multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=8fc1a85ac33536e568656508ab1cef46 diff --git a/metadata/md5-cache/x11-themes/material-icon-theme-1.314.1337-r2 b/metadata/md5-cache/x11-themes/material-icon-theme-1.314.1337-r2 new file mode 100644 index 00000000..78b7760b --- /dev/null +++ b/metadata/md5-cache/x11-themes/material-icon-theme-1.314.1337-r2 @@ -0,0 +1,12 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] +DEFINED_PHASES=install postinst postrm unpack +DESCRIPTION=Icon theme following the Google's material design specifications +EAPI=8 +HOMEPAGE=https://gitlab.com/bionel/bionel-icons +INHERIT=git-r3 xdg-utils +KEYWORDS=amd64 x86 +LICENSE=Apache-2.0 +PROPERTIES=live +SLOT=0 +_eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=42b676e590d1ffba05301353d0a1d3a3 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 3c635160..a22af0f5 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -91,7 +91,7 @@ x11-misc/nvidia-prime 314: NVIDIA Prime Render Offload configuration and utiliti x11-misc/nvidia-settings 390.157-r5 470.239.06 535.171.04: NVIDIA Linux X11 Settings Utility x11-misc/pcmanfm-qt-share 1337: PCManFM-QT custom action to share folder using Samba x11-misc/sddm 0.20.0-r1: Simple Desktop Display Manager -x11-themes/material-icon-theme 1.314.1337-r1: Icon theme following the Google's material design specifications +x11-themes/material-icon-theme 1.314.1337-r2: Icon theme following the Google's material design specifications x11-themes/redcore-artwork-calamares 1.314.1337-r5: Redcore Linux branding component for Calamares x11-themes/redcore-artwork-community 1.314.1337-r1: Redcore Linux Community Wallpapers x11-themes/redcore-artwork-core 1.314.1337-r1: Offical Redcore Linux Core Artwork 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 } |