From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-applications-overview-tooltip/
Date: Sat, 12 Apr 2025 17:41:16 +0000 (UTC) [thread overview]
Message-ID: <1744479633.384b45c23c2170f56c1a727398c6767c4372771f.pacho@gentoo> (raw)
commit: 384b45c23c2170f56c1a727398c6767c4372771f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 16:59:55 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 17:40:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384b45c2
gnome-extra/gnome-shell-extension-applications-overview-tooltip: add 23
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../Manifest | 1 +
...tension-applications-overview-tooltip-23.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 11be82add08f..453c52fa0ace 100644
--- a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
+++ b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
@@ -1,2 +1,3 @@
DIST gnome-shell-extension-applications-overview-tooltip-19.tar.gz 26083 BLAKE2B 4eb523411a7cd5e98ec0ebd6faaf549cda9fd3ffa7ce03ef5ff9df709b1023945ae3a248a1c71683eccc9211d9e7b3ce5403f0b0f7d3b5f05b9612a894f2bfde SHA512 e19f5d199f6da9e8b6343c382351e501932542a9d4c55e16b77b385758811b31106a7799aee53222ae256279a7afff8f8c19fda7c2b8ab686fdba29eb14cb362
DIST gnome-shell-extension-applications-overview-tooltip-22.tar.gz 26097 BLAKE2B 2a61c6cbd3f7eb63c922874bdeb3d083747c63141b5bbd0773684900985d8868ad61061f3631e1967d22c09df33f67290fc81d4e731b4f3683155debfd40d064 SHA512 a8ec2e837c0b4cdf697f2d0b117034fedb16c5f8775a81ff3932ffd9e1a15f6de912ffaed56317600314d88a079375d046ffbe441682e01546f8dd6064b6745e
+DIST gnome-shell-extension-applications-overview-tooltip-23.tar.gz 29446 BLAKE2B 2f832cb9db19f89e34552a3608c59d96bfa3d103893e6899340cbf580bdee1a2028d1d643a9482d63285f123de73beb95903f74f827ac4885d29bf296dee08e9 SHA512 6f27ac27c1bdb982116491649652f9e6609746f0af9e382fb9a84a3f0b62ff4c030934fb940016afe465a9e6c84c608318473e7a4226a1ddcec9a0b95c183cdc
diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-23.ebuild b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-23.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-23.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
+}
next reply other threads:[~2025-04-12 17:41 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-12 17:41 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-20 18:44 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-applications-overview-tooltip/ Pacho Ramos
2025-04-12 17:41 Pacho Ramos
2024-12-02 13:00 Pacho Ramos
2024-02-18 6:08 Arthur Zamarin
2024-01-08 17:27 Sam James
2023-11-24 13:27 Pacho Ramos
2023-11-24 13:27 Pacho Ramos
2023-11-24 13:27 Pacho Ramos
2023-09-29 11:31 Pacho Ramos
2023-08-08 9:20 Pacho Ramos
2023-07-20 8:19 Pacho Ramos
2023-05-05 10:24 Pacho Ramos
2023-04-18 14:17 Pacho Ramos
2023-02-24 14:48 Pacho Ramos
2022-10-02 8:51 Pacho Ramos
2022-09-18 8:33 Pacho Ramos
2022-05-29 10:23 Pacho Ramos
2022-04-10 7:39 Pacho Ramos
2022-03-09 21:36 Pacho Ramos
2021-12-18 12:41 Pacho Ramos
2021-11-06 9:13 Pacho Ramos
2021-06-29 19:10 Pacho Ramos
2021-05-30 20:52 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-04-04 17:14 Pacho Ramos
2021-03-28 8:37 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-02-14 16:23 Pacho Ramos
2020-12-01 22:15 Pacho Ramos
2020-12-01 22:15 Pacho Ramos
2020-08-30 20:20 Pacho Ramos
2020-08-17 10:25 Pacho Ramos
2020-08-17 10:25 Pacho Ramos
2020-07-15 8:22 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-04-22 21:00 Pacho Ramos
2020-03-11 15:59 Pacho Ramos
2019-12-15 13:18 Pacho Ramos
2019-12-15 13:18 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2019-06-09 11:06 Pacho Ramos
2019-05-17 17:27 Pacho Ramos
2019-04-25 16:35 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1744479633.384b45c23c2170f56c1a727398c6767c4372771f.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox