commit: 0d54becbae04dcc8410b9c4b041cb3467d1bd6bd Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Tue Dec 19 16:27:23 2023 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Tue Dec 19 16:28:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d54becb
gui-libs/xdg-desktop-portal-wlr: install wlroots-portals.conf Closes: https://bugs.gentoo.org/915702 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild index 4d8bbff561d4..d36917abedf1 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild @@ -55,3 +55,9 @@ src_configure() { fi meson_src_configure } + +src_install() { + default + insinto /usr/share/xdg-desktop-portal/portals + doins "${WORKDIR}/${P}/contrib/wlroots-portals.conf" +}
