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 7258C158020 for ; Sun, 4 Dec 2022 17:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB6E6E07D0; Sun, 4 Dec 2022 17:15:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8E3BCE07D0 for ; Sun, 4 Dec 2022 17:15:46 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2EF6340F13 for ; Sun, 4 Dec 2022 17:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 321C1757 for ; Sun, 4 Dec 2022 17:15:44 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1670174135.f395bd59c413c4f7018e4cb32013ec8535a411bd.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meld/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/meld/meld-3.22.0-r1.ebuild dev-util/meld/meld-3.22.0-r2.ebuild X-VCS-Directories: dev-util/meld/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f395bd59c413c4f7018e4cb32013ec8535a411bd X-VCS-Branch: master Date: Sun, 4 Dec 2022 17:15:44 +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: eddb08d2-d42a-43e4-b2b7-a0570f3bcd4d X-Archives-Hash: 2b224639320796eb9be60526cf32fbb9 commit: f395bd59c413c4f7018e4cb32013ec8535a411bd Author: Matt Turner gentoo org> AuthorDate: Sun Dec 4 17:13:12 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 4 17:15:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f395bd59 dev-util/meld: Do more postinst updates Closes: https://bugs.gentoo.org/870064 Closes: https://bugs.gentoo.org/870067 Closes: https://bugs.gentoo.org/881387 Signed-off-by: Matt Turner gentoo.org> dev-util/meld/{meld-3.22.0-r1.ebuild => meld-3.22.0-r2.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/meld/meld-3.22.0-r1.ebuild b/dev-util/meld/meld-3.22.0-r2.ebuild similarity index 90% rename from dev-util/meld/meld-3.22.0-r1.ebuild rename to dev-util/meld/meld-3.22.0-r2.ebuild index 7a048446df60..2944993f987d 100644 --- a/dev-util/meld/meld-3.22.0-r1.ebuild +++ b/dev-util/meld/meld-3.22.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" -inherit gnome.org meson python-single-r1 xdg +inherit gnome.org gnome2-utils meson python-single-r1 xdg DESCRIPTION="A graphical diff and merge tool" HOMEPAGE="http://meldmerge.org/" @@ -64,11 +64,11 @@ src_install() { } pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postinst + gnome2_schemas_update } pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postrm + gnome2_schemas_update }