Diff xdg-desktop-portal-wlr-0.7.0 with a xdg-desktop-portal-wlr-9999

/usr/portage/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild 2024-07-02 13:51:45.785851503 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
55 55
	fi
56 56
	meson_src_configure
57 57
}
58

  
59
src_install() {
60
	meson_src_install
61

  
62
	# bug #915702
63
	insinto /usr/share/xdg-desktop-portal
64
	doins "${WORKDIR}/${P}/contrib/wlroots-portals.conf"
65
}
Thank you!