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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9820515802F for ; Thu, 23 Feb 2023 14:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E50EBE079E; Thu, 23 Feb 2023 14:14:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD3FFE079E for ; Thu, 23 Feb 2023 14:14:00 +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 10911340AB5 for ; Thu, 23 Feb 2023 14:14:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7178275 for ; Thu, 23 Feb 2023 14:13:58 +0000 (UTC) From: "Adrian Schollmeyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adrian Schollmeyer" Message-ID: <1677161632.fb1d8c0d4d670404b6c33fe2e9feef2c6017aa7c.nex+b-g-o@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/jacktrip/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/jacktrip/jacktrip-1.7.1-r1.ebuild media-sound/jacktrip/jacktrip-1.7.1.ebuild X-VCS-Directories: media-sound/jacktrip/ X-VCS-Committer: nex+b-g-o X-VCS-Committer-Name: Adrian Schollmeyer X-VCS-Revision: fb1d8c0d4d670404b6c33fe2e9feef2c6017aa7c X-VCS-Branch: dev Date: Thu, 23 Feb 2023 14:13:58 +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: 56ee34d9-fc39-463a-af8e-a7d2ad2b3177 X-Archives-Hash: 458c7304b6127efe5768fd0268f69228 commit: fb1d8c0d4d670404b6c33fe2e9feef2c6017aa7c Author: Adrian Schollmeyer nexadn de> AuthorDate: Thu Feb 23 12:35:17 2023 +0000 Commit: Adrian Schollmeyer nexadn de> CommitDate: Thu Feb 23 14:13:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb1d8c0d media-sound/jacktrip: inherit xdg.eclass This is required to update desktop, icons and mimeinfo caches on postinst and postrm. Closes: https://bugs.gentoo.org/show_bug.cgi?id=896024 Signed-off-by: Adrian Schollmeyer nexadn.de> .../jacktrip/{jacktrip-1.7.1.ebuild => jacktrip-1.7.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jacktrip/jacktrip-1.7.1.ebuild b/media-sound/jacktrip/jacktrip-1.7.1-r1.ebuild similarity index 97% rename from media-sound/jacktrip/jacktrip-1.7.1.ebuild rename to media-sound/jacktrip/jacktrip-1.7.1-r1.ebuild index 1e22baadc..289b629ff 100644 --- a/media-sound/jacktrip/jacktrip-1.7.1.ebuild +++ b/media-sound/jacktrip/jacktrip-1.7.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) -inherit python-any-r1 meson +inherit python-any-r1 xdg meson DESCRIPTION="Send JACK audio over a network" HOMEPAGE="https://jacktrip.github.io/jacktrip/ https://github.com/jacktrip/jacktrip"