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 7E5F115803E for ; Mon, 1 Jan 2024 20:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B069C2BC023; Mon, 1 Jan 2024 20:21:08 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 804B82BC023 for ; Mon, 1 Jan 2024 20:21:08 +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 47A1133EB78 for ; Mon, 1 Jan 2024 20:21:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 847EAAC2 for ; Mon, 1 Jan 2024 20:21:05 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1704140459.3764bd0aa864e653593f1c95e6b27c15e7dfe3b7.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/sway/sway-1.8.1-r1.ebuild gui-wm/sway/sway-1.8.1-r2.ebuild X-VCS-Directories: gui-wm/sway/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 3764bd0aa864e653593f1c95e6b27c15e7dfe3b7 X-VCS-Branch: master Date: Mon, 1 Jan 2024 20:21:05 +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: 145c3fc2-af54-4fe4-b507-2fc68e6255b2 X-Archives-Hash: 22853a984629786364ac04599c463eaa commit: 3764bd0aa864e653593f1c95e6b27c15e7dfe3b7 Author: Matthew Thode gentoo org> AuthorDate: Mon Jan 1 20:19:14 2024 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Jan 1 20:20:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3764bd0a gui-wm/sway: fix install locatation for the portals file Closes: https://bugs.gentoo.org/915703 Signed-off-by: Matthew Thode gentoo.org> gui-wm/sway/{sway-1.8.1-r1.ebuild => sway-1.8.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-wm/sway/sway-1.8.1-r1.ebuild b/gui-wm/sway/sway-1.8.1-r2.ebuild similarity index 96% rename from gui-wm/sway/sway-1.8.1-r1.ebuild rename to gui-wm/sway/sway-1.8.1-r2.ebuild index 5a6cfa95a1ec..9fbae12bce5d 100644 --- a/gui-wm/sway/sway-1.8.1-r1.ebuild +++ b/gui-wm/sway/sway-1.8.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -102,7 +102,7 @@ src_install() { dobin contrib/grimshot fi - insinto /usr/share/xdg-desktop-portal/portals + insinto /usr/share/xdg-desktop-portal doins "${FILESDIR}/sway-portals.conf" }