1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
7 # Workaround until https://bugzilla.gnome.org/show_bug.cgi?id=663725 is fixed
8 DESCRIPTION="Show tooltip with full name and description"
9 HOMEPAGE="https://github.com/RaphaelRochet/applications-overview-tooltip"
10 SRC_URI="https://github.com/RaphaelRochet/applications-overview-tooltip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12 # https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7
13 LICENSE="public-domain"
18 # glib for glib-compile-schemas at build time, needed at runtime anyways
22 RDEPEND="${COMMON_DEPEND}
23 app-eselect/eselect-gnome-shell-extensions
24 >=gnome-base/gnome-shell-3.20
26 DEPEND="${COMMON_DEPEND}"
30 "${FILESDIR}"/${P}-old-animation.patch
31 "${FILESDIR}"/${P}-js-warning.patch
36 rm -f README.md || die
37 insinto /usr/share/gnome-shell/extensions/applications-overview-tooltip@RaphaelRochet
39 glib-compile-schemas "${ED}"/usr/share/gnome-shell/extensions/applications-overview-tooltip@RaphaelRochet/schemas || die
43 ebegin "Updating list of installed extensions"
44 eselect gnome-shell-extensions update