Hello community,
here is the log from the commit of package chrome-gnome-shell for
openSUSE:Factory checked in at 2017-02-20 13:14:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chrome-gnome-shell (Old)
and /work/SRC/openSUSE:Factory/.chrome-gnome-shell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chrome-gnome-shell"
Changes:
--------
--- /work/SRC/openSUSE:Factory/chrome-gnome-shell/chrome-gnome-shell.changes
2017-02-07 12:09:55.418815302 +0100
+++
/work/SRC/openSUSE:Factory/.chrome-gnome-shell.new/chrome-gnome-shell.changes
2017-02-20 13:14:40.555993483 +0100
@@ -1,0 +2,18 @@
+Sun Feb 12 20:30:33 UTC 2017 - [email protected]
+
+- Update to version 8.1:
+ + Added check to make sure that "enabled-extensions" GNOME Shell
+ setting does not contains duplicated values (bgo#777650).
+ + Fixed error that breaks update check if there was extension
+ installed without "version" key in manifest.
+ + Fixed error that prevents error message to be shown when update
+ check is failed.
+ + Fixed connector segfault on browser close.
+ + Fixed possible error in synchronization process that may delete
+ some extensions.
+ + Updated translations.
+- Drop chrome-gnome-shell-commit-dca4a35.patch: Fixed upstream.
+- Use conditional to allow packaging for older versions of
+ openSUSE.
+
+-------------------------------------------------------------------
Old:
----
chrome-gnome-shell-8.tar.xz
chrome-gnome-shell-commit-dca4a35.patch
New:
----
chrome-gnome-shell-8.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ chrome-gnome-shell.spec ++++++
--- /var/tmp/diff_new_pack.0qO7kF/_old 2017-02-20 13:14:41.103916448 +0100
+++ /var/tmp/diff_new_pack.0qO7kF/_new 2017-02-20 13:14:41.115914762 +0100
@@ -17,15 +17,13 @@
Name: chrome-gnome-shell
-Version: 8
+Version: 8.1
Release: 0
Summary: GNOME Shell integration for Chrome Extension compatible
browsers
License: GPL-3.0+
Group: Productivity/Networking/Web/Browsers
Url: https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome
Source: %{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM chrome-gnome-shell-commit-dca4a35.patch
gh#nE0sIghT/chrome-gnome-shell-mirror#27 [email protected] -- Do not use
get_dbus_connection after GApplication was released.
-Patch1: chrome-gnome-shell-commit-dca4a35.patch
BuildRequires: cmake
BuildRequires: hicolor-icon-theme
BuildRequires: jq
@@ -47,7 +45,6 @@
%prep
%setup -q
-%patch1 -p1
%build
%cmake
@@ -68,7 +65,11 @@
%config %{_sysconfdir}/chromium/
%config %{_sysconfdir}/opt/chrome/
%{_bindir}/chrome-gnome-shell
+%if 0%{?suse_version} < 1330
+%{python_sitelib}/chrome_gnome_shell-0.0.0-py2.7.egg-info
+%else
%{python2_sitelib}/chrome_gnome_shell-0.0.0-py2.7.egg-info
+%endif
%{_libdir}/mozilla/
%{_datadir}/applications/org.gnome.ChromeGnomeShell.desktop
%dir %{_datadir}/dbus-1
++++++ _service ++++++
--- /var/tmp/diff_new_pack.0qO7kF/_old 2017-02-20 13:14:41.147910263 +0100
+++ /var/tmp/diff_new_pack.0qO7kF/_new 2017-02-20 13:14:41.151909701 +0100
@@ -2,9 +2,9 @@
<service name="tar_scm" mode="disabled">
<param name="url">git://git.gnome.org/chrome-gnome-shell</param>
<param name="scm">git</param>
- <param name="versionformat">8</param>
+ <param name="versionformat">8.1</param>
<param name="changesgenerate">enable</param>
- <param name="revision">refs/tags/v8</param>
+ <param name="revision">refs/tags/v8.1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.0qO7kF/_old 2017-02-20 13:14:41.171906890 +0100
+++ /var/tmp/diff_new_pack.0qO7kF/_new 2017-02-20 13:14:41.175906327 +0100
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">git://git.gnome.org/chrome-gnome-shell</param>
- <param
name="changesrevision">dd8f3d4cd8df4234b9da14f43e028077895ad7ac</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">b929c4278de7e2d1707d4f92e13e75b725d95e88</param></service></servicedata>
\ No newline at end of file
++++++ chrome-gnome-shell-8.tar.xz -> chrome-gnome-shell-8.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/CMakeLists.txt
new/chrome-gnome-shell-8.1/CMakeLists.txt
--- old/chrome-gnome-shell-8/CMakeLists.txt 2017-01-04 09:33:03.000000000
+0100
+++ new/chrome-gnome-shell-8.1/CMakeLists.txt 2017-02-12 20:25:24.000000000
+0100
@@ -9,7 +9,7 @@
endif(NOT DEFINED CMAKE_SIZEOF_VOID_P)
# Variables
-set(PROJECT_VERSION "8")
+set(PROJECT_VERSION "8.1")
set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION})
set(ARCHIVE_FULL_NAME ${ARCHIVE_NAME}.tar.xz)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/NEWS
new/chrome-gnome-shell-8.1/NEWS
--- old/chrome-gnome-shell-8/NEWS 2017-01-04 09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/NEWS 2017-02-12 20:25:24.000000000 +0100
@@ -1,3 +1,31 @@
+= 2017-02-12 chrome-gnome-shell 8.1 =
+
+== Changes ==
+ * Added check to make sure that "enabled-extensions" GNOME Shell setting does
not contains duplicated values
+ (GNOME Shell bug 777650).
+ * Fixed error that breaks update check if there was extension installed
without "version" key in manifest.
+ * Fixed error that prevents error message to be shown when update check is
failed.
+ * Fixed connector segfault on browser close.
+ * Fixed possible error in synchronization process that may delete some
extensions.
+ * Switched Ubuntu PPA packages to use Python 3.
+
+== Translations ==
+ * Danish (Alan Mortensen)
+ * German (Mario Blättermann)
+ * Slovak (Dušan Kazik)
+
+== Known issues ==
+ * Native host connector is not working in Google Chrome and Opera when
installed via Debian Stretch or Sid
+ repositories. To know "why?" look
+ here (https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/17),
+ here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840804) and
+ here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840235). For a
workaround
+ look here
+
(https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation#Troubleshooting).
+ * Web extension is broken on FreeBSD because of bug 212925
+ (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212925).
+
+
= 2017-01-04 chrome-gnome-shell 8 =
== Changes ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/README.md
new/chrome-gnome-shell-8.1/README.md
--- old/chrome-gnome-shell-8/README.md 2017-01-04 09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/README.md 2017-02-12 20:25:24.000000000
+0100
@@ -5,13 +5,13 @@
Introduction
------------
-This repository contains Web extension for Google Chrome/Chromium, Vivaldi,
Opera (and other
-WebExtensions capable browsers) and native host messaging connector that
provides integration with
-GNOME Shell and the corresponding extensions repository
https://extensions.gnome.org/.
+This repository contains Browser extension for Google Chrome/Chromium,
Firefox, Vivaldi, Opera (and other
+Browser Extension, Chrome Extension or WebExtensions capable browsers) and
native host messaging connector
+that provides integration with GNOME Shell and the corresponding extensions
repository https://extensions.gnome.org/.
Requirements
------------
- * GNOME Shell up to 3.20
+ * GNOME Shell up to 3.22
* Python 2.7+ or 3.x
* PyGObject
* Python Requests 2.x
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/connector/chrome-gnome-shell.py
new/chrome-gnome-shell-8.1/connector/chrome-gnome-shell.py
--- old/chrome-gnome-shell-8/connector/chrome-gnome-shell.py 2017-01-04
09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/connector/chrome-gnome-shell.py 2017-02-12
20:25:24.000000000 +0100
@@ -23,7 +23,7 @@
import sys
import traceback
-CONNECTOR_VERSION = 8
+CONNECTOR_VERSION = 8.1
DEBUG_ENABLED = False
SHELL_SCHEMA = "org.gnome.shell"
@@ -106,21 +106,26 @@
self.hold()
# Is there any way to hook this to shutdown?
- def cleanup(self):
- debug('Cleanup')
+ def clean_release(self):
+ debug('Release')
if self.shellAppearedId:
Gio.bus_unwatch_name(self.shellAppearedId)
if self.shellSignalId:
- self.get_dbus_connection().signal_unsubscribe(self.shellSignalId)
+ dbus_connection = self.get_dbus_connection()
+
+ if dbus_connection is not None:
+ dbus_connection.signal_unsubscribe(self.shellSignalId)
+
+ self.release()
def default_exception_hook(self, exception_type, value, tb):
log_error("Uncaught exception of type %s occured" % exception_type)
traceback.print_tb(tb)
log_error("Exception: %s" % value)
- self.release()
+ self.clean_release()
def add_simple_action(self, name, callback, parameter_type):
action = Gio.SimpleAction.new(
@@ -191,7 +196,7 @@
# noinspection PyUnusedLocal
def on_service_timeout(self, data):
debug('On service timeout')
- self.release()
+ self.clean_release()
return False
@@ -203,7 +208,7 @@
if len(text_length_bytes) == 0:
debug('Release condition: %s' % str(condition))
- self.release()
+ self.clean_release()
return
# Unpack message length as 4 byte integer.
@@ -255,14 +260,14 @@
# noinspection PyUnusedLocal
def on_hup(self, source, condition, data):
debug('On hup: %s' % str(condition))
- self.release()
+ self.clean_release()
return False
# noinspection PyUnusedLocal
def on_sigint(self, data):
debug('On sigint')
- self.release()
+ self.clean_release()
return False
@@ -424,9 +429,10 @@
continue
if extension['enable']:
- uuids.append(extension['uuid'])
+ if not extension['uuid'] in uuids:
+ uuids.append(extension['uuid'])
elif extension['uuid'] in uuids:
- uuids.remove(extension['uuid'])
+ uuids = [value for value in uuids if value !=
extension['uuid']]
settings.set_strv(ENABLED_EXTENSIONS_KEY, uuids)
@@ -505,7 +511,7 @@
http_request['installed'][uuid] = {
'version': int(extensions[uuid]['version'])
}
- except ValueError:
+ except (ValueError, KeyError):
http_request['installed'][uuid] = {
'version': 1
}
@@ -528,7 +534,7 @@
requests.ConnectionError, requests.HTTPError,
requests.Timeout,
requests.TooManyRedirects, requests.RequestException,
ValueError
) as ex:
- error_message = str(ex.message) if ('message' in ex) else
str(ex)
+ error_message = str(ex.message) if hasattr(ex, 'message') else
str(ex)
log_error('Unable to check extensions updates: %s' %
error_message)
request_url = ex.response.url if ex.response is not None else
ex.request.url
@@ -544,6 +550,5 @@
app = ChromeGNOMEShell('--gapplication-service' in sys.argv)
app.run(sys.argv)
- app.cleanup()
debug('Quit')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/contrib/chrome-web-store/da
new/chrome-gnome-shell-8.1/contrib/chrome-web-store/da
--- old/chrome-gnome-shell-8/contrib/chrome-web-store/da 2017-01-04
09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/contrib/chrome-web-store/da 2017-02-12
20:25:24.000000000 +0100
@@ -1,6 +1,8 @@
Du SKAL installere en oprindelig forbindelseskomponent før denne udvidelse
virker.
-Til Arch Linux findes der en PKGBUILD tilgængelig i AUR:
https://aur.archlinux.org/packages/chrome-gnome-shell-git
+Til Arch Linux findes der en PKGBUILD i AUR:
https://aur.archlinux.org/packages/chrome-gnome-shell-git
+
+Til Debian Linux er der en pakke i Sid og Stretch:
https://tracker.debian.org/pkg/chrome-gnome-shell
Til Fedora Linux er der en pakke i Copr:
https://copr.fedorainfracloud.org/coprs/region51/chrome-gnome-shell
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/contrib/chrome-web-store/de
new/chrome-gnome-shell-8.1/contrib/chrome-web-store/de
--- old/chrome-gnome-shell-8/contrib/chrome-web-store/de 2017-01-04
09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/contrib/chrome-web-store/de 2017-02-12
20:25:24.000000000 +0100
@@ -2,6 +2,8 @@
Für Archlinux ist ein PKGBUILD im AUR verfügbar:
https://aur.archlinux.org/packages/chrome-gnome-shell-git
+Für Debian Linux ist ein Paket in Sid und Stretch verfügbar:
https://tracker.debian.org/pkg/chrome-gnome-shell
+
Für Fedora Linux ist ein Paket in einer Copr-Quelle verfügbar:
https://copr.fedorainfracloud.org/coprs/region51/chrome-gnome-shell
In Gentoo Linux können Sie den Connector mit folgendem Befehl installieren:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/contrib/chrome-web-store/sk
new/chrome-gnome-shell-8.1/contrib/chrome-web-store/sk
--- old/chrome-gnome-shell-8/contrib/chrome-web-store/sk 1970-01-01
01:00:00.000000000 +0100
+++ new/chrome-gnome-shell-8.1/contrib/chrome-web-store/sk 2017-02-12
20:25:24.000000000 +0100
@@ -0,0 +1,17 @@
+Aby toto rozšírenie mohlo fungovať, MUSÍTE nainštalovať natívny konektor.
+
+Pre systém Arch Linux je dostupný balík PKGBUILD v repozitári AUR:
https://aur.archlinux.org/packages/chrome-gnome-shell-git
+
+Pre systém Debian Linux je dostupný balík vo vydaniach Sid a Stretch:
https://tracker.debian.org/pkg/chrome-gnome-shell
+
+Pre systém Fedora Linux je dostupný balík v repozitári Copr:
https://copr.fedorainfracloud.org/coprs/region51/chrome-gnome-shell
+
+V systéme Gentoo Linux môžete nainštalovať konektor pomocou príkazu:
+emerge gnome-extra/chrome-gnome-shell
+
+Pre systém Ubuntu Linux je dostupný balík v repozitári
ne0sight/chrome-gnome-shell PPA. Na inštaláciu zadajte:
+sudo add-apt-repository ppa:ne0sight/chrome-gnome-shell
+sudo apt-get update
+sudo apt-get install chrome-gnome-shell
+
+Konektor môžete tiež nainštalovať ručne. Pokyny na inštaláciu nájdete na
adrese
https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/contrib/ubuntu/README.Debian
new/chrome-gnome-shell-8.1/contrib/ubuntu/README.Debian
--- old/chrome-gnome-shell-8/contrib/ubuntu/README.Debian 1970-01-01
01:00:00.000000000 +0100
+++ new/chrome-gnome-shell-8.1/contrib/ubuntu/README.Debian 2017-02-12
20:25:24.000000000 +0100
@@ -0,0 +1,11 @@
+This package provides the connector, which connects GNOME Shell
+Extensions to the web.
+.
+Currently, to get it fully working, you need to also install the
+browser extension from the Web Store
+.
+https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep
+.
+https://addons.mozilla.org/firefox/addon/gnome-shell-integration/
+.
+https://addons.opera.com/extensions/details/gnome-shell-integration/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/contrib/ubuntu/control
new/chrome-gnome-shell-8.1/contrib/ubuntu/control
--- old/chrome-gnome-shell-8/contrib/ubuntu/control 2017-01-04
09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/contrib/ubuntu/control 2017-02-12
20:25:24.000000000 +0100
@@ -2,14 +2,16 @@
Section: gnome
Priority: optional
Maintainer: Yuri Konotopov <[email protected]>
-Build-Depends: debhelper (>= 8.0.0), cmake, coreutils, python (>= 2.7), jq
+Build-Depends: debhelper (>= 9.0.0), cmake, coreutils, python3,
gnome-pkg-tools, jq
Standards-Version: 3.9.4
-Homepage: <https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome>
+Homepage: https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome
Vcs-Git: git://git.gnome.org/chrome-gnome-shell
Vcs-Browser: https://git.gnome.org/browse/chrome-gnome-shell
Package: chrome-gnome-shell
Architecture: all
-Depends: gnome-shell, python (>= 2.7), python-gi, python-requests (>= 2.0)
+Depends: ${misc:Depends}, gnome-shell, python3, python3-gi, python3-requests
+Suggests: chromium | chromium-browser, firefox
+Enhances: chromium, chromium-browser, firefox
Description: GNOME Shell integration
Provides integration with GNOME Shell extensions repository
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/contrib/ubuntu/copyright
new/chrome-gnome-shell-8.1/contrib/ubuntu/copyright
--- old/chrome-gnome-shell-8/contrib/ubuntu/copyright 2017-01-04
09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/contrib/ubuntu/copyright 2017-02-12
20:25:24.000000000 +0100
@@ -1,12 +1,48 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: chrome-gnome-shell
-Upstream-Contact: https://github.com/nE0sIghT/chrome-gnome-shell/issues
+Upstream-Contact: https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues
Source: https://git.gnome.org/browse/chrome-gnome-shell/
Files: *
-Copyright: 2016 Yuri Konotopov <[email protected]>
+Copyright: 2016-2017 Yuri Konotopov <[email protected]>
+License: GPL-3+
+
+Files: extension/include/external/jquery-2.1.4.js
+Copyright: 2014 jQuery Foundation, Inc
+License: MIT
+
+Files: extension/include/external/tabby-10.1.0.js
+Copyright: 2016 Chris Ferdinandi
+License: MIT
+
+Files: debian/*
+Copyright: 2016-2017 Yuri Konotopov <[email protected]>
+ 2016-2017 Ritesh Raj Sarraf <[email protected]>
+License: GPL-3+
+
License: GPL-3+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in "/usr/share/common-licenses/GPL-3"
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the Software
+ is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED,
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/contrib/ubuntu/postrm
new/chrome-gnome-shell-8.1/contrib/ubuntu/postrm
--- old/chrome-gnome-shell-8/contrib/ubuntu/postrm 2017-01-04
09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/contrib/ubuntu/postrm 1970-01-01
01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# Force remove policies files.
-# Otherwise it will not be possible to uninstall web extension.
-POLICIES="/etc/chromium/policies/managed/chrome-gnome-shell.json
-/etc/opt/chrome/policies/managed/chrome-gnome-shell.json"
-
-IFS="
-"
-for file in ${POLICIES}; do
- if [ -e "${file}" ]; then
- rm "${file}"
- fi
-done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/contrib/ubuntu/preinst
new/chrome-gnome-shell-8.1/contrib/ubuntu/preinst
--- old/chrome-gnome-shell-8/contrib/ubuntu/preinst 1970-01-01
01:00:00.000000000 +0100
+++ new/chrome-gnome-shell-8.1/contrib/ubuntu/preinst 2017-02-12
20:25:24.000000000 +0100
@@ -0,0 +1,24 @@
+#!/bin/sh
+
+set -e
+
+
+case "$1" in
+ remove|purge)
+ ;;
+
+ install|upgrade|failed-upgrade)
+ if dpkg --compare-versions "$2" le "7.2-2"; then
+ [ -e /var/lib/dpkg/info/chrome-gnome-shell.postrm ] && rm
/var/lib/dpkg/info/chrome-gnome-shell.postrm
+ fi
+ ;;
+
+ *)
+ echo "Called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/contrib/ubuntu/rules
new/chrome-gnome-shell-8.1/contrib/ubuntu/rules
--- old/chrome-gnome-shell-8/contrib/ubuntu/rules 2017-01-04
09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/contrib/ubuntu/rules 2017-02-12
20:25:24.000000000 +0100
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with gnome
override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_EXTENSION=OFF -DUSE_DEBIAN_LAYOUT=ON
+ dh_auto_configure -- -DBUILD_EXTENSION=OFF -DUSE_DEBIAN_LAYOUT=ON
-DCMAKE_INSTALL_LIBDIR=lib -DPython_ADDITIONAL_VERSIONS=3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/chrome-gnome-shell-8/extension/_locales/da/messages.json
new/chrome-gnome-shell-8.1/extension/_locales/da/messages.json
--- old/chrome-gnome-shell-8/extension/_locales/da/messages.json
2017-01-04 09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/extension/_locales/da/messages.json
2017-02-12 20:25:24.000000000 +0100
@@ -185,7 +185,7 @@
},
"warning_apis_missing": {
"description": "$$1 is a placeholder for a list of missing
APIs",
- "message": "Your native host connector do not support following
APIs: $$1. Probably you should upgrade native host connector or install plugins
for missing APIs. Refer <a
href='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation'>documentation</a>
for instructions."
+ "message": "Din oprindelige forbindelseskomponent
underst\u00f8tter ikke f\u00f8lgende API'er: $$1. Du skal sandsynligvis
opgradere den oprindelige forbindelseskomponent eller installere
udvidelsesmoduler til de manglende API'er. Se instruktioner i <a
href='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation'>dokumentationen</a>."
},
"yes": {
"message": "Ja"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/chrome-gnome-shell-8/extension/_locales/de/messages.json
new/chrome-gnome-shell-8.1/extension/_locales/de/messages.json
--- old/chrome-gnome-shell-8/extension/_locales/de/messages.json
2017-01-04 09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/extension/_locales/de/messages.json
2017-02-12 20:25:24.000000000 +0100
@@ -185,7 +185,7 @@
},
"warning_apis_missing": {
"description": "$$1 is a placeholder for a list of missing
APIs",
- "message": "Your native host connector do not support following
APIs: $$1. Probably you should upgrade native host connector or install plugins
for missing APIs. Refer <a
href='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation'>documentation</a>
for instructions."
+ "message": "Ihr Nativer Host-Connector unterst\u00fctzt die
folgenden APIs nicht: $$1. Wahrscheinlich sollten Sie den Nativen
Host-Connector aktualisieren oder fehlende Erweiterungen oder APIs
installieren. In der <a
href='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation'>Dokumentation</a>
finden Sie Anweisungen zum Installieren des Connectors."
},
"yes": {
"message": "Ja"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/chrome-gnome-shell-8/extension/_locales/sk/messages.json
new/chrome-gnome-shell-8.1/extension/_locales/sk/messages.json
--- old/chrome-gnome-shell-8/extension/_locales/sk/messages.json
1970-01-01 01:00:00.000000000 +0100
+++ new/chrome-gnome-shell-8.1/extension/_locales/sk/messages.json
2017-02-12 20:25:24.000000000 +0100
@@ -0,0 +1,193 @@
+{
+ "_DO_NOT_EDIT": {
+ "description": "This file is auto generated with
po2chrome-messages tool from sk.po.",
+ "message": ""
+ },
+ "close": {
+ "message": "Zavrie\u0165"
+ },
+ "error_extension_response": {
+ "description": "Shown to user when response of extension API
call does not follow known format.",
+ "message": "Prijat\u00e1 nespr\u00e1vna odpove\u010f od
roz\u0161\u00edrenia"
+ },
+ "extension_enabled": {
+ "description": "Used as title, eg in table header. Means 'Does
GNOME Shell extension enabled?'",
+ "message": "Povolen\u00e9"
+ },
+ "extension_installed": {
+ "description": "Used as title, eg in table header. Means 'Does
GNOME Shell extension installed?'",
+ "message": "Nain\u0161talovan\u00e9"
+ },
+ "extension_name": {
+ "description": "Used as title, eg in table header. Means 'GNOME
Shell extension name'.",
+ "message": "Roz\u0161\u00edrenie"
+ },
+ "extension_status_downgrade": {
+ "description": "This is a part of phrase like 'Extension Top
Icons must be downgraded'.",
+ "message": "mus\u00ed prejs\u0165 na star\u0161iu verziu"
+ },
+ "extension_status_upgrade": {
+ "description": "This is a part of phrase like 'Extension Top
Icons can be upgraded'.",
+ "message": "m\u00f4\u017ee by\u0165 aktualizovan\u00e9"
+ },
+ "extension_synchronized": {
+ "description": "Used as title, eg in table header. Means 'Does
GNOME Shell extension status synchronized with remote browser storage?'",
+ "message": "Synchronizovan\u00e9"
+ },
+ "gs_chrome": {
+ "description": "This is a project title. Used as extension name
in Chrome Store and in some titlebars.",
+ "message": "Integr\u00e1cia do Shellu prostredia GNOME"
+ },
+ "hours": {
+ "description": "This is a part of phrase 'Update check period:
xx hours'",
+ "message": "hod\u00edn"
+ },
+ "manifest_description": {
+ "description": "Used as extension description in Chrome Store",
+ "message": "Toto roz\u0161\u00edrenie poskytuje integr\u00e1ciu
do Shellu prostredia GNOME a pr\u00edslu\u0161n\u00fd repozit\u00e1r
roz\u0161\u00edren\u00ed https://extensions.gnome.org"
+ },
+ "native_request_failed": {
+ "description": "$REQUEST$ is a placeholder for technical name
of request that web extension make via native messaging host application.",
+ "message": "Nat\u00edvna po\u017eiadavka \u00ab$REQUEST$\u00bb
zlyhala",
+ "placeholders": {
+ "request": {
+ "content": "$1"
+ }
+ }
+ },
+ "network_error": {
+ "message": "Vyskytla sa sie\u0165ov\u00e1 chyba. Pros\u00edm,
skontrolujte va\u0161e pripojenie k Internetu a/alebo nastavenia
sprostredkovate\u013ea proxy."
+ },
+ "never": {
+ "description": "This is a part of phrase 'Last check: never'",
+ "message": "nikdy"
+ },
+ "no": {
+ "message": "Nie"
+ },
+ "no_host_connector": {
+ "message": "Napriek tomu, \u017ee roz\u0161\u00edrenie pre
integr\u00e1ciu do Shellu prostredia GNOME je spusten\u00e9, konektor
nat\u00edvneho hostite\u013ea nebol rozpoznan\u00fd. Pokyny ako
nain\u0161talova\u0165 konektor n\u00e1jdete v <a
href='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation'>dokument\u00e1cii</a>."
+ },
+ "no_host_response": {
+ "description": "Means 'Web extension does not received answer
from native messaging host application.'",
+ "message": "\u017diadna odpove\u010f od hostite\u013ea"
+ },
+ "options_check_period": {
+ "description": "Option name. Allow to set interval between
GNOME Shell extensions update checks.",
+ "message": "Interval kontroly aktualiz\u00e1ci\u00ed"
+ },
+ "options_last_check": {
+ "description": "This is a start of phrase (followed by
date/time) of last GNOME Shell extensions update check.",
+ "message": "Posledn\u00e1 kontrola d\u0148a"
+ },
+ "options_link": {
+ "description": "Link name for options tab.",
+ "message": "Vo\u013eby"
+ },
+ "options_next_check": {
+ "description": "This is a start of phrase (followed by
date/time) of next GNOME Shell extensions update check.",
+ "message": "Nasleduj\u00faca kontrola d\u0148a"
+ },
+ "options_saved": {
+ "description": "Means 'Options were saved successfully after
user clicked Save button'",
+ "message": "Vo\u013eby ulo\u017een\u00e9."
+ },
+ "options_show_network_errors": {
+ "description": "Option name. By default Chrome do not reveal
exact network error in case of request failure. Allow enable/disable extended
error information.",
+ "message": "Zobrazi\u0165 inform\u00e1cie o sie\u0165ov\u00fdch
chyb\u00e1ch"
+ },
+ "options_show_network_errors_notice": {
+ "description": "This is a notice under option name. Warns user
that additional browser permission is required if option will be enabled.",
+ "message": "Po\u017eaduje sa opr\u00e1vnenie
\u00abwebRequest\u00bb prehliada\u010da Chrome."
+ },
+ "options_show_release_notes": {
+ "description": "Option name. Allow to enable/disable popup with
release notes when Web extension is updated.",
+ "message": "Zobrazi\u0165 pozn\u00e1mky k vydaniu po
aktualizovan\u00ed roz\u0161\u00edrenia"
+ },
+ "options_synchronize_extensions": {
+ "description": "Option name. Allow to enable/disable
synchronization of GNOME Shell extensions with remote browser storage.",
+ "message": "Synchronizova\u0165 zoznam roz\u0161\u00edren\u00ed"
+ },
+ "options_synchronize_extensions_notice": {
+ "description": "This is a notice under option name.",
+ "message": "Ak je t\u00e1to vo\u013eba povolen\u00e1
v\u00e1\u0161 zoznam roz\u0161\u00edren\u00ed Shellu prostredia GNOME bude
synchronizovan\u00fd s va\u0161\u00edm \u00fa\u010dtom Google."
+ },
+ "options_title": {
+ "description": "$GS_CHROME$ is placeholder for 'GNOME Shell
integration' string. This string used as title for Options page. This title is
not shown in Chrome, but may be shown in other browsers.",
+ "message": "$GS_CHROME$ - vo\u013eby",
+ "placeholders": {
+ "gs_chrome": {
+ "content": "$1"
+ }
+ }
+ },
+ "options_update_check": {
+ "description": "Option name. Allow enable/disable update check
for GNOME Shell extensions.",
+ "message": "Kontrolova\u0165 aktualiz\u00e1cie
roz\u0161\u00edren\u00ed"
+ },
+ "platform_not_supported": {
+ "message": "Konektor nat\u00edvneho hostite\u013ea nie je
podporovan\u00fd va\u0161ou platformou."
+ },
+ "retry": {
+ "message": "Sk\u00fasi\u0165 znovu"
+ },
+ "save": {
+ "message": "Ulo\u017ei\u0165"
+ },
+ "synchronization": {
+ "description": "Link name for synchronization tab in options
dialog.",
+ "message": "Synchroniz\u00e1cia"
+ },
+ "synchronization_cancel": {
+ "message": "Nepovoli\u0165 synchroniz\u00e1ciu."
+ },
+ "synchronization_failed": {
+ "description": "$CAUSE$ is placeholder for error that caused
synchronization failure.",
+ "message": "Zlyhala synchroniz\u00e1cia
roz\u0161\u00edren\u00ed: $CAUSE$",
+ "placeholders": {
+ "cause": {
+ "content": "$1"
+ }
+ }
+ },
+ "synchronization_storage_exists": {
+ "message": "Va\u0161e vzdialen\u00e9 synchroniza\u010dn\u00e9
\u00falo\u017eisko u\u017e obsahuje zoznam roz\u0161\u00edren\u00ed."
+ },
+ "synchronization_use_local": {
+ "message": "Pou\u017ei\u0165 miestny zoznam
roz\u0161\u00edren\u00ed a prep\u00edsa\u0165 vzdialen\u00fd."
+ },
+ "synchronization_use_remote": {
+ "message": "Pou\u017ei\u0165 vzdialen\u00fd zoznam
roz\u0161\u00edren\u00ed a prep\u00edsa\u0165 miestny."
+ },
+ "translation_credits": {
+ "description": "This is content of 'About translation' tab in
Options dialog. Thank you for translation and feel free to add yourself here.
HTML markup enabled for this string. New line character is treated as line
break (<br />)",
+ "message": "Du\u0161an Kazik <[email protected]>"
+ },
+ "translation_credits_title": {
+ "description": "Link name for translation credits tab in
options dialog.",
+ "message": "O preklade"
+ },
+ "unknown_error": {
+ "description": "This should newer be shown to user. However
better safe than sorry.",
+ "message": "nezn\u00e1ma chyba"
+ },
+ "update_available": {
+ "message": "S\u00fa dostupn\u00e9 aktualiz\u00e1cie
roz\u0161\u00edren\u00ed pre Shell prostredia GNOME"
+ },
+ "update_check_failed": {
+ "description": "$CAUSE$ is placeholder for error that caused
update failure.",
+ "message": "Zlyhala kontrola aktualiz\u00e1ci\u00ed
roz\u0161\u00edren\u00ed: $CAUSE$",
+ "placeholders": {
+ "cause": {
+ "content": "$1"
+ }
+ }
+ },
+ "warning_apis_missing": {
+ "description": "$$1 is a placeholder for a list of missing
APIs",
+ "message": "V\u00e1\u0161 konektor nat\u00edvneho
hostite\u013ea nepodporuje nasledovn\u00e9 rozhrania API: $$1. Pravdepodobne
budete musie\u0165 aktualizova\u0165 konektor nat\u00edvneho hostite\u013ea,
alebo nain\u0161talova\u0165 z\u00e1suvn\u00e9 moduly pre ch\u00fdbaj\u00face
rozhrania API. Pokyny n\u00e1jdete v <a
href='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation'>dokument\u00e1cii</a>."
+ },
+ "yes": {
+ "message": "\u00c1no"
+ }
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/chrome-gnome-shell-8/extension/include/sweettooth-api.js
new/chrome-gnome-shell-8.1/extension/include/sweettooth-api.js
--- old/chrome-gnome-shell-8/extension/include/sweettooth-api.js
2017-01-04 09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/extension/include/sweettooth-api.js
2017-02-12 20:25:24.000000000 +0100
@@ -61,7 +61,7 @@
},
uninstallExtension: function (uuid) {
- return
sendResolveExtensionMessage("uninstallExtension", "success", {uuid: uuid});
+ return
sendResolveExtensionMessage("uninstallExtension", "status", {uuid: uuid});
},
initialize: function () {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/extension/manifest.json
new/chrome-gnome-shell-8.1/extension/manifest.json
--- old/chrome-gnome-shell-8/extension/manifest.json 2017-01-04
09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/extension/manifest.json 2017-02-12
20:25:24.000000000 +0100
@@ -4,7 +4,7 @@
"name": "__MSG_gs_chrome__",
"short_name": "GS Chrome",
"description": "__MSG_manifest_description__",
- "version": "8",
+ "version": "8.1",
"default_locale": "en",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/extension/options.js
new/chrome-gnome-shell-8.1/extension/options.js
--- old/chrome-gnome-shell-8/extension/options.js 2017-01-04
09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/extension/options.js 2017-02-12
20:25:24.000000000 +0100
@@ -32,11 +32,7 @@
GSC.sync.getExtensions($.Deferred().done(function (extensions) {
var localExtensions = {};
$.each(extensions, function
(uuid, extension) {
- if(
- extension.local
&&
-
$.inArray(extension.localState,
-
[EXTENSION_STATE.ENABLED, EXTENSION_STATE.DISABLED]) !== -1
- )
+ if(extension.local &&
extension.localState != EXTENSION_STATE.UNINSTALLED)
{
localExtensions[extension.uuid] = {
uuid:
extension.uuid,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/po/LINGUAS
new/chrome-gnome-shell-8.1/po/LINGUAS
--- old/chrome-gnome-shell-8/po/LINGUAS 2017-01-04 09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/po/LINGUAS 2017-02-12 20:25:24.000000000
+0100
@@ -16,6 +16,7 @@
pt
pt_BR
ru
+sk
sl
sr
sv
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/po/da.po
new/chrome-gnome-shell-8.1/po/da.po
--- old/chrome-gnome-shell-8/po/da.po 2017-01-04 09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/po/da.po 2017-02-12 20:25:24.000000000 +0100
@@ -1,14 +1,14 @@
# Danish translation for chrome-gnome-shell.
-# Copyright (C) 2016 chrome-gnome-shell's COPYRIGHT HOLDER
+# Copyright (C) 2017 chrome-gnome-shell's COPYRIGHT HOLDER
# This file is distributed under the same license as the chrome-gnome-shell
package.
-# Alan Mortensen <[email protected]>, 2016.
+# Alan Mortensen <[email protected]>, 2016,2017.
#
msgid ""
msgstr ""
"Project-Id-Version: chrome-gnome-shell master\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2017-01-04 06:47+0000\n"
-"PO-Revision-Date: 2016-10-31 20:36+0100\n"
+"PO-Revision-Date: 2017-01-08 14:29+0100\n"
"Last-Translator: Alan Mortensen <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
"Language: da\n"
@@ -284,7 +284,6 @@
#. $$1 is a placeholder for a list of missing APIs
#: chrome-gnome-shell-key-warning_apis_missing:1
-#, fuzzy
msgid ""
"Your native host connector do not support following APIs: $$1. Probably you "
"should upgrade native host connector or install plugins for missing APIs. "
@@ -292,10 +291,11 @@
"GnomeShellIntegrationForChrome/Installation'>documentation</a> for "
"instructions."
msgstr ""
-"Selvom udvidelsen til GNOME Shell-integration kører, kan den oprindelige "
-"værtsforbindelseskomponent ikke detekteres. Se <a href='https://wiki.gnome."
-"org/Projects/GnomeShellIntegrationForChrome/Installation'>documentation</a> "
-"for instruktioner vedrørende installering af forbindelseskomponent."
+"Din oprindelige forbindelseskomponent understøtter ikke følgende API'er: $"
+"$1. Du skal sandsynligvis opgradere den oprindelige forbindelseskomponent "
+"eller installere udvidelsesmoduler til de manglende API'er. Se instruktioner "
+"i <a href='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
+"Installation'>dokumentationen</a>."
#: chrome-gnome-shell-key-yes:1
msgid "Yes"
@@ -303,7 +303,6 @@
#. Chrome store description
#: chrome-gnome-shell-store-description:1
-#, fuzzy
msgid ""
"You MUST install native connector for this extension to work.\n"
"\n"
@@ -331,8 +330,11 @@
"Du SKAL installere en oprindelig forbindelseskomponent før denne udvidelse "
"virker.\n"
"\n"
-"Til Arch Linux findes der en PKGBUILD tilgængelig i AUR: https://aur."
-"archlinux.org/packages/chrome-gnome-shell-git\n"
+"Til Arch Linux findes der en PKGBUILD i AUR: https://aur.archlinux.org/"
+"packages/chrome-gnome-shell-git\n"
+"\n"
+"Til Debian Linux er der en pakke i Sid og Stretch: https://tracker.debian."
+"org/pkg/chrome-gnome-shell\n"
"\n"
"Til Fedora Linux er der en pakke i Copr: https://copr.fedorainfracloud.org/"
"coprs/region51/chrome-gnome-shell\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/po/de.po
new/chrome-gnome-shell-8.1/po/de.po
--- old/chrome-gnome-shell-8/po/de.po 2017-01-04 09:33:03.000000000 +0100
+++ new/chrome-gnome-shell-8.1/po/de.po 2017-02-12 20:25:24.000000000 +0100
@@ -3,7 +3,7 @@
# This file is auto generated with chrome-messages2pot tool.
#
# Stefan Kirrmann, 2016.
-# Mario Blättermann <[email protected]>, 2016.
+# Mario Blättermann <[email protected]>, 2016, 2017.
# Wolfgang Stöggl <[email protected]>, 2016.
#
msgid ""
@@ -18,7 +18,7 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.8.9\n"
+"X-Generator: Poedit 1.8.11\n"
#: chrome-gnome-shell-key-close:1
msgid "Close"
@@ -285,7 +285,6 @@
#. $$1 is a placeholder for a list of missing APIs
#: chrome-gnome-shell-key-warning_apis_missing:1
-#, fuzzy
msgid ""
"Your native host connector do not support following APIs: $$1. Probably you "
"should upgrade native host connector or install plugins for missing APIs. "
@@ -293,10 +292,12 @@
"GnomeShellIntegrationForChrome/Installation'>documentation</a> for "
"instructions."
msgstr ""
-"Obwohl die GNOME Shell-Integrations-Erweiterung läuft, wurde der Native Host-"
-"Connector nicht erkannt. In <a href='https://wiki.gnome.org/Projects/"
-"GnomeShellIntegrationForChrome/Installation'>documentation</a> finden Sie "
-"Anweisungen zum Installieren des Connectors."
+"Ihr Nativer Host-Connector unterstützt die folgenden APIs nicht: $$1. "
+"Wahrscheinlich sollten Sie den Nativen Host-Connector aktualisieren oder "
+"fehlende Erweiterungen oder APIs installieren. In der <a href='https://wiki."
+"gnome.org/Projects/GnomeShellIntegrationForChrome/"
+"Installation'>Dokumentation</a> finden Sie Anweisungen zum Installieren des "
+"Connectors."
#: chrome-gnome-shell-key-yes:1
msgid "Yes"
@@ -304,7 +305,6 @@
#. Chrome store description
#: chrome-gnome-shell-store-description:1
-#, fuzzy
msgid ""
"You MUST install native connector for this extension to work.\n"
"\n"
@@ -335,6 +335,9 @@
"Für Archlinux ist ein PKGBUILD im AUR verfügbar: https://aur.archlinux.org/"
"packages/chrome-gnome-shell-git\n"
"\n"
+"Für Debian Linux ist ein Paket in Sid und Stretch verfügbar: https://tracker."
+"debian.org/pkg/chrome-gnome-shell\n"
+"\n"
"Für Fedora Linux ist ein Paket in einer Copr-Quelle verfügbar: https://copr."
"fedorainfracloud.org/coprs/region51/chrome-gnome-shell\n"
"\n"
@@ -351,21 +354,3 @@
"finden Sie auf https://wiki.gnome.org/Projects/"
"GnomeShellIntegrationForChrome/Installation.\n"
-#~ msgid "older than version 4"
-#~ msgstr "älter als Version 4"
-
-#~ msgid "version $$1"
-#~ msgstr "Version $$1"
-
-#~ msgid ""
-#~ "You are using different versions of GNOME Shell integration extension ($"
-#~ "$1) and native host connector ($$2). Some features may not work or work "
-#~ "wrong."
-#~ msgstr ""
-#~ "Sie benutzten eine andere Version der GNOME Shell-Integrations-"
-#~ "Erweiterung ($$1) und des Nativen Host-Connectors ($$2). Manche "
-#~ "Funktionsmerkmale stehen möglicherweise nur eingeschränkt oder gar nicht "
-#~ "zur Verfügung."
-
-#~ msgid "Connecting to native host application…"
-#~ msgstr "Verbindung mit nativer Rechneranwendung wird hergestellt …"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/po/sk.po
new/chrome-gnome-shell-8.1/po/sk.po
--- old/chrome-gnome-shell-8/po/sk.po 1970-01-01 01:00:00.000000000 +0100
+++ new/chrome-gnome-shell-8.1/po/sk.po 2017-02-12 20:25:24.000000000 +0100
@@ -0,0 +1,345 @@
+# Slovak translation for chrome-gnome-shell.
+# Copyright (C) 2017 chrome-gnome-shell's COPYRIGHT HOLDER
+# This file is distributed under the same license as the chrome-gnome-shell
package.
+# Dušan Kazik <[email protected]>, 2017.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: chrome-gnome-shell master\n"
+"Report-Msgid-Bugs-To: [email protected]\n"
+"POT-Creation-Date: 2017-02-12 19:03+0000\n"
+"PO-Revision-Date: 2017-01-23 21:42+0100\n"
+"Last-Translator: Dušan Kazik <[email protected]>\n"
+"Language-Team: Slovak <[email protected]>\n"
+"Language: sk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
+"X-Generator: Poedit 1.8.11\n"
+
+#: chrome-gnome-shell-key-close:1
+msgid "Close"
+msgstr "Zavrieť"
+
+#. Shown to user when response of extension API call does not follow known
+#. format.
+#: chrome-gnome-shell-key-error_extension_response:1
+msgid "Wrong extension response received"
+msgstr "Prijatá nesprávna odpoveď od rozšírenia"
+
+#. Used as title, eg in table header. Means 'Does GNOME Shell extension
+#. enabled?'
+#: chrome-gnome-shell-key-extension_enabled:1
+msgid "Enabled"
+msgstr "Povolené"
+
+#. Used as title, eg in table header. Means 'Does GNOME Shell extension
+#. installed?'
+#: chrome-gnome-shell-key-extension_installed:1
+msgid "Installed"
+msgstr "Nainštalované"
+
+#. Used as title, eg in table header. Means 'GNOME Shell extension name'.
+#: chrome-gnome-shell-key-extension_name:1
+msgid "Extension"
+msgstr "Rozšírenie"
+
+#. This is a part of phrase like 'Extension Top Icons must be downgraded'.
+#: chrome-gnome-shell-key-extension_status_downgrade:1
+msgid "must be downgraded"
+msgstr "musí prejsť na staršiu verziu"
+
+#. This is a part of phrase like 'Extension Top Icons can be upgraded'.
+#: chrome-gnome-shell-key-extension_status_upgrade:1
+msgid "can be upgraded"
+msgstr "môže byť aktualizované"
+
+#. Used as title, eg in table header. Means 'Does GNOME Shell extension status
+#. synchronized with remote browser storage?'
+#: chrome-gnome-shell-key-extension_synchronized:1
+msgid "Synchronized"
+msgstr "Synchronizované"
+
+#. This is a project title. Used as extension name in Chrome Store and in some
+#. titlebars.
+#: chrome-gnome-shell-key-gs_chrome:1
+msgid "GNOME Shell integration"
+msgstr "Integrácia do Shellu prostredia GNOME"
+
+#. This is a part of phrase 'Update check period: xx hours'
+#: chrome-gnome-shell-key-hours:1
+msgid "hours"
+msgstr "hodín"
+
+#. Used as extension description in Chrome Store
+#: chrome-gnome-shell-key-manifest_description:1
+msgid ""
+"This extension provides integration with GNOME Shell and the corresponding "
+"extensions repository https://extensions.gnome.org"
+msgstr ""
+"Toto rozšírenie poskytuje integráciu do Shellu prostredia GNOME a príslušný "
+"repozitár rozšírení https://extensions.gnome.org"
+
+#. $REQUEST$ is a placeholder for technical name of request that web extension
+#. make via native messaging host application.
+#.
+#. String placeholders:
+#. request
+#.
+#: chrome-gnome-shell-key-native_request_failed:1
+msgid "«$REQUEST$» native request failed"
+msgstr "Natívna požiadavka «$REQUEST$» zlyhala"
+
+#: chrome-gnome-shell-key-network_error:1
+msgid ""
+"A network error has occurred. Please check your Internet connection and/or "
+"proxy settings."
+msgstr ""
+"Vyskytla sa sieťová chyba. Prosím, skontrolujte vaše pripojenie k Internetu "
+"a/alebo nastavenia sprostredkovateľa proxy."
+
+#. This is a part of phrase 'Last check: never'
+#: chrome-gnome-shell-key-never:1
+msgid "never"
+msgstr "nikdy"
+
+#: chrome-gnome-shell-key-no:1
+msgid "No"
+msgstr "Nie"
+
+#: chrome-gnome-shell-key-no_host_connector:1
+msgid ""
+"Although GNOME Shell integration extension is running, native host connector "
+"is not detected. Refer <a href='https://wiki.gnome.org/Projects/"
+"GnomeShellIntegrationForChrome/Installation'>documentation</a> for "
+"instructions about installing connector."
+msgstr ""
+"Napriek tomu, že rozšírenie pre integráciu do Shellu prostredia GNOME je "
+"spustené, konektor natívneho hostiteľa nebol rozpoznaný. Pokyny ako "
+"nainštalovať konektor nájdete v <a href='https://wiki.gnome.org/Projects/"
+"GnomeShellIntegrationForChrome/Installation'>dokumentácii</a>."
+
+#. Means 'Web extension does not received answer from native messaging host
+#. application.'
+#: chrome-gnome-shell-key-no_host_response:1
+msgid "No host response"
+msgstr "Žiadna odpoveď od hostiteľa"
+
+#. Option name. Allow to set interval between GNOME Shell extensions update
+#. checks.
+#: chrome-gnome-shell-key-options_check_period:1
+msgid "Update check period"
+msgstr "Interval kontroly aktualizácií"
+
+#. This is a start of phrase (followed by date/time) of last GNOME Shell
+#. extensions update check.
+#: chrome-gnome-shell-key-options_last_check:1
+msgid "Last check"
+msgstr "Posledná kontrola dňa"
+
+#. Link name for options tab.
+#: chrome-gnome-shell-key-options_link:1
+msgid "Options"
+msgstr "Voľby"
+
+#. This is a start of phrase (followed by date/time) of next GNOME Shell
+#. extensions update check.
+#: chrome-gnome-shell-key-options_next_check:1
+msgid "Next check"
+msgstr "Nasledujúca kontrola dňa"
+
+#. Means 'Options were saved successfully after user clicked Save button'
+#: chrome-gnome-shell-key-options_saved:1
+msgid "Options saved."
+msgstr "Voľby uložené."
+
+#. Option name. By default Chrome do not reveal exact network error in case of
+#. request failure. Allow enable/disable extended error information.
+#: chrome-gnome-shell-key-options_show_network_errors:1
+msgid "Show information about network errors"
+msgstr "Zobraziť informácie o sieťových chybách"
+
+#. This is a notice under option name. Warns user that additional browser
+#. permission is required if option will be enabled.
+#: chrome-gnome-shell-key-options_show_network_errors_notice:1
+msgid "Chrome permission «webRequest» required."
+msgstr "Požaduje sa oprávnenie «webRequest» prehliadača Chrome."
+
+#. Option name. Allow to enable/disable popup with release notes when Web
+#. extension is updated.
+#: chrome-gnome-shell-key-options_show_release_notes:1
+msgid "Show release notes when extension updated"
+msgstr "Zobraziť poznámky k vydaniu po aktualizovaní rozšírenia"
+
+#. Option name. Allow to enable/disable synchronization of GNOME Shell
+#. extensions with remote browser storage.
+#: chrome-gnome-shell-key-options_synchronize_extensions:1
+msgid "Synchronize extensions list"
+msgstr "Synchronizovať zoznam rozšírení"
+
+#. This is a notice under option name.
+#: chrome-gnome-shell-key-options_synchronize_extensions_notice:1
+msgid ""
+"If enabled, your GNOME Shell extensions list will be synchronized with your "
+"Google account."
+msgstr ""
+"Ak je táto voľba povolená váš zoznam rozšírení Shellu prostredia GNOME bude "
+"synchronizovaný s vaším účtom Google."
+
+#. $GS_CHROME$ is placeholder for 'GNOME Shell integration' string. This
+#. string used as title for Options page. This title is not shown in Chrome,
+#. but may be shown in other browsers.
+#.
+#. String placeholders:
+#. gs_chrome
+#.
+#: chrome-gnome-shell-key-options_title:1
+msgid "$GS_CHROME$ options"
+msgstr "$GS_CHROME$ - voľby"
+
+#. Option name. Allow enable/disable update check for GNOME Shell extensions.
+#: chrome-gnome-shell-key-options_update_check:1
+msgid "Check for extensions update"
+msgstr "Kontrolovať aktualizácie rozšírení"
+
+#: chrome-gnome-shell-key-platform_not_supported:1
+msgid "Native host connector is not supported for your platform."
+msgstr "Konektor natívneho hostiteľa nie je podporovaný vašou platformou."
+
+#: chrome-gnome-shell-key-retry:1
+msgid "Retry"
+msgstr "Skúsiť znovu"
+
+#: chrome-gnome-shell-key-save:1
+msgid "Save"
+msgstr "Uložiť"
+
+#. Link name for synchronization tab in options dialog.
+#: chrome-gnome-shell-key-synchronization:1
+msgid "Synchronization"
+msgstr "Synchronizácia"
+
+#: chrome-gnome-shell-key-synchronization_cancel:1
+msgid "Do not enable synchronization."
+msgstr "Nepovoliť synchronizáciu."
+
+#. $CAUSE$ is placeholder for error that caused synchronization failure.
+#.
+#. String placeholders:
+#. cause
+#.
+#: chrome-gnome-shell-key-synchronization_failed:1
+msgid "Failed to synchronize extensions: $CAUSE$"
+msgstr "Zlyhala synchronizácia rozšírení: $CAUSE$"
+
+#: chrome-gnome-shell-key-synchronization_storage_exists:1
+msgid "Your remote synchronization storage already contains extensions list."
+msgstr "Vaše vzdialené synchronizačné úložisko už obsahuje zoznam rozšírení."
+
+#: chrome-gnome-shell-key-synchronization_use_local:1
+msgid "Use local extensions list, overwrite remote."
+msgstr "Použiť miestny zoznam rozšírení a prepísať vzdialený."
+
+#: chrome-gnome-shell-key-synchronization_use_remote:1
+msgid "Use remote extensions list, overwrite local."
+msgstr "Použiť vzdialený zoznam rozšírení a prepísať miestny."
+
+#. This is content of 'About translation' tab in Options dialog. Thank you for
+#. translation and feel free to add yourself here. HTML markup enabled for
+#. this string. New line character is treated as line break (<br />)
+#: chrome-gnome-shell-key-translation_credits:1
+msgid "translation_credits"
+msgstr "Dušan Kazik <[email protected]>"
+
+#. Link name for translation credits tab in options dialog.
+#: chrome-gnome-shell-key-translation_credits_title:1
+msgid "About translation"
+msgstr "O preklade"
+
+#. This should newer be shown to user. However better safe than sorry.
+#: chrome-gnome-shell-key-unknown_error:1
+msgid "unknown error"
+msgstr "neznáma chyba"
+
+#: chrome-gnome-shell-key-update_available:1
+msgid "An update for GNOME Shell extensions available"
+msgstr "Sú dostupné aktualizácie rozšírení pre Shell prostredia GNOME"
+
+#. $CAUSE$ is placeholder for error that caused update failure.
+#.
+#. String placeholders:
+#. cause
+#.
+#: chrome-gnome-shell-key-update_check_failed:1
+msgid "Failed to check extensions updates: $CAUSE$"
+msgstr "Zlyhala kontrola aktualizácií rozšírení: $CAUSE$"
+
+#. $$1 is a placeholder for a list of missing APIs
+#: chrome-gnome-shell-key-warning_apis_missing:1
+msgid ""
+"Your native host connector do not support following APIs: $$1. Probably you "
+"should upgrade native host connector or install plugins for missing APIs. "
+"Refer <a href='https://wiki.gnome.org/Projects/"
+"GnomeShellIntegrationForChrome/Installation'>documentation</a> for "
+"instructions."
+msgstr ""
+"Váš konektor natívneho hostiteľa nepodporuje nasledovné rozhrania API: $$1. "
+"Pravdepodobne budete musieť aktualizovať konektor natívneho hostiteľa, alebo "
+"nainštalovať zásuvné moduly pre chýbajúce rozhrania API. Pokyny nájdete v <a "
+"href='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
+"Installation'>dokumentácii</a>."
+
+#: chrome-gnome-shell-key-yes:1
+msgid "Yes"
+msgstr "Áno"
+
+#. Chrome store description
+#: chrome-gnome-shell-store-description:1
+msgid ""
+"You MUST install native connector for this extension to work.\n"
+"\n"
+"For Arch Linux there is a PKGBUILD available in the AUR: https://aur."
+"archlinux.org/packages/chrome-gnome-shell-git\n"
+"\n"
+"For Debian Linux there is package available in Sid and Stretch: https://"
+"tracker.debian.org/pkg/chrome-gnome-shell\n"
+"\n"
+"For Fedora Linux there is package available in Copr: https://copr."
+"fedorainfracloud.org/coprs/region51/chrome-gnome-shell\n"
+"\n"
+"In Gentoo Linux you can install connector with command:\n"
+"emerge gnome-extra/chrome-gnome-shell\n"
+"\n"
+"For Ubuntu Linux package is available in ne0sight/chrome-gnome-shell PPA. To "
+"install it type:\n"
+"sudo add-apt-repository ppa:ne0sight/chrome-gnome-shell\n"
+"sudo apt-get update\n"
+"sudo apt-get install chrome-gnome-shell\n"
+"\n"
+"You also can install connector manually. See https://wiki.gnome.org/Projects/"
+"GnomeShellIntegrationForChrome/Installation for install instructions.\n"
+msgstr ""
+"Aby toto rozšírenie mohlo fungovať, MUSÍTE nainštalovať natívny konektor.\n"
+"\n"
+"Pre systém Arch Linux je dostupný balík PKGBUILD v repozitári AUR: https://"
+"aur.archlinux.org/packages/chrome-gnome-shell-git\n"
+"\n"
+"Pre systém Debian Linux je dostupný balík vo vydaniach Sid a Stretch: "
+"https://tracker.debian.org/pkg/chrome-gnome-shell\n"
+"\n"
+"Pre systém Fedora Linux je dostupný balík v repozitári Copr: https://copr."
+"fedorainfracloud.org/coprs/region51/chrome-gnome-shell\n"
+"\n"
+"V systéme Gentoo Linux môžete nainštalovať konektor pomocou príkazu:\n"
+"emerge gnome-extra/chrome-gnome-shell\n"
+"\n"
+"Pre systém Ubuntu Linux je dostupný balík v repozitári ne0sight/chrome-gnome-"
+"shell PPA. Na inštaláciu zadajte:\n"
+"sudo add-apt-repository ppa:ne0sight/chrome-gnome-shell\n"
+"sudo apt-get update\n"
+"sudo apt-get install chrome-gnome-shell\n"
+"\n"
+"Konektor môžete tiež nainštalovať ručne. Pokyny na inštaláciu nájdete na "
+"adrese https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
+"Installation.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/chrome-gnome-shell-8/po/template.pot
new/chrome-gnome-shell-8.1/po/template.pot
--- old/chrome-gnome-shell-8/po/template.pot 2017-01-04 09:33:03.000000000
+0100
+++ new/chrome-gnome-shell-8.1/po/template.pot 2017-02-12 20:25:24.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2017-01-04 06:47+0000\n"
+"POT-Creation-Date: 2017-02-12 19:03+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"