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 20BA31382C5 for ; Wed, 2 Jun 2021 18:33:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 585CEE069C; Wed, 2 Jun 2021 18:33:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 37B0FE069C for ; Wed, 2 Jun 2021 18:33:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2531E340EDE for ; Wed, 2 Jun 2021 18:33:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6719F5C4 for ; Wed, 2 Jun 2021 18:33:44 +0000 (UTC) From: "Octiabrina Terrien-Puig" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Octiabrina Terrien-Puig" Message-ID: <1622658823.c4230129604e46b845a8fcd59604b043ef63e373.octiabrina@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/duckstation/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/duckstation/duckstation-9999.ebuild X-VCS-Directories: games-emulation/duckstation/ X-VCS-Committer: octiabrina X-VCS-Committer-Name: Octiabrina Terrien-Puig X-VCS-Revision: c4230129604e46b845a8fcd59604b043ef63e373 X-VCS-Branch: dev Date: Wed, 2 Jun 2021 18:33:44 +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: f108a5d5-67b5-4fed-abf0-08afac34ee49 X-Archives-Hash: a9e98130f95b03654a5fc226975485ea commit: c4230129604e46b845a8fcd59604b043ef63e373 Author: Octiabrina Terrien-Puig myrvogna net> AuthorDate: Wed Jun 2 18:33:27 2021 +0000 Commit: Octiabrina Terrien-Puig myrvogna net> CommitDate: Wed Jun 2 18:33:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4230129 games-emulation/duckstation: install metainfo Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Octiabrina Terrien-Puig myrvogna.net> games-emulation/duckstation/duckstation-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games-emulation/duckstation/duckstation-9999.ebuild b/games-emulation/duckstation/duckstation-9999.ebuild index fd16abe28..7114463e3 100644 --- a/games-emulation/duckstation/duckstation-9999.ebuild +++ b/games-emulation/duckstation/duckstation-9999.ebuild @@ -91,4 +91,7 @@ src_install() { dosym ../../opt/${PN}/duckstation-qt usr/bin/duckstation-qt fperms +x /opt/${PN}/duckstation-qt fi + + insinto /usr/share/metainfo + doins dist/org.duckstation.DuckStation.metainfo.xml }