commit:     bfd070286b0ff07e20135b6c00c9ba345194e07b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 29 12:19:21 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Sep 29 12:21:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd07028

gnome-extra/gnome-shell-extension-applications-overview-tooltip: add 24

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../Manifest                                       |  1 +
 ...tension-applications-overview-tooltip-24.ebuild | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git 
a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest 
b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
index f1e528ace666..3916a53d22e1 100644
--- a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
+++ b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-extension-applications-overview-tooltip-23.tar.gz 29446 
BLAKE2B 
2f832cb9db19f89e34552a3608c59d96bfa3d103893e6899340cbf580bdee1a2028d1d643a9482d63285f123de73beb95903f74f827ac4885d29bf296dee08e9
 SHA512 
6f27ac27c1bdb982116491649652f9e6609746f0af9e382fb9a84a3f0b62ff4c030934fb940016afe465a9e6c84c608318473e7a4226a1ddcec9a0b95c183cdc
+DIST gnome-shell-extension-applications-overview-tooltip-24.tar.gz 29450 
BLAKE2B 
ff6439d4cd478297d18b07768f3c1e067fbea2030481851290fd9ffd6b863f9d0fd567c92c3a93f2adfe05a444a07cd2702c798abdacee5d7b53ecddeec2294d
 SHA512 
647ba2e11931f7ac5c8cc5aedc61039257dd646ddbb1979e66b2c11724bd75a1b75706e0aa67d853a60854eb0e277ae587d90e733866746a9634c7c165fd1c1f

diff --git 
a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-24.ebuild
 
b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-24.ebuild
new file mode 100644
index 000000000000..9de99d1515df
--- /dev/null
+++ 
b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-24.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2-utils
+
+DESCRIPTION="Show tooltip with full name and description"
+HOMEPAGE="https://github.com/RaphaelRochet/applications-overview-tooltip";
+SRC_URI="https://github.com/RaphaelRochet/applications-overview-tooltip/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${P/gnome-shell-extension-}"
+extension_uuid="applications-overview-tooltip@RaphaelRochet"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       app-eselect/eselect-gnome-shell-extensions
+       >=gnome-base/gnome-shell-46
+"
+
+src_install() {
+       einstalldocs
+       insinto /usr/share/glib-2.0/schemas
+       doins schemas/*.xml
+       rm -rf README.md schemas || die
+       insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
+       doins -r *
+}
+
+pkg_preinst() {
+       gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+       gnome2_schemas_update
+       ebegin "Updating list of installed extensions"
+       eselect gnome-shell-extensions update
+       eend $?
+}
+
+pkg_postrm() {
+       gnome2_schemas_update
+}

Reply via email to