[chrome-gnome-shell/gnome/migration] Point to GNOME wiki for installation instructions
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chrome-gnome-shell/gnome/migration] Point to GNOME wiki for installation instructions
- Date: Mon, 7 Mar 2016 07:43:48 +0000 (UTC)
commit 63b1b829dd4cb837f815ce100d8c7847b392abb3
Author: Yuri Konotopov <ykonotopov gmail com>
Date: Mon Mar 7 10:43:05 2016 +0300
Point to GNOME wiki for installation instructions
README.md | 58 +---------------------------------------------------------
README.ru.md | 58 +---------------------------------------------------------
2 files changed, 2 insertions(+), 114 deletions(-)
---
diff --git a/README.md b/README.md
index d6f53f2..6510506 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,6 @@
GNOME Shell integration for Chrome
============================================
-Language
-------------
-[English](README.md)
-[Русский](README.ru.md)
-
Introduction
------------
@@ -16,55 +11,4 @@ extensions repository https://extensions.gnome.org/, codenamed SweetTooth.
Installation
------------
-In order to work with [GNOME Shell extensions repository](https://extensions.gnome.org/) in Google Chrome
browser you must install [GNOME Shell integration
extension](https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep)
and native connector.
-
-The easiest way to install both is use your distro's favorite package manager.
-
-For Gentoo Linux ebuild is available in vortex overlay. If you use Layman just type under root user:
-```
-layman -a vortex
-emerge -av gnome-extra/chrome-gnome-shell
-```
-
-For Arch Linux there is a PKGBUILD available in the AUR:
[chrome-gnome-shell](https://aur.archlinux.org/packages/chrome-gnome-shell-git/).
-
-For Ubuntu Linux package is available in ne0sight/chrome-gnome-shell PPA. To install it type:
-```
-sudo add-apt-repository ppa:ne0sight/chrome-gnome-shell
-sudo apt-get update
-sudo apt-get install chrome-gnome-shell
-```
-
-If there is no package in your distro you can install extension via [Chrome web
store](https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep)
-and native connector using cmake or manually.
-
-Manual installation
-------------
-
-For manual installation you must clone this repository first or download latest release tarball.
-
-Web extension sources located in "extension" folder. Refer [Google Chrome
documentation](https://developer.chrome.com/extensions/getstarted#unpacked) for instructions about installing
unpacked extension.
-
-Before installing native connector make sure following packages installed in your system:
-* Cmake 2.8+
-* Python 2.7
-* GNOME Shell
-
-All commands must be issued from the root of cloned repository.
-
-**To install native connector with cmake** follow this steps:
-
-1. Create build folder and go to it:
-`mkdir build && cd build`
-2. Run cmake to create makefiles:
-`cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_EXTENSION=OFF ../`
-3. Install connector:
-`sudo make install`
-
-**You also can install connector without cmake** following this steps:
-
-1. Copy file `connector/gs-chrome-connector.py` to your preferred location.
-2. Copy file `connector/io.github.ne0sight.gs_chrome_connector.json`:
- * for Google Chrome to `/etc/opt/chrome/native-messaging-hosts/`;
- * for Google Chromium and derivatives (Vivaldi etc) to `/etc/chromium/native-messaging-hosts/`.
-3. Edit copied `io.github.ne0sight.gs_chrome_connector.json` file and replace
`${CMAKE_INSTALL_FULL_BINDIR}/gs-chrome-connector` with full path to copied `gs-chrome-connector.py`.
+Recent installation instructions are [available in GNOME
wiki](https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation).
diff --git a/README.ru.md b/README.ru.md
index bc784c6..51e0fc0 100644
--- a/README.ru.md
+++ b/README.ru.md
@@ -1,11 +1,6 @@
Интеграция GNOME Shell для Chrome
============================================
-Язык
-------------
-[English](README.md)
-[Русский](README.ru.md)
-
Введение
------------
@@ -16,55 +11,4 @@
Установка
------------
-Для работы с [репозиторием расширений GNOME Shell](https://extensions.gnome.org/) в обозревателе Google
Chrome вы должны установить [расширение GNOME Shell
integration](https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep)
и нативную программу-коннектор.
-
-Наиболее простой способ установки расширения и коннектора - с помощью менеджера пакетов вашего дистрибутива.
-
-Для Gentoo Linux ebuild доступен в оверлее vortex. Если вы используете Layman просто наберите под
пользователем root:
-```
-layman -a vortex
-emerge -av gnome-extra/chrome-gnome-shell
-```
-
-PKGBUILD для Arch Linux доступен в AUR:
[chrome-gnome-shell](https://aur.archlinux.org/packages/chrome-gnome-shell-git/).
-
-Пакет для Ubuntu Linux доступен в PPA ne0sight/chrome-gnome-shell. Для его установки наберите:
-```
-sudo add-apt-repository ppa:ne0sight/chrome-gnome-shell
-sudo apt-get update
-sudo apt-get install chrome-gnome-shell
-```
-
-Если для вашего дистрибутива нет готового пакета вы можете установить расширение из [Интернет-магазина
Chrome](https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep),
-а нативную программу-коннектор с помощью cmake или вручную.
-
-Ручная установка
-------------
-
-Для ручной установки первым делом сделайте копию этого репозитория или скачайте архив с последним релизом.
-
-Исходные коды расширения располагаются в папке "extension". Информация по установке распакованного
расширения доступна в [документации Google
Chrome](https://developer.chrome.com/extensions/getstarted#unpacked).
-
-Перед установкой нативной программы-коннектора убедитесь, что следующие пакеты установлены в вашей системе:
-* Cmake 2.8+
-* Python 2.7
-* GNOME Shell
-
-Все команды должны выполняться из корня копии репозитория.
-
-**Для установки нативной программы-коннектора с помощью cmake**:
-
-1. Создайте папку для сборки и перейдите в нее:
-`mkdir build && cd build`
-2. Запустите cmake для создания make-файлов:
-`cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_EXTENSION=OFF ../`
-3. Установите программу-коннектор:
-`sudo make install`
-
-**Вы также можете установить программу-коннектор без использования cmake**:
-
-1. Скопируйте файл `connector/gs-chrome-connector.py` в любую папку (например, в /usr/local/bin).
-2. Скопируйте файл `connector/io.github.ne0sight.gs_chrome_connector.json`:
- * для Google Chrome в `/etc/opt/chrome/native-messaging-hosts/`;
- * для Google Chromium и производных (Vivaldi и т.п.) в `/etc/chromium/native-messaging-hosts/`.
-3. Отредактируйте скопированный файл `io.github.ne0sight.gs_chrome_connector.json` и замените
`${CMAKE_INSTALL_FULL_BINDIR}/gs-chrome-connector` на полный путь к скопированному файлу
`gs-chrome-connector.py`.
+Актуальная инструкция по установке [доступна в wiki
GNOME](https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation/ru).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]