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 28E1715808B for ; Fri, 25 Mar 2022 15:17:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19AA0E0908; Fri, 25 Mar 2022 15:17:11 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7DA7E0908 for ; Fri, 25 Mar 2022 15:17:10 +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 DB1A6343416 for ; Fri, 25 Mar 2022 15:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1236370 for ; Fri, 25 Mar 2022 15:17:03 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1648207587.e1b84bad930e5231480675562ee0c59b5328e2d4.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/maestral/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral/maestral-1.6.0.ebuild X-VCS-Directories: net-misc/maestral/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: e1b84bad930e5231480675562ee0c59b5328e2d4 X-VCS-Branch: master Date: Fri, 25 Mar 2022 15:17:03 +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: 017f22ee-ebd3-47b8-b0ed-07afe51964d9 X-Archives-Hash: ed1823831df5fbc6dbaf8b50ab64109a commit: e1b84bad930e5231480675562ee0c59b5328e2d4 Author: Viorel Munteanu gmail com> AuthorDate: Fri Mar 25 11:26:27 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Fri Mar 25 11:26:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1b84bad net-misc/maestral: switch from xdg-utils to xdg Signed-off-by: Viorel Munteanu gmail.com> net-misc/maestral/maestral-1.6.0.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/net-misc/maestral/maestral-1.6.0.ebuild b/net-misc/maestral/maestral-1.6.0.ebuild index 69156a07d..6af2d0e6c 100644 --- a/net-misc/maestral/maestral-1.6.0.ebuild +++ b/net-misc/maestral/maestral-1.6.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 xdg-utils +inherit distutils-r1 xdg DESCRIPTION="Maestral is an open-source Dropbox client written in Python" HOMEPAGE="https://maestral.app" @@ -51,13 +51,3 @@ python_prepare_all() distutils-r1_python_prepare_all } - -pkg_postinst() -{ - xdg_icon_cache_update -} - -pkg_postrm() -{ - xdg_icon_cache_update -}