From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 704AA158128 for ; Wed, 18 Jun 2025 10:07:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5C2B9341E66 for ; Wed, 18 Jun 2025 10:07:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 383ED1104DC; Wed, 18 Jun 2025 10:07:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1F8B81104D9 for ; Wed, 18 Jun 2025 10:07:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BACC9341E66 for ; Wed, 18 Jun 2025 10:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D3692935 for ; Wed, 18 Jun 2025 10:07:15 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1750237975.05de305db7cabc24c95cfe1971bc09b6dca43253.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/corectrl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/corectrl/corectrl-1.5.1.ebuild app-misc/corectrl/corectrl-9999.ebuild X-VCS-Directories: app-misc/corectrl/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 05de305db7cabc24c95cfe1971bc09b6dca43253 X-VCS-Branch: master Date: Wed, 18 Jun 2025 10:07:15 +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: 27519d3a-dc67-4cdb-ab82-6c77bac88f5e X-Archives-Hash: d78691bd685b20f9d794ba44158db658 commit: 05de305db7cabc24c95cfe1971bc09b6dca43253 Author: Kostadin Shishmanov protonmail com> AuthorDate: Wed Jun 18 09:11:46 2025 +0000 Commit: David Roman gmail com> CommitDate: Wed Jun 18 09:12:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05de305d app-misc/corectrl: add xdg_icon_cache_update Signed-off-by: Kostadin Shishmanov protonmail.com> app-misc/corectrl/corectrl-1.5.1.ebuild | 7 ++++++- app-misc/corectrl/corectrl-9999.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app-misc/corectrl/corectrl-1.5.1.ebuild b/app-misc/corectrl/corectrl-1.5.1.ebuild index 7e9fa9e0b0..d2216f3080 100644 --- a/app-misc/corectrl/corectrl-1.5.1.ebuild +++ b/app-misc/corectrl/corectrl-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit ecm linux-info optfeature toolchain-funcs +inherit ecm linux-info optfeature toolchain-funcs xdg-utils DESCRIPTION="Core control application" HOMEPAGE="https://gitlab.com/corectrl/corectrl" @@ -70,6 +70,11 @@ src_configure() { } pkg_postinst() { + xdg_icon_cache_update optfeature "vulkaninfo" dev-util/vulkan-tools optfeature "glxinfo" x11-apps/mesa-progs } + +pkg_postrm() { + xdg_icon_cache_update +} diff --git a/app-misc/corectrl/corectrl-9999.ebuild b/app-misc/corectrl/corectrl-9999.ebuild index 7e9fa9e0b0..d2216f3080 100644 --- a/app-misc/corectrl/corectrl-9999.ebuild +++ b/app-misc/corectrl/corectrl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit ecm linux-info optfeature toolchain-funcs +inherit ecm linux-info optfeature toolchain-funcs xdg-utils DESCRIPTION="Core control application" HOMEPAGE="https://gitlab.com/corectrl/corectrl" @@ -70,6 +70,11 @@ src_configure() { } pkg_postinst() { + xdg_icon_cache_update optfeature "vulkaninfo" dev-util/vulkan-tools optfeature "glxinfo" x11-apps/mesa-progs } + +pkg_postrm() { + xdg_icon_cache_update +}