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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56149158094 for ; Thu, 11 Aug 2022 21:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69AB3E0B1A; Thu, 11 Aug 2022 21:27:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 3B3C1E0B1A for ; Thu, 11 Aug 2022 21:27:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76478340E62 for ; Thu, 11 Aug 2022 21:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE01055B for ; Thu, 11 Aug 2022 21:27:25 +0000 (UTC) From: "Jan Henke" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jan Henke" Message-ID: <1660253156.72a499af8c1635e3531f5cdff81c32b42016cf09.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/lxi-tools/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/lxi-tools/lxi-tools-2.1.ebuild X-VCS-Directories: sci-electronics/lxi-tools/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Jan Henke X-VCS-Revision: 72a499af8c1635e3531f5cdff81c32b42016cf09 X-VCS-Branch: dev Date: Thu, 11 Aug 2022 21:27:25 +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: 0314dd16-b2e2-445f-9ecc-38ef7eab359b X-Archives-Hash: 485510f5930d8739a80ce91f1a186b87 commit: 72a499af8c1635e3531f5cdff81c32b42016cf09 Author: Jan Henke taujhe de> AuthorDate: Thu Aug 11 21:25:56 2022 +0000 Commit: Jan Henke taujhe de> CommitDate: Thu Aug 11 21:25:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72a499af sci-electronics/lxi-tools: Fix gschema, xdg icons actions Signed-off-by: Jan Henke taujhe.de> sci-electronics/lxi-tools/lxi-tools-2.1.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sci-electronics/lxi-tools/lxi-tools-2.1.ebuild b/sci-electronics/lxi-tools/lxi-tools-2.1.ebuild index f069b84ec..47e2a4cb0 100644 --- a/sci-electronics/lxi-tools/lxi-tools-2.1.ebuild +++ b/sci-electronics/lxi-tools/lxi-tools-2.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson +inherit meson gnome2-utils xdg-utils DESCRIPTION="Tools to access devices with LXI" HOMEPAGE="https://github.com/lxi-tools/lxi-tools" @@ -34,3 +34,13 @@ src_configure() { ) meson_src_configure } + +pkg_postinst() { + gnome2_schemas_update + xdg_icon_cache_update +} + +pkg_postrm() { + gnome2_schemas_update + xdg_icon_cache_update +}