From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3F819158128 for ; Sun, 15 Jun 2025 15:30:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B76C334160A for ; Sun, 15 Jun 2025 15:30:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B45B91104D9; Sun, 15 Jun 2025 15:30:26 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AB98A1104D9 for ; Sun, 15 Jun 2025 15:30:26 +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 6B0B9340D23 for ; Sun, 15 Jun 2025 15:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD10B29CB for ; Sun, 15 Jun 2025 15:30:24 +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: <1750001385.b20d4f4ebcb3f7f91a8b24fe7f57086bfa6fc601.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/deluge-2.2.0.ebuild net-p2p/deluge/deluge-9999.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b20d4f4ebcb3f7f91a8b24fe7f57086bfa6fc601 X-VCS-Branch: master Date: Sun, 15 Jun 2025 15:30:24 +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: 803e2519-ee7c-4b45-a0de-1013fec90789 X-Archives-Hash: 8df0b64c1246fbed57317bdb3ba3eb8e commit: b20d4f4ebcb3f7f91a8b24fe7f57086bfa6fc601 Author: Thibaud CANALE thican net> AuthorDate: Sun Jun 15 15:20:56 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 15 15:29:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20d4f4e net-p2p/deluge: fix metainfo copy Closes: https://bugs.gentoo.org/958193 Signed-off-by: Thibaud CANALE thican.net> Part-of: https://github.com/gentoo/gentoo/pull/42607 Closes: https://github.com/gentoo/gentoo/pull/42607 Signed-off-by: Sam James gentoo.org> net-p2p/deluge/deluge-2.2.0.ebuild | 2 +- net-p2p/deluge/deluge-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/deluge/deluge-2.2.0.ebuild b/net-p2p/deluge/deluge-2.2.0.ebuild index 7c1de49925a9..9193bc68f415 100644 --- a/net-p2p/deluge/deluge-2.2.0.ebuild +++ b/net-p2p/deluge/deluge-2.2.0.ebuild @@ -125,7 +125,7 @@ python_install_all() { mkdir -p "${ED}/usr/share/applications/" || die cp "${WORKDIR}/${P}/deluge/ui/data/share/applications/deluge.desktop" "${ED}/usr/share/applications/" || die mkdir -p "${ED}/usr/share/metainfo" || die - cp "${WORKDIR}/${P}/deluge/ui/data/share/appdata/deluge.appdata.xml" "${ED}/usr/share/metainfo/" || die + cp "${WORKDIR}/${P}/deluge/ui/data/share/metainfo/deluge.metainfo.xml" "${ED}/usr/share/metainfo/" || die fi if use webinterface; then diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index 7c1de49925a9..9193bc68f415 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -125,7 +125,7 @@ python_install_all() { mkdir -p "${ED}/usr/share/applications/" || die cp "${WORKDIR}/${P}/deluge/ui/data/share/applications/deluge.desktop" "${ED}/usr/share/applications/" || die mkdir -p "${ED}/usr/share/metainfo" || die - cp "${WORKDIR}/${P}/deluge/ui/data/share/appdata/deluge.appdata.xml" "${ED}/usr/share/metainfo/" || die + cp "${WORKDIR}/${P}/deluge/ui/data/share/metainfo/deluge.metainfo.xml" "${ED}/usr/share/metainfo/" || die fi if use webinterface; then