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 E9943138239 for ; Fri, 4 Jun 2021 07:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E33C2E0874; Fri, 4 Jun 2021 07:59:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CF862E0874 for ; Fri, 4 Jun 2021 07:59:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A13DF3410C1 for ; Fri, 4 Jun 2021 07:59:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 646977A1 for ; Fri, 4 Jun 2021 07:59:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622658823.c4230129604e46b845a8fcd59604b043ef63e373.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c4230129604e46b845a8fcd59604b043ef63e373 X-VCS-Branch: master Date: Fri, 4 Jun 2021 07:59:33 +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: 0ae3066c-9b9a-410a-93ba-06960aaca7fb X-Archives-Hash: 400a64df162fd1416c777ea4e65e18d3 commit: c4230129604e46b845a8fcd59604b043ef63e373 Author: Octiabrina Terrien-Puig myrvogna net> AuthorDate: Wed Jun 2 18:33:27 2021 +0000 Commit: Andrew Ammerlaan gentoo org> 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 }