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 C079815800A for ; Mon, 14 Aug 2023 19:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F37492BC015; Mon, 14 Aug 2023 19:54:45 +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 D2E682BC015 for ; Mon, 14 Aug 2023 19:54:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 837BE340DE3 for ; Mon, 14 Aug 2023 19:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E54F0F9F for ; Mon, 14 Aug 2023 19:54:42 +0000 (UTC) From: "Remigiusz Micielski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Remigiusz Micielski" Message-ID: <1692042879.bc3aabfb34361ce22bbfd9f4e85461b4dd9ec76a.remigiusz.micielski@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/szyszka/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/szyszka/szyszka-3.0.0.ebuild X-VCS-Directories: gui-apps/szyszka/ X-VCS-Committer: remigiusz.micielski X-VCS-Committer-Name: Remigiusz Micielski X-VCS-Revision: bc3aabfb34361ce22bbfd9f4e85461b4dd9ec76a X-VCS-Branch: dev Date: Mon, 14 Aug 2023 19:54:42 +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: a80accfe-466e-4a52-b18c-f4c52a6a6bc7 X-Archives-Hash: 7bcef194130c42b5cfdad684253f11c4 commit: bc3aabfb34361ce22bbfd9f4e85461b4dd9ec76a Author: Remigiusz Micielski purelymail com> AuthorDate: Mon Aug 14 19:54:19 2023 +0000 Commit: Remigiusz Micielski gmail com> CommitDate: Mon Aug 14 19:54:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc3aabfb gui-apps/szyszka: replace xdg-utils with xdg Signed-off-by: Remigiusz Micielski purelymail.com> gui-apps/szyszka/szyszka-3.0.0.ebuild | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/gui-apps/szyszka/szyszka-3.0.0.ebuild b/gui-apps/szyszka/szyszka-3.0.0.ebuild index dd5ee459f4..fc6395e7b8 100644 --- a/gui-apps/szyszka/szyszka-3.0.0.ebuild +++ b/gui-apps/szyszka/szyszka-3.0.0.ebuild @@ -192,13 +192,13 @@ CRATES=" winnow@0.4.6 " -inherit cargo xdg-utils +inherit cargo xdg DESCRIPTION="Simple, powerful and easy to use file renamer" HOMEPAGE="https://github.com/qarmin/szyszka" SRC_URI=" - https://www.github.com/qarmin/szyszka/archive/${PV}.tar.gz -> ${P}.tar.gz - ${CARGO_CRATE_URIS} + https://www.github.com/qarmin/szyszka/archive/${PV}.tar.gz -> ${P}.tar.gz + ${CARGO_CRATE_URIS} " LICENSE="MIT" # Dependent crate licenses @@ -207,18 +207,9 @@ SLOT="0" KEYWORDS="~amd64" DEPEND="" -RDEPEND="${DEPEND} - gui-libs/gtk +RDEPEND=" + ${DEPEND} + gui-libs/gtk " QA_FLAGS_IGNORED="usr/bin/szyszka" - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update -}