commit: 3764bd0aa864e653593f1c95e6b27c15e7dfe3b7 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Jan 1 20:19:14 2024 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> 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 <prometheanfire <AT> 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" }
