Hello community,
here is the log from the commit of package gnome-shell-extensions for
openSUSE:Factory checked in at 2017-04-29 10:51:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
and /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell-extensions"
Sat Apr 29 10:51:28 2017 rev:54 rq:490931 version:3.24.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2017-03-22 23:09:15.916408157 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
2017-04-29 10:51:29.105512607 +0200
@@ -1,0 +2,7 @@
+Mon Apr 24 17:09:55 UTC 2017 - [email protected]
+
+- Update to version 3.24.1:
+ + apps-menu: Allow creating desktop launchers via DND.
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gnome-shell-extensions-3.24.0.tar.xz
New:
----
gnome-shell-extensions-3.24.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-shell-extensions.spec ++++++
--- /var/tmp/diff_new_pack.SNeNyh/_old 2017-04-29 10:51:30.109370791 +0200
+++ /var/tmp/diff_new_pack.SNeNyh/_new 2017-04-29 10:51:30.109370791 +0200
@@ -20,7 +20,7 @@
%global __requires_exclude typelib\\(Meta\\)
Name: gnome-shell-extensions
-Version: 3.24.0
+Version: 3.24.1
Release: 0
Summary: A collection of extensions for GNOME Shell
License: GPL-2.0+
++++++ gnome-shell-extensions-3.24.0.tar.xz ->
gnome-shell-extensions-3.24.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-shell-extensions-3.24.0/NEWS
new/gnome-shell-extensions-3.24.1/NEWS
--- old/gnome-shell-extensions-3.24.0/NEWS 2017-03-20 18:32:58.000000000
+0100
+++ new/gnome-shell-extensions-3.24.1/NEWS 2017-04-11 02:21:33.000000000
+0200
@@ -1,3 +1,8 @@
+3.24.1
+======
+* apps-menu: Allow creating desktop launchers via DND
+* updated translations (el, vi)
+
3.24.0
======
* updated translations (lv, tr)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-shell-extensions-3.24.0/aclocal.m4
new/gnome-shell-extensions-3.24.1/aclocal.m4
--- old/gnome-shell-extensions-3.24.0/aclocal.m4 2017-03-20
18:33:28.000000000 +0100
+++ new/gnome-shell-extensions-3.24.1/aclocal.m4 2017-04-11
02:22:52.000000000 +0200
@@ -20,32 +20,63 @@
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically
'autoreconf'.])])
-# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
-# serial 1 (pkg-config-0.24)
-#
-# Copyright © 2004 Scott James Remnant <[email protected]>.
-#
-# This program 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 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
+# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
+# serial 11 (pkg-config-0.29.1)
-# PKG_PROG_PKG_CONFIG([MIN-VERSION])
-# ----------------------------------
+dnl Copyright © 2004 Scott James Remnant <[email protected]>.
+dnl Copyright © 2012-2015 Dan Nicholson <[email protected]>
+dnl
+dnl This program is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation; either version 2 of the License, or
+dnl (at your option) any later version.
+dnl
+dnl This program is distributed in the hope that it will be useful, but
+dnl WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+dnl General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program; if not, write to the Free Software
+dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+dnl 02111-1307, USA.
+dnl
+dnl As a special exception to the GNU General Public License, if you
+dnl distribute this file as part of a program that contains a
+dnl configuration script generated by Autoconf, you may include it under
+dnl the same distribution terms that you use for the rest of that
+dnl program.
+
+dnl PKG_PREREQ(MIN-VERSION)
+dnl -----------------------
+dnl Since: 0.29
+dnl
+dnl Verify that the version of the pkg-config macros are at least
+dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's
+dnl installed version of pkg-config, this checks the developer's version
+dnl of pkg.m4 when generating configure.
+dnl
+dnl To ensure that this macro is defined, also add:
+dnl m4_ifndef([PKG_PREREQ],
+dnl [m4_fatal([must install pkg-config 0.29 or later before running
autoconf/autogen])])
+dnl
+dnl See the "Since" comment for each macro you use to see what version
+dnl of the macros you require.
+m4_defun([PKG_PREREQ],
+[m4_define([PKG_MACROS_VERSION], [0.29.1])
+m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
+ [m4_fatal([pkg.m4 version $1 or higher is required but
]PKG_MACROS_VERSION[ found])])
+])dnl PKG_PREREQ
+
+dnl PKG_PROG_PKG_CONFIG([MIN-VERSION])
+dnl ----------------------------------
+dnl Since: 0.16
+dnl
+dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
+dnl first found in the path. Checks that the version of pkg-config found
+dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is
+dnl used since that's the first version where most current features of
+dnl pkg-config existed.
AC_DEFUN([PKG_PROG_PKG_CONFIG],
[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
@@ -67,18 +98,19 @@
PKG_CONFIG=""
fi
fi[]dnl
-])# PKG_PROG_PKG_CONFIG
+])dnl PKG_PROG_PKG_CONFIG
-# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-#
-# Check to see whether a particular set of modules exists. Similar
-# to PKG_CHECK_MODULES(), but does not set variables or print errors.
-#
-# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-# only at the first occurence in configure.ac, so if the first place
-# it's called might be skipped (such as if it is within an "if", you
-# have to call PKG_CHECK_EXISTS manually
-# --------------------------------------------------------------
+dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
+dnl -------------------------------------------------------------------
+dnl Since: 0.18
+dnl
+dnl Check to see whether a particular set of modules exists. Similar to
+dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
+dnl
+dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
+dnl only at the first occurence in configure.ac, so if the first place
+dnl it's called might be skipped (such as if it is within an "if", you
+dnl have to call PKG_CHECK_EXISTS manually
AC_DEFUN([PKG_CHECK_EXISTS],
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
if test -n "$PKG_CONFIG" && \
@@ -88,8 +120,10 @@
$3])dnl
fi])
-# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
-# ---------------------------------------------
+dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
+dnl ---------------------------------------------
+dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
+dnl pkg_failed based on the result.
m4_define([_PKG_CONFIG],
[if test -n "$$1"; then
pkg_cv_[]$1="$$1"
@@ -101,10 +135,11 @@
else
pkg_failed=untried
fi[]dnl
-])# _PKG_CONFIG
+])dnl _PKG_CONFIG
-# _PKG_SHORT_ERRORS_SUPPORTED
-# -----------------------------
+dnl _PKG_SHORT_ERRORS_SUPPORTED
+dnl ---------------------------
+dnl Internal check to see if pkg-config supports short errors.
AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -112,19 +147,17 @@
else
_pkg_short_errors_supported=no
fi[]dnl
-])# _PKG_SHORT_ERRORS_SUPPORTED
+])dnl _PKG_SHORT_ERRORS_SUPPORTED
-# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
-# [ACTION-IF-NOT-FOUND])
-#
-#
-# Note that if there is a possibility the first call to
-# PKG_CHECK_MODULES might not happen, you should be sure to include an
-# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
-#
-#
-# --------------------------------------------------------------
+dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
+dnl [ACTION-IF-NOT-FOUND])
+dnl --------------------------------------------------------------
+dnl Since: 0.4.0
+dnl
+dnl Note that if there is a possibility the first call to
+dnl PKG_CHECK_MODULES might not happen, you should be sure to include an
+dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
AC_DEFUN([PKG_CHECK_MODULES],
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
@@ -178,15 +211,40 @@
AC_MSG_RESULT([yes])
$3
fi[]dnl
-])# PKG_CHECK_MODULES
+])dnl PKG_CHECK_MODULES
-# PKG_INSTALLDIR(DIRECTORY)
-# -------------------------
-# Substitutes the variable pkgconfigdir as the location where a module
-# should install pkg-config .pc files. By default the directory is
-# $libdir/pkgconfig, but the default can be changed by passing
-# DIRECTORY. The user can override through the --with-pkgconfigdir
-# parameter.
+
+dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
+dnl [ACTION-IF-NOT-FOUND])
+dnl ---------------------------------------------------------------------
+dnl Since: 0.29
+dnl
+dnl Checks for existence of MODULES and gathers its build flags with
+dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags
+dnl and VARIABLE-PREFIX_LIBS from --libs.
+dnl
+dnl Note that if there is a possibility the first call to
+dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to
+dnl include an explicit call to PKG_PROG_PKG_CONFIG in your
+dnl configure.ac.
+AC_DEFUN([PKG_CHECK_MODULES_STATIC],
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+_save_PKG_CONFIG=$PKG_CONFIG
+PKG_CONFIG="$PKG_CONFIG --static"
+PKG_CHECK_MODULES($@)
+PKG_CONFIG=$_save_PKG_CONFIG[]dnl
+])dnl PKG_CHECK_MODULES_STATIC
+
+
+dnl PKG_INSTALLDIR([DIRECTORY])
+dnl -------------------------
+dnl Since: 0.27
+dnl
+dnl Substitutes the variable pkgconfigdir as the location where a module
+dnl should install pkg-config .pc files. By default the directory is
+dnl $libdir/pkgconfig, but the default can be changed by passing
+dnl DIRECTORY. The user can override through the --with-pkgconfigdir
+dnl parameter.
AC_DEFUN([PKG_INSTALLDIR],
[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
m4_pushdef([pkg_description],
@@ -197,16 +255,18 @@
AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
m4_popdef([pkg_default])
m4_popdef([pkg_description])
-]) dnl PKG_INSTALLDIR
+])dnl PKG_INSTALLDIR
-# PKG_NOARCH_INSTALLDIR(DIRECTORY)
-# -------------------------
-# Substitutes the variable noarch_pkgconfigdir as the location where a
-# module should install arch-independent pkg-config .pc files. By
-# default the directory is $datadir/pkgconfig, but the default can be
-# changed by passing DIRECTORY. The user can override through the
-# --with-noarch-pkgconfigdir parameter.
+dnl PKG_NOARCH_INSTALLDIR([DIRECTORY])
+dnl --------------------------------
+dnl Since: 0.27
+dnl
+dnl Substitutes the variable noarch_pkgconfigdir as the location where a
+dnl module should install arch-independent pkg-config .pc files. By
+dnl default the directory is $datadir/pkgconfig, but the default can be
+dnl changed by passing DIRECTORY. The user can override through the
+dnl --with-noarch-pkgconfigdir parameter.
AC_DEFUN([PKG_NOARCH_INSTALLDIR],
[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
m4_pushdef([pkg_description],
@@ -217,13 +277,15 @@
AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
m4_popdef([pkg_default])
m4_popdef([pkg_description])
-]) dnl PKG_NOARCH_INSTALLDIR
+])dnl PKG_NOARCH_INSTALLDIR
-# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
-# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-# -------------------------------------------
-# Retrieves the value of the pkg-config variable for the given module.
+dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
+dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
+dnl -------------------------------------------
+dnl Since: 0.28
+dnl
+dnl Retrieves the value of the pkg-config variable for the given module.
AC_DEFUN([PKG_CHECK_VAR],
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
@@ -232,17 +294,16 @@
AS_VAR_COPY([$1], [pkg_cv_][$1])
AS_VAR_IF([$1], [""], [$5], [$4])dnl
-])# PKG_CHECK_VAR
+])dnl PKG_CHECK_VAR
-# PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES,
-# [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND],
-# [DESCRIPTION], [DEFAULT])
-#
-# Prepare a "--with-" configure option using the lowercase [VARIABLE-PREFIX]
-# name, merging the behaviour of AC_ARG_WITH and PKG_CHECK_MODULES in a single
-# macro
-#
-# --------------------------------------------------------------
+dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES,
+dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND],
+dnl [DESCRIPTION], [DEFAULT])
+dnl ------------------------------------------
+dnl
+dnl Prepare a "--with-" configure option using the lowercase
+dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and
+dnl PKG_CHECK_MODULES in a single macro.
AC_DEFUN([PKG_WITH_MODULES],
[
m4_pushdef([with_arg], m4_tolower([$1]))
@@ -272,41 +333,36 @@
m4_popdef([description])
m4_popdef([def_arg])
-]) dnl PKG_WITH_MODULES
+])dnl PKG_WITH_MODULES
-# PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
-# [DESCRIPTION], [DEFAULT])
-#
-# Convenience macro to trigger AM_CONDITIONAL after
-# PKG_WITH_MODULES check.
-#
-# HAVE_[VARIABLE-PREFIX] is exported as make variable.
-#
-# --------------------------------------------------------------
+dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
+dnl [DESCRIPTION], [DEFAULT])
+dnl -----------------------------------------------
+dnl
+dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES
+dnl check._[VARIABLE-PREFIX] is exported as make variable.
AC_DEFUN([PKG_HAVE_WITH_MODULES],
[
PKG_WITH_MODULES([$1],[$2],,,[$3],[$4])
AM_CONDITIONAL([HAVE_][$1],
[test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"])
-])
+])dnl PKG_HAVE_WITH_MODULES
-# PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
-# [DESCRIPTION], [DEFAULT])
-#
-# Convenience macro to run AM_CONDITIONAL and AC_DEFINE after
-# PKG_WITH_MODULES check.
-#
-# HAVE_[VARIABLE-PREFIX] is exported as make and preprocessor variable.
-#
-# --------------------------------------------------------------
+dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
+dnl [DESCRIPTION], [DEFAULT])
+dnl ------------------------------------------------------
+dnl
+dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after
+dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make
+dnl and preprocessor variable.
AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES],
[
PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4])
AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
[AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
-])
+])dnl PKG_HAVE_DEFINE_WITH_MODULES
dnl GLIB_GSETTINGS
dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-shell-extensions-3.24.0/configure
new/gnome-shell-extensions-3.24.1/configure
--- old/gnome-shell-extensions-3.24.0/configure 2017-03-20 18:33:29.000000000
+0100
+++ new/gnome-shell-extensions-3.24.1/configure 2017-04-11 02:22:52.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-shell-extensions 3.24.0.
+# Generated by GNU Autoconf 2.69 for gnome-shell-extensions 3.24.1.
#
# Report bugs to
<https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions>.
#
@@ -581,8 +581,8 @@
# Identity of this package.
PACKAGE_NAME='gnome-shell-extensions'
PACKAGE_TARNAME='gnome-shell-extensions'
-PACKAGE_VERSION='3.24.0'
-PACKAGE_STRING='gnome-shell-extensions 3.24.0'
+PACKAGE_VERSION='3.24.1'
+PACKAGE_STRING='gnome-shell-extensions 3.24.1'
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions'
PACKAGE_URL=''
@@ -1283,7 +1283,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures gnome-shell-extensions 3.24.0 to adapt to many kinds
of systems.
+\`configure' configures gnome-shell-extensions 3.24.1 to adapt to many kinds
of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1354,7 +1354,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gnome-shell-extensions
3.24.0:";;
+ short | recursive ) echo "Configuration of gnome-shell-extensions
3.24.1:";;
esac
cat <<\_ACEOF
@@ -1472,7 +1472,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gnome-shell-extensions configure 3.24.0
+gnome-shell-extensions configure 3.24.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1652,7 +1652,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gnome-shell-extensions $as_me 3.24.0, which was
+It was created by gnome-shell-extensions $as_me 3.24.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2519,7 +2519,7 @@
# Define the identity of the package.
PACKAGE='gnome-shell-extensions'
- VERSION='3.24.0'
+ VERSION='3.24.1'
cat >>confdefs.h <<_ACEOF
@@ -7330,7 +7330,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gnome-shell-extensions $as_me 3.24.0, which was
+This file was extended by gnome-shell-extensions $as_me 3.24.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7387,7 +7387,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gnome-shell-extensions config.status 3.24.0
+gnome-shell-extensions config.status 3.24.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-shell-extensions-3.24.0/configure.ac
new/gnome-shell-extensions-3.24.1/configure.ac
--- old/gnome-shell-extensions-3.24.0/configure.ac 2017-03-20
18:33:08.000000000 +0100
+++ new/gnome-shell-extensions-3.24.1/configure.ac 2017-04-11
02:21:44.000000000 +0200
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
-AC_INIT([gnome-shell-extensions],[3.24.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
+AC_INIT([gnome-shell-extensions],[3.24.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-shell-extensions-3.24.0/extensions/apps-menu/extension.js
new/gnome-shell-extensions-3.24.1/extensions/apps-menu/extension.js
--- old/gnome-shell-extensions-3.24.0/extensions/apps-menu/extension.js
2017-03-20 18:31:07.000000000 +0100
+++ new/gnome-shell-extensions-3.24.1/extensions/apps-menu/extension.js
2017-04-11 02:19:42.000000000 +0200
@@ -1,16 +1,19 @@
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
const Atk = imports.gi.Atk;
+const DND = imports.ui.dnd;
const GMenu = imports.gi.GMenu;
const Lang = imports.lang;
const Shell = imports.gi.Shell;
const St = imports.gi.St;
const Clutter = imports.gi.Clutter;
const Main = imports.ui.main;
+const Meta = imports.gi.Meta;
const PanelMenu = imports.ui.panelMenu;
const PopupMenu = imports.ui.popupMenu;
const Gtk = imports.gi.Gtk;
const GLib = imports.gi.GLib;
+const Gio = imports.gi.Gio;
const Signals = imports.signals;
const Pango = imports.gi.Pango;
@@ -70,6 +73,23 @@
textureCache.disconnect(iconThemeChangedId);
}));
this._updateIcon();
+
+ this.actor._delegate = this;
+ let draggable = DND.makeDraggable(this.actor);
+
+ let maybeStartDrag = draggable._maybeStartDrag;
+ draggable._maybeStartDrag = (event) => {
+ if (this._dragEnabled)
+ return maybeStartDrag.call(draggable, event);
+ return false;
+ };
+
+ draggable.connect('drag-begin', () => {
+ Shell.util_set_hidden_from_pick(Main.legacyTray.actor, true);
+ });
+ draggable.connect('drag-end', () => {
+ Shell.util_set_hidden_from_pick(Main.legacyTray.actor, false);
+ });
},
activate: function(event) {
@@ -85,8 +105,20 @@
this.parent(active, params);
},
+ setDragEnabled: function(enable) {
+ this._dragEnabled = enable;
+ },
+
+ getDragActor: function() {
+ return this._app.create_icon_texture(APPLICATION_ICON_SIZE);
+ },
+
+ getDragActorSource: function() {
+ return this._iconBin;
+ },
+
_updateIcon: function() {
-
this._iconBin.set_child(this._app.create_icon_texture(APPLICATION_ICON_SIZE));
+ this._iconBin.set_child(this.getDragActor());
}
});
@@ -246,6 +278,99 @@
}
});
+const DesktopTarget = new Lang.Class({
+ Name: 'DesktopTarget',
+
+ _init: function() {
+ this._desktop = null;
+ this._desktopDestroyedId = 0;
+
+ this._windowAddedId =
+ global.window_group.connect('actor-added',
+ Lang.bind(this, this._onWindowAdded));
+
+ global.get_window_actors().forEach(a => {
+ this._onWindowAdded(a.get_parent(), a);
+ });
+ },
+
+ get hasDesktop() {
+ return this._desktop != null;
+ },
+
+ _onWindowAdded: function(group, actor) {
+ if (!(actor instanceof Meta.WindowActor))
+ return;
+
+ if (actor.meta_window.get_window_type() == Meta.WindowType.DESKTOP)
+ this._setDesktop(actor);
+ },
+
+ _setDesktop: function(desktop) {
+ if (this._desktop) {
+ this._desktop.disconnect(this._desktopDestroyedId);
+ this._desktopDestroyedId = 0;
+
+ delete this._desktop._delegate;
+ }
+
+ this._desktop = desktop;
+ this.emit('desktop-changed');
+
+ if (this._desktop) {
+ this._desktopDestroyedId = this._desktop.connect('destroy', () => {
+ this._setDesktop(null);
+ });
+ this._desktop._delegate = this;
+ }
+ },
+
+ _getSourceAppInfo: function(source) {
+ if (!(source instanceof ApplicationMenuItem))
+ return null;
+ return source._app.app_info;
+ },
+
+ destroy: function() {
+ if (this._windowAddedId)
+ global.window_group.disconnect(this._windowAddedId);
+ this._windowAddedId = 0;
+
+ this._setDesktop(null);
+ },
+
+ handleDragOver: function(source, actor, x, y, time) {
+ let appInfo = this._getSourceAppInfo(source);
+ if (!appInfo)
+ return DND.DragMotionResult.CONTINUE;
+
+ return DND.DragMotionResult.COPY_DROP;
+ },
+
+ acceptDrop: function(source, actor, x, y, time) {
+ let appInfo = this._getSourceAppInfo(source);
+ if (!appInfo)
+ return false;
+
+ this.emit('app-dropped');
+
+ let desktop =
GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_DESKTOP);
+
+ let src = Gio.File.new_for_path(appInfo.get_filename());
+ let dst = Gio.File.new_for_path(GLib.build_filenamev([desktop,
src.get_basename()]));
+
+ try {
+ // copy_async() isn't introspectable :-(
+ src.copy(dst, Gio.FileCopyFlags.OVERWRITE, null, null);
+ } catch(e) {
+ log('Failed to copy to desktop: ' + e.message);
+ }
+
+ return true;
+ }
+});
+Signals.addSignalMethods(DesktopTarget.prototype);
+
const ApplicationsButton = new Lang.Class({
Name: 'ApplicationsButton',
Extends: PanelMenu.Button,
@@ -286,6 +411,17 @@
Lang.bind(this, this._setKeybinding));
this._setKeybinding();
+ this._desktopTarget = new DesktopTarget();
+ this._desktopTarget.connect('app-dropped', () => {
+ this.menu.close();
+ });
+ this._desktopTarget.connect('desktop-changed', () => {
+ this._applicationsButtons.forEach(item => {
+ item.setDragEnabled(this._desktopTarget.hasDesktop);
+ });
+ });
+
+ this._applicationsButtons = new Map();
this.reloadFlag = false;
this._createLayout();
this._display();
@@ -329,6 +465,8 @@
Main.sessionMode.hasOverview ?
Lang.bind(Main.overview,
Main.overview.toggle) :
null);
+
+ this._desktopTarget.destroy();
},
_onCapturedEvent: function(actor, event) {
@@ -494,7 +632,7 @@
},
_display: function() {
- this._applicationsButtons = new Array();
+ this._applicationsButtons.clear();
this.mainBox.style=('width: 35em;');
this.mainBox.hide();
@@ -553,12 +691,14 @@
if (apps) {
for (let i = 0; i < apps.length; i++) {
let app = apps[i];
- if (!this._applicationsButtons[app]) {
- let applicationMenuItem = new ApplicationMenuItem(this, app);
- this._applicationsButtons[app] = applicationMenuItem;
+ let item = this._applicationsButtons.get(app);
+ if (!item) {
+ item = new ApplicationMenuItem(this, app);
+ item.setDragEnabled(this._desktopTarget.hasDesktop);
+ this._applicationsButtons.set(app, item);
}
- if (!this._applicationsButtons[app].actor.get_parent())
-
this.applicationsBox.add_actor(this._applicationsButtons[app].actor);
+ if (!item.actor.get_parent())
+ this.applicationsBox.add_actor(item.actor);
}
}
},
Binary files old/gnome-shell-extensions-3.24.0/po/el.gmo and
new/gnome-shell-extensions-3.24.1/po/el.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-shell-extensions-3.24.0/po/el.po
new/gnome-shell-extensions-3.24.1/po/el.po
--- old/gnome-shell-extensions-3.24.0/po/el.po 2017-03-14 10:42:14.000000000
+0100
+++ new/gnome-shell-extensions-3.24.1/po/el.po 2017-04-11 02:19:42.000000000
+0200
@@ -9,45 +9,47 @@
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n"
-"POT-Creation-Date: 2015-01-23 08:34+0000\n"
-"PO-Revision-Date: 2015-01-23 23:57+0300\n"
-"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <[email protected]>\n"
+"POT-Creation-Date: 2017-02-22 18:40+0000\n"
+"PO-Revision-Date: 2017-04-08 22:12+0300\n"
+"Last-Translator: Tom Tryfonidis <[email protected]>\n"
"Language-Team: [email protected]\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
+"X-Generator: Poedit 1.8.11\n"
"X-Project-Style: gnome\n"
-#: ../data/gnome-classic.desktop.in.h:1
-#: ../data/gnome-classic.session.desktop.in.in.h:1
+#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
msgid "GNOME Classic"
msgstr "GNOME Classic"
-#: ../data/gnome-classic.desktop.in.h:2
+#: data/gnome-classic.desktop.in:4
msgid "This session logs you into GNOME Classic"
msgstr "Αυτή η συνεδρία σας συνδέει στο GNOME Classic"
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
msgid "Attach modal dialog to the parent window"
msgstr "Προσάρτηση αποκλειστικού διαλόγου στο γονικό παράθυρο"
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr ""
"Αυτό το κλειδί επικαλύπτει το κλειδί στο org.gnome.mutter όταν εκτελείται το "
"GNOME Shell."
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
msgid "Arrangement of buttons on the titlebar"
msgstr "Διάταξη κουμπιών της γραμμής τίτλου"
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
msgid ""
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
"GNOME Shell."
@@ -55,59 +57,59 @@
"Αυτό το κλειδί επικαλύπτει το κλειδί στο org.gnome.mutter όταν εκτελείται το "
"GNOME Shell."
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr ""
"Ενεργοποίηση προσκόλλησης στην άκρη, όταν αφήνονται παράθυρα στα άκρα της "
"οθόνης"
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
msgid "Workspaces only on primary monitor"
msgstr "Χώροι εργασίας μόνο στην κύρια οθόνη"
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
"Καθυστέρηση εστίασης αλλαγών στην κατάσταση ποντικιού μέχρι να σταματήσει να "
"κινείται ο δείκτης"
-#: ../extensions/alternate-tab/prefs.js:20
+#: extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Μόνο μικρογραφία"
-#: ../extensions/alternate-tab/prefs.js:21
+#: extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "Μόνο εικονίδιο εφαρμογής"
-#: ../extensions/alternate-tab/prefs.js:22
+#: extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "Μικρογραφία και εικονίδιο εφαρμογής"
-#: ../extensions/alternate-tab/prefs.js:38
+#: extensions/alternate-tab/prefs.js:38
msgid "Present windows as"
msgstr "Παρουσίαση παραθύρων ως"
-#: ../extensions/alternate-tab/prefs.js:69
+#: extensions/alternate-tab/prefs.js:69
msgid "Show only windows in the current workspace"
msgstr "Εμφάνιση μόνο των παραθύρων του τρέχοντος χώρου εργασίας"
-#: ../extensions/apps-menu/extension.js:39
+#: extensions/apps-menu/extension.js:38
msgid "Activities Overview"
msgstr "Επισκόπηση δραστηριοτήτων"
-#: ../extensions/apps-menu/extension.js:114
+#: extensions/apps-menu/extension.js:109
msgid "Favorites"
msgstr "Αγαπημένα"
-#: ../extensions/apps-menu/extension.js:283
+#: extensions/apps-menu/extension.js:266
msgid "Applications"
msgstr "Εφαρμογές"
-#:
../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
+#:
extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
msgid "Application and workspace list"
msgstr "Λίστα εφαρμογών και χώρου εργασίας"
-#:
../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
+#:
extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
@@ -116,49 +118,49 @@
"(όνομα αρχείου επιφάνειας εργασίας), ακολουθούμενη από άνω-κάτω τελεία και "
"τον αριθμό του χώρου εργασίας"
-#: ../extensions/auto-move-windows/prefs.js:60
+#: extensions/auto-move-windows/prefs.js:60
msgid "Application"
msgstr "Εφαρμογή"
-#: ../extensions/auto-move-windows/prefs.js:69
-#: ../extensions/auto-move-windows/prefs.js:127
+#: extensions/auto-move-windows/prefs.js:69
+#: extensions/auto-move-windows/prefs.js:127
msgid "Workspace"
msgstr "Χώρος εργασίας"
-#: ../extensions/auto-move-windows/prefs.js:85
+#: extensions/auto-move-windows/prefs.js:85
msgid "Add Rule"
msgstr "Προσθήκη κανόνα"
-#: ../extensions/auto-move-windows/prefs.js:106
+#: extensions/auto-move-windows/prefs.js:106
msgid "Create new matching rule"
msgstr "Δημιουργία νέου κανόνα αντιστοίχισης"
-#: ../extensions/auto-move-windows/prefs.js:111
+#: extensions/auto-move-windows/prefs.js:111
msgid "Add"
msgstr "Προσθήκη"
-#: ../extensions/drive-menu/extension.js:106
+#: extensions/drive-menu/extension.js:106
#, javascript-format
-msgid "Ejecting drive '%s' failed:"
-msgstr "Αποτυχία εξαγωγής του δίσκου '%s':"
+msgid "Ejecting drive “%s” failed:"
+msgstr "Αποτυχία εξαγωγής του δίσκου «%s»:"
-#: ../extensions/drive-menu/extension.js:124
+#: extensions/drive-menu/extension.js:124
msgid "Removable devices"
msgstr "Αφαιρούμενες συσκευές"
-#: ../extensions/drive-menu/extension.js:151
+#: extensions/drive-menu/extension.js:149
msgid "Open File"
msgstr "Άνοιγμα αρχείου"
-#: ../extensions/example/extension.js:17
+#: extensions/example/extension.js:17
msgid "Hello, world!"
msgstr "Γεια σου, κόσμε!"
-#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
+#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
msgid "Alternative greeting text."
msgstr "Εναλλακτικό κείμενο χαιρετισμού."
-#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
+#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
msgid ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
@@ -166,26 +168,28 @@
"Αν δεν είναι κενό, περιέχει το κείμενο που θα εμφανιστεί όταν γίνεται κλικ "
"στον πίνακα εφαρμογών."
-#: ../extensions/example/prefs.js:30
+#: extensions/example/prefs.js:30
msgid "Message"
msgstr "Μήνυμα"
-#: ../extensions/example/prefs.js:43
+#. TRANSLATORS: Example is the name of the extension, should not be
+#. translated
+#: extensions/example/prefs.js:43
msgid ""
"Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n"
-"Nevertheless it's possible to customize the greeting message."
+"Nevertheless it’s possible to customize the greeting message."
msgstr ""
"Το παράδειγμα στοχεύει να δείξει πώς δημιουργούμε επεκτάσεις που "
-"συμπεριφέρονται σωστά για το Shell και ως τέτοιο έχει μικρή λειτουργικότητα "
+"συμπεριφέρονται σωστά στο κέλυφος και ως τέτοιο έχει μικρή λειτουργικότητα "
"από μόνο του.\n"
"Παρ' όλα αυτά είναι δυνατό να προσαρμόσετε το μήνυμα χαιρετισμού."
-#:
../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
+#:
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
msgid "Use more screen for windows"
msgstr "Χρησιμοποιήστε περισσότερη οθόνη για τα παράθυρα"
-#:
../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
+#:
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
msgid ""
"Try to use more screen for placing window thumbnails by adapting to screen "
"aspect ratio, and consolidating them further to reduce the bounding box. "
@@ -196,11 +200,11 @@
"εδραιώνοντας τους περαιτέρω για να μειώσετε το πλαίσιο οριοθέτησης. Αυτή η "
"ρύθμιση ισχύει μόνο με την στρατηγική φυσικής τοποθέτησης."
-#:
../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
+#:
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
msgid "Place window captions on top"
msgstr "Τοποθέτηση τίτλων παράθυρου στην κορυφή"
-#:
../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
+#:
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:12
msgid ""
"If true, place window captions on top the respective thumbnail, overriding "
"shell default of placing it at the bottom. Changing this setting requires "
@@ -211,117 +215,109 @@
"στο κάτω μέρος. Η αλλαγή αυτής της ρύθμισης απαιτεί επανεκκίνηση του "
"κελύφους για να υπάρξει κάποιο αποτέλεσμα."
-#: ../extensions/places-menu/extension.js:78
-#: ../extensions/places-menu/extension.js:81
+#: extensions/places-menu/extension.js:78
+#: extensions/places-menu/extension.js:81
msgid "Places"
msgstr "Τοποθεσίες"
-#: ../extensions/places-menu/placeDisplay.js:57
+#: extensions/places-menu/placeDisplay.js:59
#, javascript-format
-msgid "Failed to launch \"%s\""
-msgstr "Αποτυχία εκκίνησης \"%s\""
+msgid "Failed to launch “%s”"
+msgstr "Αποτυχία εκκίνησης «%s»"
-#: ../extensions/places-menu/placeDisplay.js:99
-#: ../extensions/places-menu/placeDisplay.js:122
+#: extensions/places-menu/placeDisplay.js:101
+#: extensions/places-menu/placeDisplay.js:124
msgid "Computer"
msgstr "Υπολογιστής"
-#: ../extensions/places-menu/placeDisplay.js:200
+#: extensions/places-menu/placeDisplay.js:267
msgid "Home"
msgstr "Προσωπικός φάκελος"
-#: ../extensions/places-menu/placeDisplay.js:287
+#: extensions/places-menu/placeDisplay.js:311
msgid "Browse Network"
msgstr "Περιήγηση δικτύου"
-#:
../extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml.in.h:1
+#:
extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:7
msgid "Cycle Screenshot Sizes"
msgstr "Περιδιάβαση τα μεγέθη των στιγμιοτύπων"
-#: ../extensions/systemMonitor/extension.js:214
-msgid "CPU"
-msgstr "CPU"
-
-#: ../extensions/systemMonitor/extension.js:267
-msgid "Memory"
-msgstr "Μνήμη"
-
-#:
../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
+#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
msgid "Theme name"
msgstr "Όνομα θέματος"
-#:
../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
+#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr ""
"Το όνομα του θέματος που θα φορτωθεί από το ~ /.themes/name/gnome-shell"
-#: ../extensions/window-list/extension.js:110
+#: extensions/window-list/extension.js:110
msgid "Close"
msgstr "Κλείσιμο"
-#: ../extensions/window-list/extension.js:120
+#: extensions/window-list/extension.js:120
msgid "Unminimize"
msgstr "Αποελαχιστοποίηση"
-#: ../extensions/window-list/extension.js:121
+#: extensions/window-list/extension.js:121
msgid "Minimize"
msgstr "Ελαχιστοποίηση"
-#: ../extensions/window-list/extension.js:127
+#: extensions/window-list/extension.js:127
msgid "Unmaximize"
msgstr "Απομεγιστοποίηση"
-#: ../extensions/window-list/extension.js:128
+#: extensions/window-list/extension.js:128
msgid "Maximize"
msgstr "Μεγιστοποίηση"
-#: ../extensions/window-list/extension.js:390
+#: extensions/window-list/extension.js:411
msgid "Minimize all"
msgstr "Ελαχιστοποίηση όλων"
-#: ../extensions/window-list/extension.js:398
+#: extensions/window-list/extension.js:419
msgid "Unminimize all"
msgstr "Αποελαχιστοποίηση όλων"
-#: ../extensions/window-list/extension.js:406
+#: extensions/window-list/extension.js:427
msgid "Maximize all"
msgstr "Μεγιστοποίηση όλων"
-#: ../extensions/window-list/extension.js:415
+#: extensions/window-list/extension.js:436
msgid "Unmaximize all"
msgstr "Απομεγιστοποίηση όλων"
-#: ../extensions/window-list/extension.js:424
+#: extensions/window-list/extension.js:445
msgid "Close all"
msgstr "Κλείσιμο όλων"
-#: ../extensions/window-list/extension.js:706
-#: ../extensions/workspace-indicator/extension.js:30
+#: extensions/window-list/extension.js:669
+#: extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Δείκτης χώρου εργασίας"
-#: ../extensions/window-list/extension.js:870
+#: extensions/window-list/extension.js:833
msgid "Window List"
msgstr "Λίστα παραθύρου"
-#:
../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
+#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
msgid "When to group windows"
msgstr "Πότε θα ομαδοποιούνται τα παράθυρα"
-#:
../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
+#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:13
msgid ""
"Decides when to group windows from the same application on the window list. "
-"Possible values are \"never\", \"auto\" and \"always\"."
+"Possible values are “never”, “auto” and “always”."
msgstr ""
"Αποφασίζει πότε θα ομαδοποιούνται παράθυρα από την ίδια εφαρμογή στη λίστα "
-"παραθύρου. Δυνατές τιμές είναι \"never\" (ποτέ), \"auto\" (αυτόματα) και "
-"\"always\" (πάντα)."
+"παραθύρου. Δυνατές τιμές είναι «never» (ποτέ), «auto» (αυτόματα) και "
+"«always» (πάντα)."
-#:
../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:3
+#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
msgid "Show the window list on all monitors"
msgstr "Να εμφανίζεται ο κατάλογος παραθύρων σε όλες τις οθόνες"
-#:
../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:4
+#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
msgid ""
"Whether to show the window list on all connected monitors or only on the "
"primary one."
@@ -329,39 +325,45 @@
"Αν θα εμφανίζεται ο κατάλογος παραθύρων όλων των συνδεμένων οθονών ή μόνο "
"της κύριας οθόνης."
-#: ../extensions/window-list/prefs.js:32
+#: extensions/window-list/prefs.js:32
msgid "Window Grouping"
msgstr "Ομαδοποίηση παραθύρου"
-#: ../extensions/window-list/prefs.js:50
+#: extensions/window-list/prefs.js:50
msgid "Never group windows"
msgstr "Να μη γίνεται ποτέ ομαδοποίηση παραθύρων"
-#: ../extensions/window-list/prefs.js:51
+#: extensions/window-list/prefs.js:51
msgid "Group windows when space is limited"
msgstr "Ομαδοποίηση παραθύρων όταν ο χώρος είναι περιορισμένος"
-#: ../extensions/window-list/prefs.js:52
+#: extensions/window-list/prefs.js:52
msgid "Always group windows"
msgstr "Να γίνεται πάντα ομαδοποίηση παραθύρων"
-#: ../extensions/window-list/prefs.js:75
+#: extensions/window-list/prefs.js:75
msgid "Show on all monitors"
msgstr "Να εμφανίζεται σε όλες τις οθόνες"
-#: ../extensions/workspace-indicator/prefs.js:141
+#: extensions/workspace-indicator/prefs.js:141
msgid "Workspace Names"
msgstr "Ονόματα χώρων εργασίας:"
-#: ../extensions/workspace-indicator/prefs.js:157
+#: extensions/workspace-indicator/prefs.js:157
msgid "Name"
msgstr "Όνομα"
-#: ../extensions/workspace-indicator/prefs.js:198
+#: extensions/workspace-indicator/prefs.js:198
#, javascript-format
msgid "Workspace %d"
msgstr "Χώρος εργασίας %d"
+#~ msgid "CPU"
+#~ msgstr "CPU"
+
+#~ msgid "Memory"
+#~ msgstr "Μνήμη"
+
#~ msgid "GNOME Shell Classic"
#~ msgstr "GNOME Shell Classic"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-shell-extensions-3.24.0/po/gnome-shell-extensions.pot
new/gnome-shell-extensions-3.24.1/po/gnome-shell-extensions.pot
--- old/gnome-shell-extensions-3.24.0/po/gnome-shell-extensions.pot
2016-07-22 13:37:54.000000000 +0200
+++ new/gnome-shell-extensions-3.24.1/po/gnome-shell-extensions.pot
2017-04-11 02:22:56.000000000 +0200
@@ -6,16 +6,16 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gnome-shell-extensions 3.21.4\n"
+"Project-Id-Version: gnome-shell-extensions 3.24.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n"
-"POT-Creation-Date: 2016-07-22 13:37+0200\n"
+"POT-Creation-Date: 2017-04-11 02:22+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
@@ -80,15 +80,15 @@
msgid "Show only windows in the current workspace"
msgstr ""
-#: extensions/apps-menu/extension.js:38
+#: extensions/apps-menu/extension.js:41
msgid "Activities Overview"
msgstr ""
-#: extensions/apps-menu/extension.js:109
+#: extensions/apps-menu/extension.js:141
msgid "Favorites"
msgstr ""
-#: extensions/apps-menu/extension.js:266
+#: extensions/apps-menu/extension.js:391
msgid "Applications"
msgstr ""
@@ -125,7 +125,7 @@
#: extensions/drive-menu/extension.js:106
#, javascript-format
-msgid "Ejecting drive '%s' failed:"
+msgid "Ejecting drive “%s” failed:"
msgstr ""
#: extensions/drive-menu/extension.js:124
@@ -160,7 +160,7 @@
msgid ""
"Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n"
-"Nevertheless it's possible to customize the greeting message."
+"Nevertheless it’s possible to customize the greeting message."
msgstr ""
#:
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
@@ -192,7 +192,7 @@
#: extensions/places-menu/placeDisplay.js:59
#, javascript-format
-msgid "Failed to launch \"%s\""
+msgid "Failed to launch “%s”"
msgstr ""
#: extensions/places-menu/placeDisplay.js:101
@@ -240,32 +240,32 @@
msgid "Maximize"
msgstr ""
-#: extensions/window-list/extension.js:403
+#: extensions/window-list/extension.js:411
msgid "Minimize all"
msgstr ""
-#: extensions/window-list/extension.js:411
+#: extensions/window-list/extension.js:419
msgid "Unminimize all"
msgstr ""
-#: extensions/window-list/extension.js:419
+#: extensions/window-list/extension.js:427
msgid "Maximize all"
msgstr ""
-#: extensions/window-list/extension.js:428
+#: extensions/window-list/extension.js:436
msgid "Unmaximize all"
msgstr ""
-#: extensions/window-list/extension.js:437
+#: extensions/window-list/extension.js:445
msgid "Close all"
msgstr ""
-#: extensions/window-list/extension.js:661
+#: extensions/window-list/extension.js:669
#: extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr ""
-#: extensions/window-list/extension.js:820
+#: extensions/window-list/extension.js:833
msgid "Window List"
msgstr ""
@@ -276,7 +276,7 @@
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:13
msgid ""
"Decides when to group windows from the same application on the window list. "
-"Possible values are \"never\", \"auto\" and \"always\"."
+"Possible values are “never”, “auto” and “always”."
msgstr ""
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
Binary files old/gnome-shell-extensions-3.24.0/po/vi.gmo and
new/gnome-shell-extensions-3.24.1/po/vi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-shell-extensions-3.24.0/po/vi.po
new/gnome-shell-extensions-3.24.1/po/vi.po
--- old/gnome-shell-extensions-3.24.0/po/vi.po 2017-03-14 10:42:14.000000000
+0100
+++ new/gnome-shell-extensions-3.24.1/po/vi.po 2017-04-11 02:19:42.000000000
+0200
@@ -2,15 +2,15 @@
# Copyright © 2016 GNOME i18n Project for Vietnamese.
# This file is distributed under the same license as the
gnome-shell-extensions package.
# Nguyễn Thái Ngọc Duy <[email protected]>, 2011.
-# Trần Ngọc Quân <[email protected]>, 2014, 2016.
+# Trần Ngọc Quân <[email protected]>, 2014, 2016, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n"
-"POT-Creation-Date: 2016-08-29 23:17+0000\n"
-"PO-Revision-Date: 2016-09-05 15:11+0700\n"
+"POT-Creation-Date: 2017-03-22 18:33+0000\n"
+"PO-Revision-Date: 2017-03-27 15:17+0700\n"
"Last-Translator: Trần Ngọc Quân <[email protected]>\n"
"Language-Team: Vietnamese <[email protected]>\n"
"Language: vi\n"
@@ -85,15 +85,15 @@
msgid "Show only windows in the current workspace"
msgstr "Chỉ hiển thị các cửa sổ trong không gian làm việc hiện tại"
-#: extensions/apps-menu/extension.js:38
+#: extensions/apps-menu/extension.js:41
msgid "Activities Overview"
msgstr "Tổng quan hoạt động"
-#: extensions/apps-menu/extension.js:109
+#: extensions/apps-menu/extension.js:141
msgid "Favorites"
msgstr "Ưa thích"
-#: extensions/apps-menu/extension.js:266
+#: extensions/apps-menu/extension.js:391
msgid "Applications"
msgstr "Ứng dụng"
@@ -132,7 +132,7 @@
#: extensions/drive-menu/extension.js:106
#, javascript-format
-msgid "Ejecting drive '%s' failed:"
+msgid "Ejecting drive “%s” failed:"
msgstr "Gặp lỗi khi đẩy đĩa “%s” ra:"
#: extensions/drive-menu/extension.js:124
@@ -169,7 +169,7 @@
msgid ""
"Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n"
-"Nevertheless it's possible to customize the greeting message."
+"Nevertheless it’s possible to customize the greeting message."
msgstr ""
"Ví dụ có mục đích hướng dẫn làm cách nào để xây dựng các phần mở rộng chạy "
"tốt cho Hệ vỏ và do vậy nó chỉ có một ít chức năng.\n"
@@ -210,7 +210,7 @@
#: extensions/places-menu/placeDisplay.js:59
#, javascript-format
-msgid "Failed to launch \"%s\""
+msgid "Failed to launch “%s”"
msgstr "Gặp lỗi khi khởi chạy \"%s\""
#: extensions/places-menu/placeDisplay.js:101
@@ -258,32 +258,32 @@
msgid "Maximize"
msgstr "Phóng to hết cỡ"
-#: extensions/window-list/extension.js:403
+#: extensions/window-list/extension.js:411
msgid "Minimize all"
msgstr "Thu nhỏ tất cả"
-#: extensions/window-list/extension.js:411
+#: extensions/window-list/extension.js:419
msgid "Unminimize all"
msgstr "Thôi thu nhỏ tất cả"
-#: extensions/window-list/extension.js:419
+#: extensions/window-list/extension.js:427
msgid "Maximize all"
msgstr "Phóng to tất cả"
-#: extensions/window-list/extension.js:428
+#: extensions/window-list/extension.js:436
msgid "Unmaximize all"
msgstr "Thôi phóng to tất cả"
-#: extensions/window-list/extension.js:437
+#: extensions/window-list/extension.js:445
msgid "Close all"
msgstr "Đóng tất cả"
-#: extensions/window-list/extension.js:661
+#: extensions/window-list/extension.js:669
#: extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "Bộ chỉ thị không gian làm việc"
-#: extensions/window-list/extension.js:820
+#: extensions/window-list/extension.js:833
msgid "Window List"
msgstr "Danh sách cửa sổ"
@@ -294,10 +294,10 @@
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:13
msgid ""
"Decides when to group windows from the same application on the window list. "
-"Possible values are \"never\", \"auto\" and \"always\"."
+"Possible values are “never”, “auto” and “always”."
msgstr ""
"Quyết định khi nào thì nhóm các cửa sổ của cùng một ứng dụng trên danh sách "
-"cửa số. Các giá trị có thể là \"never\", \"auto\" và \"always\"."
+"cửa số. Các giá trị có thể là “never”, “auto” và “always”."
#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
msgid "Show the window list on all monitors"