From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 99F99139086 for ; Wed, 18 Jan 2017 10:18:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E87FA23407B; Wed, 18 Jan 2017 10:18:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1D7723407B for ; Wed, 18 Jan 2017 10:18:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EC2334112A for ; Wed, 18 Jan 2017 10:18:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C9CD286B for ; Wed, 18 Jan 2017 10:18:35 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484734709.e9806afc9bce7187ca7a1d769f1c7404e8c698fb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild X-VCS-Directories: gnome-extra/chrome-gnome-shell/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e9806afc9bce7187ca7a1d769f1c7404e8c698fb X-VCS-Branch: master Date: Wed, 18 Jan 2017 10:18:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b0e5a83b-c144-45cd-8ab4-c8d8a1d5d3f4 X-Archives-Hash: 33678175f7f389b56a61db54f07b3965 commit: e9806afc9bce7187ca7a1d769f1c7404e8c698fb Author: Yuri Konotopov gnome org> AuthorDate: Tue Jan 10 18:30:16 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Jan 18 10:18:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9806afc gnome-extra/chrome-gnome-shell: added post installation notice Closes: https://github.com/gentoo/gentoo/pull/3419 .../chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild | 16 +++++++++++++++- .../chrome-gnome-shell/chrome-gnome-shell-8.ebuild | 19 ++++++++++++++++++- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild index fb1fc29..324bdd7 100644 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -43,3 +43,17 @@ src_install() { cmake-utils_src_install } + +pkg_postinst() { + elog "Please note that this package provides native messaging connector only." + elog + elog "Managed policy was installed to force web extension installation" + elog "for Google Chrome, Chromium and Vivaldi browsers from Chrome Store" + elog "https://chrome.google.com/webstore/detail/gphhapmejobijbbhgpjhcjognlahblep" + elog + elog "For Mozilla Firefox you should manualy install web extension from" + elog "https://addons.mozilla.org/firefox/addon/gnome-shell-integration/" + elog + elog "For Opera you should manualy install web extension from" + elog "https://addons.opera.com/extensions/details/gnome-shell-integration/" +} diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild index c51dd30..6356db9 100644 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,3 +44,20 @@ src_install() { cmake-utils_src_install } + +pkg_postinst() { + elog "If you are installing ${PN} for the first time then you should" + elog "restart or reload dbus service before starting your browser." + elog + elog "Please note that this package provides native messaging connector only." + elog + elog "Managed policy was installed to force web extension installation" + elog "for Google Chrome, Chromium and Vivaldi browsers from Chrome Store" + elog "https://chrome.google.com/webstore/detail/gphhapmejobijbbhgpjhcjognlahblep" + elog + elog "For Mozilla Firefox you should manualy install web extension from" + elog "https://addons.mozilla.org/firefox/addon/gnome-shell-integration/" + elog + elog "For Opera you should manualy install web extension from" + elog "https://addons.opera.com/extensions/details/gnome-shell-integration/" +}