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 6DD78138350 for ; Tue, 7 Apr 2020 08:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87D17E0BBC; Tue, 7 Apr 2020 08:48:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6D262E0BBC for ; Tue, 7 Apr 2020 08:48:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 48F4934F04E for ; Tue, 7 Apr 2020 08:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75ACC166 for ; Tue, 7 Apr 2020 08:48:23 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1586249278.e1467b6350db68918e04fe353c5f1e7af0218435.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/obsidian-icon-theme/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild X-VCS-Directories: x11-themes/obsidian-icon-theme/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: e1467b6350db68918e04fe353c5f1e7af0218435 X-VCS-Branch: dev Date: Tue, 7 Apr 2020 08:48:23 +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: 09265d92-fbe9-424f-a666-c60b906f7481 X-Archives-Hash: 0e1b94700a68d7738d2ab03e2efde71c commit: e1467b6350db68918e04fe353c5f1e7af0218435 Author: Huang Rui gmail com> AuthorDate: Tue Apr 7 08:47:58 2020 +0000 Commit: Rui Huang gmail com> CommitDate: Tue Apr 7 08:47:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1467b63 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 gmail.com> 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 39e6e00..d421aea 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 39e6e00..d421aea 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}"