Diff gnome-shell-extension-applications-overview-tooltip-16-r1 with a gnome-shell-extension-applications-overview-tooltip-17

/usr/portage/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-17.ebuild 2023-10-09 14:52:31.160368392 +0300
16 16

  
17 17
RDEPEND="
18 18
	app-eselect/eselect-gnome-shell-extensions
19
	>=gnome-base/gnome-shell-40
19
	>=gnome-base/gnome-shell-43
20 20
"
21 21
DEPEND=""
22 22
BDEPEND=""
......
24 24
S="${WORKDIR}/${P/gnome-shell-extension-}"
25 25
extension_uuid="applications-overview-tooltip@RaphaelRochet"
26 26

  
27
src_prepare() {
28
	default
29
	# https://github.com/RaphaelRochet/applications-overview-tooltip/issues/29
30
	sed -i -e 's/"43"/"43", "44"/' metadata.json
31
}
32

  
33 27
src_install() {
34 28
	einstalldocs
35 29
	insinto /usr/share/glib-2.0/schemas
Thank you!