From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64E0B138359 for ; Sun, 12 Jul 2020 23:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CF13E087B; Sun, 12 Jul 2020 23:08:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68398E087B for ; Sun, 12 Jul 2020 23:08:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56A4E34FA83 for ; Sun, 12 Jul 2020 23:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B2402DD for ; Sun, 12 Jul 2020 23:07:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1594595264.535ed55c931f1ea94fce5b079d70cc05fc0bfab0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/oxygen-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild X-VCS-Directories: kde-frameworks/oxygen-icons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 535ed55c931f1ea94fce5b079d70cc05fc0bfab0 X-VCS-Branch: master Date: Sun, 12 Jul 2020 23:07:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09a6f742-7a71-4fac-98f7-1ade3e9e1935 X-Archives-Hash: 5f4a87e7bae0dbf76bf7e8993202ad1d commit: 535ed55c931f1ea94fce5b079d70cc05fc0bfab0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 12 21:29:43 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 12 23:07:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535ed55c kde-frameworks/oxygen-icons: update icon cache Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild | 10 +++++++++- kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild index d64a7f659da..5c03e77bfec 100644 --- a/kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild +++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.70.0.ebuild @@ -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 +} diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild index ed436f5301c..e4cbd64523e 100644 --- a/kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild +++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.72.0.ebuild @@ -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 +}