1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 # Workaround until https://bugzilla.gnome.org/show_bug.cgi?id=663725 is fixed
7 DESCRIPTION="Show tooltip with full name and description"
8 HOMEPAGE="https://github.com/RaphaelRochet/applications-overview-tooltip"
9 SRC_URI="https://github.com/RaphaelRochet/applications-overview-tooltip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11 # https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7
12 LICENSE="public-domain"
14 KEYWORDS="~amd64 ~x86"
17 # glib for glib-compile-schemas at build time, needed at runtime anyways
21 RDEPEND="${COMMON_DEPEND}
22 app-eselect/eselect-gnome-shell-extensions
23 >=gnome-base/gnome-shell-3.20
25 DEPEND="${COMMON_DEPEND}"
28 S="${WORKDIR}/${P/gnome-shell-extension-}"
32 rm -f README.md || die
33 insinto /usr/share/gnome-shell/extensions/applications-overview-tooltip@RaphaelRochet
35 glib-compile-schemas "${ED}"/usr/share/gnome-shell/extensions/applications-overview-tooltip@RaphaelRochet/schemas || die
39 ebegin "Updating list of installed extensions"
40 eselect gnome-shell-extensions update