From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1158450-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DE10138351 for <garchives@archives.gentoo.org>; Thu, 2 Apr 2020 18:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8487E0CFF; Thu, 2 Apr 2020 18:56:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 847CCE0CFF for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2020 18:56:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E96234EFAD for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2020 18:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 141589D for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2020 18:56:39 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1585853734.43b79f1618708cc6c54b107cbee0629d47292525.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-appindicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-extension-appindicator/Manifest gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-33.ebuild gnome-extra/gnome-shell-extension-appindicator/metadata.xml X-VCS-Directories: gnome-extra/gnome-shell-extension-appindicator/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 43b79f1618708cc6c54b107cbee0629d47292525 X-VCS-Branch: master Date: Thu, 2 Apr 2020 18:56:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2bdf94bb-ced1-4145-87c9-8d2e5c114dad X-Archives-Hash: 3d6ba43565f2cde67cc52f4208bb57fa commit: 43b79f1618708cc6c54b107cbee0629d47292525 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Apr 2 18:54:26 2020 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Apr 2 18:55:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b79f16 gnome-extra/gnome-shell-extension-appindicator: Add support for KDE and Ubuntu notifications Add this alternative to gnome-extra/gnome-shell-extensions-topicons-plus, that is not actively maintained for a long time Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> .../gnome-shell-extension-appindicator/Manifest | 1 + .../gnome-shell-extension-appindicator-33.ebuild | 38 ++++++++++++++++++++++ .../metadata.xml | 7 ++++ 3 files changed, 46 insertions(+) diff --git a/gnome-extra/gnome-shell-extension-appindicator/Manifest b/gnome-extra/gnome-shell-extension-appindicator/Manifest new file mode 100644 index 00000000000..1de11cdfc9c --- /dev/null +++ b/gnome-extra/gnome-shell-extension-appindicator/Manifest @@ -0,0 +1 @@ +DIST gnome-shell-extension-appindicator-33.tar.gz 32600 BLAKE2B d24e18dc3697baf5f6a5466da6ba6bc4e699bb20cabde80dcfb007b339246cfb940af4407bc99d22632a1dfa1fe255a60fcf608ec50af88e3edbb2dcbceddf69 SHA512 ceb79a1fa22440210477e53e1ebca3db3ea81eb8a45613c46d37f44ebb3e063b626a073df519af978becf1c6a83d68c02a26f22bf0a9ed43e2299bbab7acb599 diff --git a/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-33.ebuild b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-33.ebuild new file mode 100644 index 00000000000..933325eeb27 --- /dev/null +++ b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-33.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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="" + +src_compile () { :; } + +src_install() { + einstalldocs + dodoc AUTHORS.md + rm -f AUTHORS.md LICENSE Makefile README.md || die + + insinto /usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com + doins -r * +} + +pkg_postinst() { + ebegin "Updating list of installed extensions" + eselect gnome-shell-extensions update + eend $? +} diff --git a/gnome-extra/gnome-shell-extension-appindicator/metadata.xml b/gnome-extra/gnome-shell-extension-appindicator/metadata.xml new file mode 100644 index 00000000000..020b40648ee --- /dev/null +++ b/gnome-extra/gnome-shell-extension-appindicator/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>pacho@gentoo.org</email> + </maintainer> +</pkgmetadata>