From e1467b6350db68918e04fe353c5f1e7af0218435 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Tue, 7 Apr 2020 16:47:58 +0800 Subject: [PATCH] x11-themes/obsidian-icon-theme: update icon cache after build Add xdg as inherit to update icon cache Fix QA Notice: new icons were found installed but icon cache Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Huang Rui --- x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild | 2 ++ x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild index 39e6e00468..d421aea1f1 100644 --- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild +++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild @@ -5,6 +5,8 @@ EAPI=7 GIT_PN="iconpack-obsidian" +inherit xdg + DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme" HOMEPAGE="https://github.com/madmaxms/${GIT_PN}" diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild index 39e6e00468..d421aea1f1 100644 --- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild +++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild @@ -5,6 +5,8 @@ EAPI=7 GIT_PN="iconpack-obsidian" +inherit xdg + DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme" HOMEPAGE="https://github.com/madmaxms/${GIT_PN}"