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 43FD5139360 for ; Wed, 11 Aug 2021 02:05:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FC3BE0863; Wed, 11 Aug 2021 02:05:37 +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 56D2FE0863 for ; Wed, 11 Aug 2021 02:05:37 +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 34DE6342F01 for ; Wed, 11 Aug 2021 02:05:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F87A87B for ; Wed, 11 Aug 2021 02:05:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1628647513.703bca6cb5ee8d54a29c33e37a818f3d6961b29a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/dino/dino-0.2.1.ebuild net-im/dino/dino-9999.ebuild X-VCS-Directories: net-im/dino/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 703bca6cb5ee8d54a29c33e37a818f3d6961b29a X-VCS-Branch: master Date: Wed, 11 Aug 2021 02:05:33 +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: 50880d9c-d1aa-4242-b8e6-be9819192dc2 X-Archives-Hash: 549cb3236852b8b30f5a19a08581a9d8 commit: 703bca6cb5ee8d54a29c33e37a818f3d6961b29a Author: Sam James gentoo org> AuthorDate: Wed Aug 11 01:23:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 11 02:05:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703bca6c net-im/dino: [QA] fix updating icon cache gnome-utils doesn't supply the cache updating function in newer EAPIs. (Note the "command not found" error in the log within the bug.) Closes: https://bugs.gentoo.org/794856 Signed-off-by: Sam James gentoo.org> net-im/dino/dino-0.2.1.ebuild | 15 +-------------- net-im/dino/dino-9999.ebuild | 15 +-------------- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/net-im/dino/dino-0.2.1.ebuild b/net-im/dino/dino-0.2.1.ebuild index c640a0cc338..bdb86b5b322 100644 --- a/net-im/dino/dino-0.2.1.ebuild +++ b/net-im/dino/dino-0.2.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="ninja" VALA_MIN_API_VERSION="0.34" -inherit cmake gnome2-utils vala xdg-utils +inherit cmake vala xdg DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala" HOMEPAGE="https://dino.im" @@ -78,16 +78,3 @@ src_configure() { src_test() { "${BUILD_DIR}"/xmpp-vala-test || die } - -update_caches() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postinst() { - update_caches -} - -pkg_postrm() { - update_caches -} diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index e0058ccbf6e..0decbb057e1 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="ninja" VALA_MIN_API_VERSION="0.34" -inherit cmake gnome2-utils vala xdg-utils +inherit cmake vala xdg DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala" HOMEPAGE="https://dino.im" @@ -80,16 +80,3 @@ src_configure() { src_test() { "${BUILD_DIR}"/xmpp-vala-test || die } - -update_caches() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postinst() { - update_caches -} - -pkg_postrm() { - update_caches -}