kde-frameworks/oxygen-icons: update icon cache

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-07-12 23:29:43 +02:00
parent b616e3a64b
commit 535ed55c93
2 changed files with 18 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ EAPI=7
KDE_ORG_NAME="oxygen-icons5"
PVCUT=$(ver_cut 1-2)
QTMIN=5.12.3
inherit cmake kde.org
inherit cmake kde.org xdg-utils
DESCRIPTION="Oxygen SVG icon theme"
@@ -27,3 +27,11 @@ src_prepare() {
cmake_src_prepare
use test || cmake_comment_add_subdirectory autotests
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}

View File

@@ -6,7 +6,7 @@ EAPI=7
KDE_ORG_NAME="oxygen-icons5"
PVCUT=$(ver_cut 1-2)
QTMIN=5.14.2
inherit cmake kde.org
inherit cmake kde.org xdg-utils
DESCRIPTION="Oxygen SVG icon theme"
@@ -27,3 +27,11 @@ src_prepare() {
cmake_src_prepare
use test || cmake_comment_add_subdirectory autotests
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}