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-appindicator/
Date: Fri, 11 Jun 2021 18:34:40 +0000 (UTC)	[thread overview]
Message-ID: <1623436472.2994c3b7e53278c02514bbb1e6d0c934189a0425.pacho@gentoo> (raw)

commit:     2994c3b7e53278c02514bbb1e6d0c934189a0425
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 18:21:20 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 18:34:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2994c3b7

gnome-extra/gnome-shell-extension-appindicator: Bump to v40

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../gnome-shell-extension-appindicator/Manifest    |  1 +
 .../gnome-shell-extension-appindicator-40.ebuild   | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/gnome-extra/gnome-shell-extension-appindicator/Manifest b/gnome-extra/gnome-shell-extension-appindicator/Manifest
index 3ac5c640bfc..d479940a68b 100644
--- a/gnome-extra/gnome-shell-extension-appindicator/Manifest
+++ b/gnome-extra/gnome-shell-extension-appindicator/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-extension-appindicator-34.tar.gz 34764 BLAKE2B 3a619f810d9ddf7984fc3b0c96735eb0f9233f36ff3cbddc5b28a8243f55d57cbc9c58b49516e99b30f35b12b6e747b7fa288fdc36f99cf7e61b7ad8cc2e84de SHA512 1f02a7cc3cfb90af8ee1a0bb39135fb3203bcc87d13cda0cf7f110db4b838a7c082eba30246a913306ef0e4b2fdb7c9f52f24f62525013ff8f1de9d054d45425
 DIST gnome-shell-extension-appindicator-37.tar.gz 39830 BLAKE2B 6e8af3acf6c9a4478fd663aa5814fae5a59e5ed01a759d7aa37d056794c3ea6c595203b622087f02170d9f05e6fa1c47138da9962ae33d9f398a7659a645be57 SHA512 2aeb93ca015936577f314e0313dd963d3712edf27a5e9721813b6d72b5050de9427d7aa3a296ced40352a421251ecae7022fb58c1da02947bc0a6205e2d41d1b
+DIST gnome-shell-extension-appindicator-40.tar.gz 48681 BLAKE2B cec52930bcb163a6761662deb3bd52202abadfc90fdd12877c711e4f4cf5038b9e7f3822259ced5ba39a632d2a1e0a83ffc4dc563ba184742dd1de2941acfe73 SHA512 72b3ecf0eadde40fd3567b19d7c7064953847ec86298691097f9fe14cada37206f8edd898c1d2a8fe71aeb0ace4921d1797d2dcc9eeacc0cb04a25841125b2ef

diff --git a/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-40.ebuild b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-40.ebuild
new file mode 100644
index 00000000000..12e3b6cddea
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-40.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome2-utils
+
+DESCRIPTION="Support Ubuntu AppIndicators and KStatusNotifierItems in Gnome"
+HOMEPAGE="https://github.com/ubuntu/gnome-shell-extension-appindicator"
+SRC_URI="https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	dev-libs/libappindicator:3
+	>=gnome-base/gnome-shell-3.34
+"
+DEPEND=""
+BDEPEND=""
+
+extension_uuid="appindicatorsupport@rgcjonas.gmail.com"
+
+src_install() {
+	einstalldocs
+	dodoc AUTHORS.md
+
+	insinto /usr/share/glib-2.0/schemas
+	doins schemas/*.xml
+
+	rm -rf schemas/ AUTHORS.md LICENSE Makefile README.md || 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:[~2021-06-11 18:34 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11 18:34 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-27  8:25 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-appindicator/ Pacho Ramos
2024-08-27  8:25 Pacho Ramos
2024-07-12  9:05 Pacho Ramos
2024-05-04 17:40 Pacho Ramos
2024-05-04 17:39 Pacho Ramos
2024-03-02 23:30 Sam James
2024-02-18  6:08 Arthur Zamarin
2024-01-08 17:27 Sam James
2023-09-29 11:31 Pacho Ramos
2023-09-29 11:31 Pacho Ramos
2023-05-08  9:11 Pacho Ramos
2023-05-05 10:24 Pacho Ramos
2023-04-27 15:00 Pacho Ramos
2023-03-16 12:18 Pacho Ramos
2023-03-16 12:18 Pacho Ramos
2023-03-07 12:30 Pacho Ramos
2023-03-07 12:30 Pacho Ramos
2023-03-03 13:35 Pacho Ramos
2023-03-03 13:35 Pacho Ramos
2023-02-28 12:30 Pacho Ramos
2023-02-24 14:48 Pacho Ramos
2023-02-24 14:48 Pacho Ramos
2022-10-02  9:55 Pacho Ramos
2022-09-18  8:33 Pacho Ramos
2022-05-29 10:23 Pacho Ramos
2022-03-25  8:13 David Seifert
2022-03-24 10:32 David Seifert
2022-03-09 21:36 Pacho Ramos
2022-01-13  2:04 Georgy Yakovlev
2022-01-02 12:04 Georgy Yakovlev
2021-11-11 10:44 Pacho Ramos
2021-10-06 20:16 Pacho Ramos
2021-10-03 19:00 Pacho Ramos
2021-06-29 19:10 Pacho Ramos
2021-06-29 19:10 Pacho Ramos
2021-05-30 20:52 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2020-12-01 22:15 Pacho Ramos
2020-05-23 10:26 Pacho Ramos
2020-04-02 18:56 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=1623436472.2994c3b7e53278c02514bbb1e6d0c934189a0425.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