public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun,  2 Oct 2022 08:51:58 +0000 (UTC)	[thread overview]
Message-ID: <1664700647.b82d8445a44b1e2313f0a80c9689de1992d11f3e.pacho@gentoo> (raw)

commit:     b82d8445a44b1e2313f0a80c9689de1992d11f3e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 08:10:39 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 08:50:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82d8445

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

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

 .../Manifest                                       |  1 +
 ...tension-applications-overview-tooltip-16.ebuild | 49 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
index 82bd78582195..9d635bb05bd8 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-15.tar.gz 25388 BLAKE2B 66efa481ac9fa10a74e5d57d309ed5a3ab8b6a11bda59273252f452b79086ab2bdd4da07ebaf7b152407409cb452bf9b3dcdceec94662c0c6d643002b1fd1f35 SHA512 34d4be856f21318c17d1675e8c097d8e2e5331b32e018d7c07a8c025ea4b9fdffa52ca491d75d4a182a2e4b63beea746707c5581e0d10d25280ec5627e92f882
+DIST gnome-shell-extension-applications-overview-tooltip-16.tar.gz 25392 BLAKE2B a66205d3d03c86d3d087948f3631c35dc57c0fc5d879a155289d0c5f48b681fa0d3fba9e5dcc863c33b9186f8ee07852e760418fa39a54f266eb38dc1df45885 SHA512 11ba9c12f86cae5f87ee4af16dbc2b32a284e7327da79ffd9ddaf009f451f0870a3689568d555b201afb3817229f722f76e318b3bec01ee415d156db1395dda9

diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-16.ebuild b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-16.ebuild
new file mode 100644
index 000000000000..26b68add6dc1
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-16.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 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"
+
+# https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=gnome-base/gnome-shell-40
+"
+DEPEND=""
+BDEPEND=""
+
+S="${WORKDIR}/${P/gnome-shell-extension-}"
+extension_uuid="applications-overview-tooltip@RaphaelRochet"
+
+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	other threads:[~2022-10-02  8:52 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-02  8:51 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-18  6:08 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-applications-overview-tooltip/ 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-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=1664700647.b82d8445a44b1e2313f0a80c9689de1992d11f3e.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