diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-12-19 10:27:23 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-12-19 10:28:14 -0600 |
commit | 0d54becbae04dcc8410b9c4b041cb3467d1bd6bd (patch) | |
tree | efdce232f96475a9fffc041cf25bfa1581f39988 /gui-libs | |
parent | dev-qt/qttools: disable clang test with USE=-clang (diff) | |
download | gentoo-0d54becbae04dcc8410b9c4b041cb3467d1bd6bd.tar.gz gentoo-0d54becbae04dcc8410b9c4b041cb3467d1bd6bd.tar.bz2 gentoo-0d54becbae04dcc8410b9c4b041cb3467d1bd6bd.zip |
gui-libs/xdg-desktop-portal-wlr: install wlroots-portals.conf
Closes: https://bugs.gentoo.org/915702
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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" +} |