commit:     ba6eb934e51e309fb300badb988fa33ede690458
Author:     Yuri Konotopov <ykonotopov <AT> gmail <DOT> com>
AuthorDate: Wed Apr  6 19:16:02 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 10:51:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6eb934

gnome-extra/chrome-gnome-shell: new package

Native host messaging program and web extension for Google Chrome browser
(and derivatives) that provides integration with GNOME Shell
and the corresponding extensions repository https://extensions.gnome.org

Closes: https://github.com/gentoo/gentoo/pull/1041

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 gnome-extra/chrome-gnome-shell/Manifest            |  1 +
 .../chrome-gnome-shell-5.2.ebuild                  | 27 ++++++++++++++++++++++
 gnome-extra/chrome-gnome-shell/metadata.xml        | 16 +++++++++++++
 profiles/features/selinux/package.mask             |  1 +
 4 files changed, 45 insertions(+)

diff --git a/gnome-extra/chrome-gnome-shell/Manifest 
b/gnome-extra/chrome-gnome-shell/Manifest
new file mode 100644
index 0000000..baa15da
--- /dev/null
+++ b/gnome-extra/chrome-gnome-shell/Manifest
@@ -0,0 +1 @@
+DIST chrome-gnome-shell-5.2.tar.xz 58276 SHA256 
67144e5fca2240a6804e1367e7652b6c66ab595de27cf97629e78a8a8d547c3e SHA512 
4619ca717645ccadd9d015fdf3f5ac3b2457b9486644be2e0b032021b41da149046810a8a7eb7e5a7ba55357e7498257ba7a6c04227319dc7bd3df62dbee1321
 WHIRLPOOL 
91d19034e53d46b17e2f90d47f2f8c0851710513b6c36f859f15165c981c143a12607d15f6ac753eaa4beca86f4205825e5c5bbf1c006acba49882efc47cca87

diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-5.2.ebuild 
b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-5.2.ebuild
new file mode 100644
index 0000000..8f32064
--- /dev/null
+++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-5.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Provides integration with GNOME Shell extensions repository for 
Chrome browser"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome";
+SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+       dev-lang/python:2.7
+       gnome-base/gnome-shell
+"
+DEPEND=""
+
+src_configure() {
+       local mycmakeargs=( -DBUILD_EXTENSION=OFF )
+       cmake-utils_src_configure
+}

diff --git a/gnome-extra/chrome-gnome-shell/metadata.xml 
b/gnome-extra/chrome-gnome-shell/metadata.xml
new file mode 100644
index 0000000..fd6978f
--- /dev/null
+++ b/gnome-extra/chrome-gnome-shell/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>ykonoto...@gmail.com</email>
+               <name>Yuri Konotopov</name>
+       </maintainer>
+       <maintainer type="project">
+                <email>proxy-ma...@gentoo.org</email>
+                <name>Proxy Maintainers</name>
+        </maintainer>
+       <upstream>
+               
<bugs-to>https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues</bugs-to>
+               <remote-id type="github">GNOME/chrome-gnome-shell</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/profiles/features/selinux/package.mask 
b/profiles/features/selinux/package.mask
index 7abde74..04d597a 100644
--- a/profiles/features/selinux/package.mask
+++ b/profiles/features/selinux/package.mask
@@ -12,6 +12,7 @@ gnome-base/gnome
 gnome-base/gnome-extra-apps
 gnome-base/gnome-light
 gnome-base/gnome-shell
+gnome-extra/chrome-gnome-shell
 gnome-extra/gnome-logs
 gnome-extra/gnome-shell-extensions
 gnome-extra/gnome-shell-frippery

Reply via email to