mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user