[Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-power-manager][debian/master] 4 commits: New upstream version 4.18.0.

Unit 193 (@unit193) gitlab at salsa.debian.org
Fri Dec 16 00:55:52 GMT 2022



Unit 193 pushed to branch debian/master at xfce / desktop / xfce4-power-manager


Commits:
781819ce by Unit 193 at 2022-12-15T19:45:41-05:00
New upstream version 4.18.0.
- - - - -
895e04a5 by Unit 193 at 2022-12-15T19:45:45-05:00
Update upstream source from tag 'upstream/4.18.0'

Update to upstream version '4.18.0'
with Debian dir 0031f3f5c7df16fd8141d0052821e2815e749c78
- - - - -
7ffe5115 by Unit 193 at 2022-12-15T19:46:40-05:00
d/rules: Opt-out of trimmed changelogs, install NEWS as changelog.

- - - - -
9f70f557 by Unit 193 at 2022-12-15T19:47:29-05:00
Update changelog for release.

- - - - -


14 changed files:

- ChangeLog
- NEWS
- common/xfpm-common.c
- common/xfpm-power-common.c
- config.h.in
- configure
- configure.ac
- debian/changelog
- debian/rules
- panel-plugins/power-manager-plugin/power-manager-button.c
- po/el.po
- po/lt.po
- po/ru.po
- po/tr.po


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,71 @@
+commit 4cec7d44c02349b11f62285eba383025a851b858
+Author: Anonymous <noreply at xfce.org>
+Date:   Tue Dec 13 12:47:11 2022 +0100
+
+    I18n: Update translation lt (100%).
+    
+    212 translated messages.
+    
+    Transifex (https://explore.transifex.com/xfce/).
+
+commit 06809928111e6b81f6fe5847f56e5790f9744f27
+Author: Anonymous <noreply at xfce.org>
+Date:   Tue Dec 13 00:51:40 2022 +0100
+
+    I18n: Update translation ru (100%).
+    
+    212 translated messages.
+    
+    Transifex (https://explore.transifex.com/xfce/).
+
+commit b4928b4fcd5c9febb11bd43493a2bd923942f814
+Author: Anonymous <noreply at xfce.org>
+Date:   Wed Dec 7 00:46:03 2022 +0100
+
+    I18n: Update translation ru (100%).
+    
+    212 translated messages.
+    
+    Transifex (https://explore.transifex.com/xfce/).
+
+commit 69103d9f0d006927f6200990f04f34a49f0e804d
+Author: Gaël Bonithon <gael at xfce.org>
+Date:   Mon Dec 5 21:22:52 2022 +0100
+
+    build: Bump requirements for Xfce 4.18
+
+commit 8c0a896e499e7e34c88630aa0f7233f073c4ba71
+Author: Anonymous <noreply at xfce.org>
+Date:   Sat Dec 3 12:46:46 2022 +0100
+
+    I18n: Update translation el (99%).
+    
+    211 translated messages, 1 untranslated message.
+    
+    Transifex (https://explore.transifex.com/xfce/).
+
+commit d5eb69effd088115f9e7dd7c80513b30c1cfadbd
+Author: Anonymous <noreply at xfce.org>
+Date:   Thu Dec 1 12:47:20 2022 +0100
+
+    I18n: Update translation tr (100%).
+    
+    212 translated messages.
+    
+    Transifex (https://explore.transifex.com/xfce/).
+
+commit f251492112aa923e378e33bcadec74866e2cfaf6
+Author: Alexander Schwinn <alexxcons at xfce.org>
+Date:   Thu Dec 1 09:25:44 2022 +0100
+
+    Back to development
+
+commit 5aad07677dac14cd63ee61c8260accd1fed0b0f0
+Author: Alexander Schwinn <alexxcons at xfce.org>
+Date:   Thu Dec 1 09:24:02 2022 +0100
+
+    Updates for release
+
 commit cc9c019226cb6fadbe40648f009e6870d8cc4628
 Author: Alexander Schwinn <alexxcons at xfce.org>
 Date:   Sat Nov 12 21:43:39 2022 +0100


=====================================
NEWS
=====================================
@@ -1,3 +1,9 @@
+4.18.0 (2022-12-15)
+======
+- build: Bump requirements for Xfce 4.18
+- Translation Updates:
+  Greek, Lithuanian, Russian, Turkish
+
 4.17.1 (2022-12-01)
 ======
 - bump copyright year to 2022


=====================================
common/xfpm-common.c
=====================================
@@ -128,21 +128,11 @@ gboolean
 xfpm_is_multihead_connected (void)
 {
   GdkDisplay *dpy;
-#if !GTK_CHECK_VERSION (3, 22, 0)
-  GdkScreen *screen;
-#endif
   gint nmonitor;
 
   dpy = gdk_display_get_default ();
 
-#if !GTK_CHECK_VERSION (3, 22, 0)
-  nmonitor = 1;
-  screen = gdk_display_get_screen (dpy, 0);
-  if ( screen )
-    nmonitor = gdk_screen_get_n_monitors (screen);
-#else
   nmonitor = gdk_display_get_n_monitors (dpy);
-#endif
 
   if ( nmonitor > 1 )
   {


=====================================
common/xfpm-power-common.c
=====================================
@@ -173,11 +173,7 @@ is_display_device (UpClient *upower, UpDevice *device)
   UpDevice *display_device = NULL;
   gboolean ret = FALSE;
 
-#if UP_CHECK_VERSION(0, 99, 0)
   display_device = up_client_get_display_device (upower);
-#else
-  return FALSE;
-#endif
 
   ret = g_strcmp0 (up_device_get_object_path(device), up_device_get_object_path(display_device)) == 0 ? TRUE : FALSE;
 


=====================================
config.h.in
=====================================
@@ -24,10 +24,10 @@
 /* Name of default gettext domain */
 #undef GETTEXT_PACKAGE
 
-/* Prevent post 2_50 APIs */
+/* Prevent post 2_66 APIs */
 #undef GLIB_VERSION_MAX_ALLOWED
 
-/* Ignore post 2_50 APIs */
+/* Ignore post 2_66 APIs */
 #undef GLIB_VERSION_MIN_REQUIRED
 
 /* Use GLib structured logging */


=====================================
configure
=====================================
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for xfce4-power-manager 4.17.1.
+# Generated by GNU Autoconf 2.71 for xfce4-power-manager 4.18.0.
 #
 # Report bugs to <http://bugzilla.xfce.org/>.
 #
@@ -621,8 +621,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='xfce4-power-manager'
 PACKAGE_TARNAME='xfce4-power-manager'
-PACKAGE_VERSION='4.17.1'
-PACKAGE_STRING='xfce4-power-manager 4.17.1'
+PACKAGE_VERSION='4.18.0'
+PACKAGE_STRING='xfce4-power-manager 4.18.0'
 PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
 PACKAGE_URL=''
 
@@ -1480,7 +1480,7 @@ if test "$ac_init_help" = "long"; then
   # 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 xfce4-power-manager 4.17.1 to adapt to many kinds of systems.
+\`configure' configures xfce4-power-manager 4.18.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1556,7 +1556,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of xfce4-power-manager 4.17.1:";;
+     short | recursive ) echo "Configuration of xfce4-power-manager 4.18.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1693,7 +1693,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xfce4-power-manager configure 4.17.1
+xfce4-power-manager configure 4.18.0
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2001,7 +2001,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xfce4-power-manager $as_me 4.17.1, which was
+It was created by xfce4-power-manager $as_me 4.18.0, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3277,7 +3277,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='xfce4-power-manager'
- VERSION='4.17.1'
+ VERSION='4.18.0'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -15933,9 +15933,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 >= 3.14.0" >&5
-printf %s "checking for gtk+-3.0 >= 3.14.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=3.14.0" "gtk+-3.0" >/dev/null 2>&1; then
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 >= 3.24.0" >&5
+printf %s "checking for gtk+-3.0 >= 3.24.0... " >&6; }
+  if $PKG_CONFIG "--atleast-version=3.24.0" "gtk+-3.0" >/dev/null 2>&1; then
     GTK_VERSION=`$PKG_CONFIG --modversion "gtk+-3.0"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTK_VERSION" >&5
 printf "%s\n" "$GTK_VERSION" >&6; }
@@ -15952,7 +15952,7 @@ printf %s "checking GTK_LIBS... " >&6; }
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
 printf "%s\n" "$GTK_LIBS" >&6; }
 
-    GTK_REQUIRED_VERSION=3.14.0
+    GTK_REQUIRED_VERSION=3.24.0
 
 
 
@@ -15976,7 +15976,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
 
       echo "*** The required package gtk+-3.0 was found on your system,"
       echo "*** but the installed version ($xdt_cv_version) is too old."
-      echo "*** Please upgrade gtk+-3.0 to atleast version 3.14.0, or adjust"
+      echo "*** Please upgrade gtk+-3.0 to atleast version 3.24.0, or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you installed"
       echo "*** the new version of the package in a nonstandard prefix so"
       echo "*** pkg-config is able to find it."
@@ -15988,7 +15988,7 @@ printf "%s\n" "not found" >&6; }
 
 
       echo "*** The required package gtk+-3.0 was not found on your system."
-      echo "*** Please install gtk+-3.0 (atleast version 3.14.0) or adjust"
+      echo "*** Please install gtk+-3.0 (atleast version 3.24.0) or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you"
       echo "*** installed the package in a nonstandard prefix so that"
       echo "*** pkg-config is able to find it."
@@ -16146,9 +16146,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.50.0" >&5
-printf %s "checking for glib-2.0 >= 2.50.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=2.50.0" "glib-2.0" >/dev/null 2>&1; then
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.66.0" >&5
+printf %s "checking for glib-2.0 >= 2.66.0... " >&6; }
+  if $PKG_CONFIG "--atleast-version=2.66.0" "glib-2.0" >/dev/null 2>&1; then
     GLIB_VERSION=`$PKG_CONFIG --modversion "glib-2.0"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GLIB_VERSION" >&5
 printf "%s\n" "$GLIB_VERSION" >&6; }
@@ -16165,7 +16165,7 @@ printf %s "checking GLIB_LIBS... " >&6; }
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GLIB_LIBS" >&5
 printf "%s\n" "$GLIB_LIBS" >&6; }
 
-    GLIB_REQUIRED_VERSION=2.50.0
+    GLIB_REQUIRED_VERSION=2.66.0
 
 
 
@@ -16179,15 +16179,15 @@ printf "%s\n" "#define G_LOG_USE_STRUCTURED 1" >>confdefs.h
     fi
 
 
-                        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.50.0" >&5
-printf "%s\n" "$as_me: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.50.0" >&6;}
+                        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.66.0" >&5
+printf "%s\n" "$as_me: setting GLIB_VERSION_MAX_ALLOWED and GLIB_VERSION_MIN_REQUIRED according to 2.66.0" >&6;}
 
 
 
-printf "%s\n" "#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_50" >>confdefs.h
+printf "%s\n" "#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_66" >>confdefs.h
 
 
-printf "%s\n" "#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_50" >>confdefs.h
+printf "%s\n" "#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_66" >>confdefs.h
 
 
 
@@ -16201,7 +16201,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
 
       echo "*** The required package glib-2.0 was found on your system,"
       echo "*** but the installed version ($xdt_cv_version) is too old."
-      echo "*** Please upgrade glib-2.0 to atleast version 2.50.0, or adjust"
+      echo "*** Please upgrade glib-2.0 to atleast version 2.66.0, or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you installed"
       echo "*** the new version of the package in a nonstandard prefix so"
       echo "*** pkg-config is able to find it."
@@ -16213,7 +16213,7 @@ printf "%s\n" "not found" >&6; }
 
 
       echo "*** The required package glib-2.0 was not found on your system."
-      echo "*** Please install glib-2.0 (atleast version 2.50.0) or adjust"
+      echo "*** Please install glib-2.0 (atleast version 2.66.0) or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you"
       echo "*** installed the package in a nonstandard prefix so that"
       echo "*** pkg-config is able to find it."
@@ -16371,9 +16371,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0 >= 2.50.0" >&5
-printf %s "checking for gobject-2.0 >= 2.50.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=2.50.0" "gobject-2.0" >/dev/null 2>&1; then
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0 >= 2.66.0" >&5
+printf %s "checking for gobject-2.0 >= 2.66.0... " >&6; }
+  if $PKG_CONFIG "--atleast-version=2.66.0" "gobject-2.0" >/dev/null 2>&1; then
     GOBJECT_VERSION=`$PKG_CONFIG --modversion "gobject-2.0"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GOBJECT_VERSION" >&5
 printf "%s\n" "$GOBJECT_VERSION" >&6; }
@@ -16390,7 +16390,7 @@ printf %s "checking GOBJECT_LIBS... " >&6; }
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GOBJECT_LIBS" >&5
 printf "%s\n" "$GOBJECT_LIBS" >&6; }
 
-    GOBJECT_REQUIRED_VERSION=2.50.0
+    GOBJECT_REQUIRED_VERSION=2.66.0
 
 
 
@@ -16414,7 +16414,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
 
       echo "*** The required package gobject-2.0 was found on your system,"
       echo "*** but the installed version ($xdt_cv_version) is too old."
-      echo "*** Please upgrade gobject-2.0 to atleast version 2.50.0, or adjust"
+      echo "*** Please upgrade gobject-2.0 to atleast version 2.66.0, or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you installed"
       echo "*** the new version of the package in a nonstandard prefix so"
       echo "*** pkg-config is able to find it."
@@ -16426,7 +16426,7 @@ printf "%s\n" "not found" >&6; }
 
 
       echo "*** The required package gobject-2.0 was not found on your system."
-      echo "*** Please install gobject-2.0 (atleast version 2.50.0) or adjust"
+      echo "*** Please install gobject-2.0 (atleast version 2.66.0) or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you"
       echo "*** installed the package in a nonstandard prefix so that"
       echo "*** pkg-config is able to find it."
@@ -16584,9 +16584,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gthread-2.0 >= 2.50.0" >&5
-printf %s "checking for gthread-2.0 >= 2.50.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=2.50.0" "gthread-2.0" >/dev/null 2>&1; then
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gthread-2.0 >= 2.66.0" >&5
+printf %s "checking for gthread-2.0 >= 2.66.0... " >&6; }
+  if $PKG_CONFIG "--atleast-version=2.66.0" "gthread-2.0" >/dev/null 2>&1; then
     GTHREAD_VERSION=`$PKG_CONFIG --modversion "gthread-2.0"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTHREAD_VERSION" >&5
 printf "%s\n" "$GTHREAD_VERSION" >&6; }
@@ -16603,7 +16603,7 @@ printf %s "checking GTHREAD_LIBS... " >&6; }
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTHREAD_LIBS" >&5
 printf "%s\n" "$GTHREAD_LIBS" >&6; }
 
-    GTHREAD_REQUIRED_VERSION=2.50.0
+    GTHREAD_REQUIRED_VERSION=2.66.0
 
 
 
@@ -16627,7 +16627,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
 
       echo "*** The required package gthread-2.0 was found on your system,"
       echo "*** but the installed version ($xdt_cv_version) is too old."
-      echo "*** Please upgrade gthread-2.0 to atleast version 2.50.0, or adjust"
+      echo "*** Please upgrade gthread-2.0 to atleast version 2.66.0, or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you installed"
       echo "*** the new version of the package in a nonstandard prefix so"
       echo "*** pkg-config is able to find it."
@@ -16639,7 +16639,7 @@ printf "%s\n" "not found" >&6; }
 
 
       echo "*** The required package gthread-2.0 was not found on your system."
-      echo "*** Please install gthread-2.0 (atleast version 2.50.0) or adjust"
+      echo "*** Please install gthread-2.0 (atleast version 2.66.0) or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you"
       echo "*** installed the package in a nonstandard prefix so that"
       echo "*** pkg-config is able to find it."
@@ -16797,9 +16797,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gmodule-2.0 >= 2.50.0" >&5
-printf %s "checking for gmodule-2.0 >= 2.50.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=2.50.0" "gmodule-2.0" >/dev/null 2>&1; then
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gmodule-2.0 >= 2.66.0" >&5
+printf %s "checking for gmodule-2.0 >= 2.66.0... " >&6; }
+  if $PKG_CONFIG "--atleast-version=2.66.0" "gmodule-2.0" >/dev/null 2>&1; then
     GMODULE_VERSION=`$PKG_CONFIG --modversion "gmodule-2.0"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GMODULE_VERSION" >&5
 printf "%s\n" "$GMODULE_VERSION" >&6; }
@@ -16816,7 +16816,7 @@ printf %s "checking GMODULE_LIBS... " >&6; }
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GMODULE_LIBS" >&5
 printf "%s\n" "$GMODULE_LIBS" >&6; }
 
-    GMODULE_REQUIRED_VERSION=2.50.0
+    GMODULE_REQUIRED_VERSION=2.66.0
 
 
 
@@ -16840,7 +16840,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
 
       echo "*** The required package gmodule-2.0 was found on your system,"
       echo "*** but the installed version ($xdt_cv_version) is too old."
-      echo "*** Please upgrade gmodule-2.0 to atleast version 2.50.0, or adjust"
+      echo "*** Please upgrade gmodule-2.0 to atleast version 2.66.0, or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you installed"
       echo "*** the new version of the package in a nonstandard prefix so"
       echo "*** pkg-config is able to find it."
@@ -16852,7 +16852,7 @@ printf "%s\n" "not found" >&6; }
 
 
       echo "*** The required package gmodule-2.0 was not found on your system."
-      echo "*** Please install gmodule-2.0 (atleast version 2.50.0) or adjust"
+      echo "*** Please install gmodule-2.0 (atleast version 2.66.0) or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you"
       echo "*** installed the package in a nonstandard prefix so that"
       echo "*** pkg-config is able to find it."
@@ -17010,9 +17010,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.50.0" >&5
-printf %s "checking for gio-2.0 >= 2.50.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=2.50.0" "gio-2.0" >/dev/null 2>&1; then
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= 2.66.0" >&5
+printf %s "checking for gio-2.0 >= 2.66.0... " >&6; }
+  if $PKG_CONFIG "--atleast-version=2.66.0" "gio-2.0" >/dev/null 2>&1; then
     GIO_VERSION=`$PKG_CONFIG --modversion "gio-2.0"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GIO_VERSION" >&5
 printf "%s\n" "$GIO_VERSION" >&6; }
@@ -17029,7 +17029,7 @@ printf %s "checking GIO_LIBS... " >&6; }
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GIO_LIBS" >&5
 printf "%s\n" "$GIO_LIBS" >&6; }
 
-    GIO_REQUIRED_VERSION=2.50.0
+    GIO_REQUIRED_VERSION=2.66.0
 
 
 
@@ -17053,7 +17053,7 @@ printf "%s\n" "found, but $xdt_cv_version" >&6; }
 
       echo "*** The required package gio-2.0 was found on your system,"
       echo "*** but the installed version ($xdt_cv_version) is too old."
-      echo "*** Please upgrade gio-2.0 to atleast version 2.50.0, or adjust"
+      echo "*** Please upgrade gio-2.0 to atleast version 2.66.0, or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you installed"
       echo "*** the new version of the package in a nonstandard prefix so"
       echo "*** pkg-config is able to find it."
@@ -17065,7 +17065,7 @@ printf "%s\n" "not found" >&6; }
 
 
       echo "*** The required package gio-2.0 was not found on your system."
-      echo "*** Please install gio-2.0 (atleast version 2.50.0) or adjust"
+      echo "*** Please install gio-2.0 (atleast version 2.66.0) or adjust"
       echo "*** the PKG_CONFIG_PATH environment variable if you"
       echo "*** installed the package in a nonstandard prefix so that"
       echo "*** pkg-config is able to find it."
@@ -18909,7 +18909,7 @@ fi
 
 
 
-printf "%s\n" "#define XFPM_VERSION_SHORT \"4.17\"" >>confdefs.h
+printf "%s\n" "#define XFPM_VERSION_SHORT \"4.18\"" >>confdefs.h
 
 
 #=======================================================#
@@ -19609,7 +19609,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by xfce4-power-manager $as_me 4.17.1, which was
+This file was extended by xfce4-power-manager $as_me 4.18.0, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19677,7 +19677,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-xfce4-power-manager config.status 4.17.1
+xfce4-power-manager config.status 4.18.0
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 


=====================================
configure.ac
=====================================
@@ -5,9 +5,9 @@ dnl
 
 m4_define([intltool_minimum_version], [0.31])
 m4_define([xfpm_version_major], [4])
-m4_define([xfpm_version_minor], [17])
-m4_define([xfpm_version_micro], [1])
-m4_define([xfpm_version_build], [cc9c0192])
+m4_define([xfpm_version_minor], [18])
+m4_define([xfpm_version_micro], [0])
+m4_define([xfpm_version_build], [4cec7d44])
 m4_define([xfpm_version_tag], [])
 m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag()-xfpm_version_build()], [xfpm_version_tag()])])
 
@@ -70,8 +70,8 @@ XDT_CHECK_LIBX11_REQUIRE()
 #==================================================== #
 #          Check for required packages 		      #
 #=====================================================#
-m4_define([gtk_minimum_version], [3.14.0])
-m4_define([glib_minimum_version], [2.50.0])
+m4_define([gtk_minimum_version], [3.24.0])
+m4_define([glib_minimum_version], [2.66.0])
 
 m4_define([xfconf_minimum_version], [4.12.0])
 m4_define([libxfce4ui_minimum_version],[4.12.0])


=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+xfce4-power-manager (4.18.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 4.18.0.
+  * d/rules: Opt-out of trimmed changelogs, install NEWS as changelog.
+
+ -- Unit 193 <unit193 at debian.org>  Thu, 15 Dec 2022 19:46:45 -0500
+
 xfce4-power-manager (4.17.1-1) experimental; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -8,11 +8,14 @@ ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
 	BACKEND=freebsd
 endif
 
+%:
+	dh $@
+
 override_dh_auto_configure:
 	dh_auto_configure -- --with-backend=$(BACKEND)
 
 execute_after_dh_auto_install:
 	find debian -name '*.la' -delete
 
-%:
-	dh $@
+override_dh_installchangelogs:
+	DEB_BUILD_OPTIONS=notrimdch dh_installchangelogs NEWS


=====================================
panel-plugins/power-manager-plugin/power-manager-button.c
=====================================
@@ -987,11 +987,7 @@ power_manager_button_init (PowerManagerButton *button)
   gtk_widget_set_can_default (GTK_WIDGET (button), FALSE);
   gtk_widget_set_can_focus (GTK_WIDGET (button), FALSE);
   gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
-#if !GTK_CHECK_VERSION (3, 20, 0)
-  gtk_button_set_focus_on_click (GTK_BUTTON (button), FALSE);
-#else
   gtk_widget_set_focus_on_click (GTK_WIDGET (button), FALSE);
-#endif
   gtk_widget_set_name (GTK_WIDGET (button), "xfce4-power-manager-plugin");
 
   button->priv->brightness = xfpm_brightness_new ();
@@ -1640,24 +1636,15 @@ range_scroll_cb (GtkWidget *widget, GdkEvent *event, PowerManagerButton *button)
 static void
 range_show_cb (GtkWidget *widget, PowerManagerButton *button)
 {
-#if !GTK_CHECK_VERSION (3, 20, 0)
-  GdkDeviceManager* manager = gdk_display_get_device_manager (gdk_display_get_default());
-  GdkDevice* pointer = gdk_device_manager_get_client_pointer (manager);
-#else
   GdkSeat   *seat = gdk_display_get_default_seat (gdk_display_get_default());
   GdkDevice *pointer = gdk_seat_get_pointer (seat);
-#endif
 
   TRACE("entering");
   /* Release these grabs as they will cause a lockup if pkexec is called
    * for the brightness helper */
   if (pointer)
   {
-#if !GTK_CHECK_VERSION (3, 20, 0)
-    gdk_device_ungrab (pointer, GDK_CURRENT_TIME);
-#else
     gdk_seat_ungrab (seat);
-#endif
   }
 
   gtk_grab_remove (widget);
@@ -1800,7 +1787,6 @@ G_GNUC_END_IGNORE_DEPRECATIONS
   gtk_menu_shell_append (GTK_MENU_SHELL(menu), mi);
   g_signal_connect (G_OBJECT(mi), "activate", G_CALLBACK(xfpm_preferences), NULL);
 
-#if GTK_CHECK_VERSION (3, 22, 0)
   gtk_menu_popup_at_widget (GTK_MENU (menu),
                             GTK_WIDGET (button),
 #ifdef XFCE_PLUGIN
@@ -1813,23 +1799,6 @@ G_GNUC_END_IGNORE_DEPRECATIONS
                             GDK_GRAVITY_SOUTH,
 #endif
                             NULL);
-#else
-  gtk_menu_popup (GTK_MENU (menu),
-                  NULL,
-                  NULL,
-#ifdef XFCE_PLUGIN
-                  xfce_panel_plugin_position_menu,
-#else
-                  NULL,
-#endif
-#ifdef XFCE_PLUGIN
-                  button->priv->plugin,
-#else
-                  NULL,
-#endif
-                  0,
-                  gtk_get_current_event_time ());
-#endif
 
 #ifdef XFCE_PLUGIN
   xfce_panel_plugin_register_menu (button->priv->plugin,


=====================================
po/el.po
=====================================
@@ -19,7 +19,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-20 00:46+0200\n"
+"POT-Creation-Date: 2022-11-28 15:00+0100\n"
 "PO-Revision-Date: 2013-07-02 20:42+0000\n"
 "Last-Translator: Ioannis LM, 2022\n"
 "Language-Team: Greek (http://www.transifex.com/xfce/xfce4-power-manager/language/el/)\n"
@@ -52,7 +52,7 @@ msgstr "Τίποτα"
 #: ../src/xfpm-power.c:358 ../src/xfpm-power.c:634 ../src/xfpm-power.c:676
 #: ../src/xfpm-power.c:839 ../src/xfpm-power.c:860 ../src/xfpm-backlight.c:166
 #: ../src/xfpm-backlight.c:174 ../src/xfpm-battery.c:190
-#: ../src/xfpm-kbd-backlight.c:114 ../src/xfce4-power-manager.desktop.in.h:1
+#: ../src/xfpm-kbd-backlight.c:118 ../src/xfce4-power-manager.desktop.in.h:1
 msgid "Power Manager"
 msgstr "Διαχειριστής ρεύματος"
 
@@ -153,7 +153,7 @@ msgstr "%"
 
 #: ../data/interfaces/xfpm-settings.ui.h:30
 msgid "On critical battery power:"
-msgstr "Mε κρίσιμο επίπεδο ενέργειας μπαταρίας:"
+msgstr "Σε κρίσιμο επίπεδο ενέργειας μπαταρίας:"
 
 #: ../data/interfaces/xfpm-settings.ui.h:31
 msgid "<b>Critical power</b>"
@@ -190,7 +190,7 @@ msgstr "Αναμονή μετά από"
 
 #: ../data/interfaces/xfpm-settings.ui.h:39
 msgid "Switch off after"
-msgstr "Κλείσιμο μετά από"
+msgstr "Σβήσιμο μετά από"
 
 #: ../data/interfaces/xfpm-settings.ui.h:40
 msgid "On inactivity reduce to"
@@ -313,7 +313,7 @@ msgstr "Ερώτηση"
 
 #: ../settings/xfpm-settings.c:1043 ../settings/xfpm-settings.c:1231
 msgid "Switch off display"
-msgstr "Κλείσιμο οθόνης"
+msgstr "Σβήσιμο οθόνης"
 
 #: ../settings/xfpm-settings.c:1058 ../settings/xfpm-settings.c:1246
 msgid "Lock screen"
@@ -381,7 +381,7 @@ msgstr "Πλήρης φόρτιση"
 
 #: ../settings/xfpm-settings.c:2106
 msgid "Energy empty"
-msgstr "Άδεια ενέργεια"
+msgstr "Χωρίς ενέργεια"
 
 #. TRANSLATORS: Unit here is Volt
 #: ../settings/xfpm-settings.c:2114
@@ -434,7 +434,7 @@ msgstr "Εμφάνιση πληροφοριών έκδοσης"
 
 #: ../settings/xfpm-settings-app.c:78
 msgid "Cause xfce4-power-manager-settings to quit"
-msgstr "Αιτία τερματισμού των ρυθμίσεων του διαχειριστή ρεύματος xfce4"
+msgstr "Τερματισμός των ρυθμίσεων του διαχειριστή ρεύματος xfce4"
 
 #: ../settings/xfpm-settings-app.c:174 ../settings/xfpm-settings-app.c:221
 #: ../src/xfpm-main.c:447
@@ -456,7 +456,7 @@ msgstr "Αποτυχία φόρτωσης των ρυθμίσεων του δι
 #: ../settings/xfpm-settings-app.c:356
 #, c-format
 msgid "This is %s version %s, running on Xfce %s.\n"
-msgstr "Αυτό είναι το %s έκδοση %s, που τρέχει στο Xfce %s.\n"
+msgstr "%s έκδοση %s, εκτελείται σε Xfce %s.\n"
 
 #: ../settings/xfpm-settings-app.c:358
 #, c-format
@@ -473,7 +473,7 @@ msgid ""
 " lid;lock screen;plugged in;saving;critical;"
 msgstr "ρυθμίσεις;προτιμήσεις;κουμπιά;αναμονή;αδρανοποίηση;μπαταρία;αναστολή;τερματισμός;φωτεινότητα;καπάκι φορητού;κλείδωμα οθόνης;με ρεύμα;μειωμένη;κρίσιμο;"
 
-#: ../common/xfpm-common.c:116
+#: ../common/xfpm-common.c:120
 msgid "translator-credits"
 msgstr "Evaggelos Balaskas <ebalaskas at ebalaskas.gr>\nStavros Giannouris <stavrosg at hellug.gr>\nΙωάννης>"
 
@@ -694,7 +694,7 @@ msgstr "Τερματισμός συστήματος"
 
 #: ../src/xfpm-power.c:629 ../src/xfpm-power.c:673
 msgid "System is running on low power. Save your work to avoid losing data"
-msgstr "Το σύστημα λειτουργεί σε χαμηλό ρεύμα. Αποθηκεύστε την δουλειά σας για να αποφύγετε την απώλεια δεδομένων."
+msgstr "Το σύστημα λειτουργεί με χαμηλή ενέργεια. Αποθηκεύστε την δουλειά σας για να αποφύγετε την απώλεια δεδομένων."
 
 #: ../src/xfpm-power.c:719
 msgid "_Cancel"
@@ -702,7 +702,7 @@ msgstr "_Ακύρωση"
 
 #: ../src/xfpm-power.c:840
 msgid "System is running on low power"
-msgstr "Το σύστημα τρέχει σε λίγο ρεύμα"
+msgstr "Το σύστημα λειτουργεί με χαμηλή ενέργεια"
 
 #: ../src/xfpm-power.c:856
 #, c-format
@@ -711,12 +711,12 @@ msgid ""
 "Estimated time left %s"
 msgstr "Το επίπεδο φόρτισης %s είναι χαμηλό.\nΕκτιμώμενος χρόνος που απομένει %s"
 
-#: ../src/xfpm-power.c:1645 ../src/xfpm-power.c:1693 ../src/xfpm-power.c:1725
-#: ../src/xfpm-power.c:1755
+#: ../src/xfpm-power.c:1649 ../src/xfpm-power.c:1697 ../src/xfpm-power.c:1729
+#: ../src/xfpm-power.c:1759
 msgid "Permission denied"
 msgstr "Δεν επιτρέπεται η πρόσβαση"
 
-#: ../src/xfpm-power.c:1734 ../src/xfpm-power.c:1764
+#: ../src/xfpm-power.c:1738 ../src/xfpm-power.c:1768
 msgid "Suspend not supported"
 msgstr "Η αναστολή δεν υποστηρίζεται"
 
@@ -724,7 +724,7 @@ msgstr "Η αναστολή δεν υποστηρίζεται"
 #: ../src/xfpm-backlight.c:160
 #, c-format
 msgid "Brightness: %.0f percent"
-msgstr "Φωτεινότητα: %.0f percent"
+msgstr "Φωτεινότητα: %.0f τοις εκατό"
 
 #: ../src/xfpm-battery.c:109 ../src/xfpm-battery.c:160
 #, c-format
@@ -751,7 +751,7 @@ msgstr "Η %s σας αποφορτίζει"
 #: ../src/xfpm-battery.c:132
 #, c-format
 msgid "System is running on %s power"
-msgstr "Το σύστημα τρέχει σε %s"
+msgstr "Το σύστημα λειτουργεί με ενέργεια %s"
 
 #: ../src/xfpm-battery.c:142
 #, c-format
@@ -766,10 +766,10 @@ msgid "Your %s is empty"
 msgstr "Η %s σας είναι άδεια"
 
 #. generate a human-readable summary for the notification
-#: ../src/xfpm-kbd-backlight.c:112
+#: ../src/xfpm-kbd-backlight.c:116
 #, c-format
 msgid "Keyboard Brightness: %.0f percent"
-msgstr "Φωτεινότητα πληκτρολογίου: %.0f percent"
+msgstr "Φωτεινότητα πληκτρολογίου: %.0f τοις εκατό"
 
 #: ../src/xfpm-main.c:54
 #, c-format
@@ -862,7 +862,7 @@ msgstr "Απόρριψη όλων των πληροφοριών"
 
 #: ../src/xfpm-main.c:278
 msgid "Restart the running instance of Xfce power manager"
-msgstr "Επανεκκίνηση του τρέχοντος στιγμιότυπου του διαχειριστή ρεύματος xfce"
+msgstr "Επανεκκίνηση του διαχειριστή ρεύματος xfce"
 
 #: ../src/xfpm-main.c:279
 msgid "Show the configuration dialog"
@@ -870,7 +870,7 @@ msgstr "Εμφάνιση διαλόγου ρύθμισης"
 
 #: ../src/xfpm-main.c:280
 msgid "Quit any running xfce power manager"
-msgstr "Τερματισμός κάθε διαχειριστή ρεύματος xfce που εκτελείται"
+msgstr "Τερματισμός κάθε διαχειριστή ρεύματος xfce"
 
 #: ../src/xfpm-main.c:281
 msgid "Version information"
@@ -897,12 +897,12 @@ msgstr "Ο διαχειριστής ρεύματος xfce δεν εκτελεί
 
 #: ../src/xfpm-main.c:448
 msgid "Another power manager is already running"
-msgstr "Ένας άλλος διαχειριστής ρεύματος τρέχει ήδη"
+msgstr "Ένας άλλος διαχειριστής ρεύματος είναι ήδη σε λειτουργία"
 
 #: ../src/xfpm-main.c:452
 #, c-format
 msgid "Xfce power manager is already running"
-msgstr "Ο διαχειριστής ρεύματος xfce ήδη εκτελείται"
+msgstr "Ο διαχειριστής ρεύματος xfce είναι ήδη σε λειτουργία"
 
 #: ../src/xfpm-inhibit.c:396
 msgid "Invalid arguments"
@@ -973,7 +973,7 @@ msgstr "Ποσοστό και υπόλοιπο χρόνου"
 #. create the dialog
 #: ../panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c:157
 msgid "Power Manager Plugin Settings"
-msgstr "Ρυθμίσεις πρόσθετου διαχειριστής ρεύματος"
+msgstr "Ρυθμίσεις πρόσθετου διαχειριστή ρεύματος"
 
 #. show-panel-label setting
 #: ../panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c:180
@@ -999,7 +999,7 @@ msgid ""
 "Xfce power manager manages the power sources on the computer and the devices"
 " that can be controlled to reduce their power consumption (such as LCD "
 "brightness level, monitor sleep, CPU frequency scaling)."
-msgstr "O διαχειριστής ρεύματος Xfce διαχειρίζεται το ρεύμα στον υπολογιστή σας και στις συσκευές που μπορούν να ελεγχθούν, ώστε να μειωθεί η κατανάλωση ενέργειας (όπως το επίπεδο φωτεινότητας των οθονών, το σβήσιμο της οθόνης, η ρύθμιση της συχνότητας του επεξεργαστή)"
+msgstr "Ο διαχειριστής ρεύματος Xfce διαχειρίζεται την ενέργεια στον υπολογιστή και στις συσκευές που μπορούν να ελεγχθούν, για να μειωθεί η κατανάλωση ενέργειας (όπως είναι το επίπεδο φωτεινότητας των οθονών, το σβήσιμο της οθόνης και η ρύθμιση της συχνότητας του επεξεργαστή)"
 
 #: ../data/appdata/xfce4-power-manager.appdata.xml.in.h:2
 msgid ""
@@ -1009,7 +1009,7 @@ msgid ""
 "interface which allows applications to prevent automatic sleep actions via "
 "the power manager; as an example, the operating system’s package manager "
 "should make use of this interface while it is performing update operations."
-msgstr "Επιπροσθέτως, ο διαχειριστής ρεύματος του Xfce παρέχει ένα σύνολο διεπαφών dbus, συμβατών με τα πρότυπα του freedesktop, για να ενημερώνει άλλες εφαρμογές για το τρέχον επίπεδο ενέργειας ώστε να μπορούν να ρυθμίζουν την κατανάλωση ενέργειας, και παρέχει τη διεπαφή παρεμπόδισης που επιτρέπει στις εφαρμογές να αποτρέπουν αυτοματοποιημένες ενέργειες αναστολής/αδρανοποίησης. Για παράδειγμα ο διαχειριστής πακέτων του λειτουργικού συστήματος πρέπει να κάνει χρήση αυτής της διεπαφής κατά την διάρκεια των λειτουργιών αναβάθμισης."
+msgstr "Επιπροσθέτως, ο διαχειριστής ρεύματος του Xfce παρέχει ένα σύνολο διεπαφών dbus, συμβατών με τα πρότυπα του freedesktop, για να ενημερώνει άλλες εφαρμογές για το τρέχον επίπεδο ενέργειας ώστε, να μπορούν να ρυθμίζουν την κατανάλωση ενέργειας και επίσης παρέχει τη διεπαφή παρεμπόδισης που επιτρέπει στις εφαρμογές να αποτρέπουν αυτοματοποιημένες ενέργειες αναστολής/αδρανοποίησης. Για παράδειγμα, ο διαχειριστής πακέτων του λειτουργικού συστήματος πρέπει να κάνει χρήση αυτής της διεπαφής κατά την διάρκεια των λειτουργιών αναβάθμισης."
 
 #: ../data/appdata/xfce4-power-manager.appdata.xml.in.h:3
 msgid ""


=====================================
po/lt.po
=====================================
@@ -4,14 +4,14 @@
 # 
 # Translators:
 # Algimantas Margevičius <margevicius.algimantas at gmail.com>, 2012
-# Moo, 2015-2021
+# Moo, 2015-2022
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-20 00:46+0200\n"
-"PO-Revision-Date: 2021-04-20 19:18+0000\n"
-"Last-Translator: Moo\n"
+"POT-Creation-Date: 2022-11-28 15:00+0100\n"
+"PO-Revision-Date: 2013-07-02 20:42+0000\n"
+"Last-Translator: Moo, 2015-2022\n"
 "Language-Team: Lithuanian (http://www.transifex.com/xfce/xfce4-power-manager/language/lt/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,7 +42,7 @@ msgstr "Nieko"
 #: ../src/xfpm-power.c:358 ../src/xfpm-power.c:634 ../src/xfpm-power.c:676
 #: ../src/xfpm-power.c:839 ../src/xfpm-power.c:860 ../src/xfpm-backlight.c:166
 #: ../src/xfpm-backlight.c:174 ../src/xfpm-battery.c:190
-#: ../src/xfpm-kbd-backlight.c:114 ../src/xfce4-power-manager.desktop.in.h:1
+#: ../src/xfpm-kbd-backlight.c:118 ../src/xfce4-power-manager.desktop.in.h:1
 msgid "Power Manager"
 msgstr "Maitinimo tvarkytuvė"
 
@@ -465,7 +465,7 @@ msgid ""
 " lid;lock screen;plugged in;saving;critical;"
 msgstr "nustatymai;nuostatos;mygtukai;pristabdyti;užmigdyti;uzmigdyti;baterija;akumuliatorius;miegas;išjungti;isjungti;ryškumas;ryskumas;nešiojamojo kompiuterio dangtis;nesiojamojo kompiuterio dangtis;užrakinti ekraną;uzrakinti ekrana;prijungtas;taupymas;kritinis;"
 
-#: ../common/xfpm-common.c:116
+#: ../common/xfpm-common.c:120
 msgid "translator-credits"
 msgstr "Algimantas Margevičius <margevicius.algimantas at gmail.com>\nMoo"
 
@@ -709,12 +709,12 @@ msgid ""
 "Estimated time left %s"
 msgstr "Žemas jūsų %s įkrovos lygis\nLiko laiko %s"
 
-#: ../src/xfpm-power.c:1645 ../src/xfpm-power.c:1693 ../src/xfpm-power.c:1725
-#: ../src/xfpm-power.c:1755
+#: ../src/xfpm-power.c:1649 ../src/xfpm-power.c:1697 ../src/xfpm-power.c:1729
+#: ../src/xfpm-power.c:1759
 msgid "Permission denied"
 msgstr "Neturite teisės"
 
-#: ../src/xfpm-power.c:1734 ../src/xfpm-power.c:1764
+#: ../src/xfpm-power.c:1738 ../src/xfpm-power.c:1768
 msgid "Suspend not supported"
 msgstr "Pristabdymas nepalaikomas"
 
@@ -764,7 +764,7 @@ msgid "Your %s is empty"
 msgstr "Jūsų %s tuščias"
 
 #. generate a human-readable summary for the notification
-#: ../src/xfpm-kbd-backlight.c:112
+#: ../src/xfpm-kbd-backlight.c:116
 #, c-format
 msgid "Keyboard Brightness: %.0f percent"
 msgstr "Klaviatūros ryškumas: %.0f procentų"
@@ -980,7 +980,7 @@ msgstr "Rodyti etiketę:"
 
 #: ../panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c:213
 msgid "Show 'Presentation mode' indicator:"
-msgstr "Rodyti \"Pristatymo veiksenos\" indikatorių:"
+msgstr "Rodyti „Pristatymo veiksenos“ indikatorių:"
 
 #: ../panel-plugins/power-manager-plugin/xfce/power-manager-plugin.desktop.in.in.h:1
 msgid "Power Manager Plugin"


=====================================
po/ru.po
=====================================
@@ -4,23 +4,24 @@
 # 
 # Translators:
 # Aleksandr Sorokin <equusa at gmail.com>, 2014
-# Andrei Stepanov <adem4ik at gmail.com>, 2015
+# Andrei Stepanov, 2015
 # Andrey Ivankov <andrey.ivankov at gmail.com>, 2014
-# AlexanderFilev <avfill at outlook.com>, 2021
+# AlexanderFilev, 2021
 # Denis Koryavov <dkoryavov at yandex.ru>, 2009
-# AlexanderFilev <avfill at outlook.com>, 2016,2020
+# AlexanderFilev, 2016,2020
 # Igor <f2404 at yandex.ru>, 2017,2019-2020
 # Sergey Alyoshin <alyoshin.s at gmail.com>, 2013-2015
 # Vitaly Valerievich Borodin <026rus at gmail.com>, 2014
 # Yan Pashkovsky, 2015
-# AlexanderFilev <avfill at outlook.com>, 2020
+# AlexanderFilev, 2020
+# Артём Котлубай <artemkotlubai at yandex.ru>, 2022
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-20 00:46+0200\n"
-"PO-Revision-Date: 2021-07-19 15:00+0000\n"
-"Last-Translator: AlexanderFilev <avfill at outlook.com>\n"
+"POT-Creation-Date: 2022-11-28 15:00+0100\n"
+"PO-Revision-Date: 2013-07-02 20:42+0000\n"
+"Last-Translator: Артём Котлубай <artemkotlubai at yandex.ru>, 2022\n"
 "Language-Team: Russian (http://www.transifex.com/xfce/xfce4-power-manager/language/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -51,7 +52,7 @@ msgstr "Ничего не делать"
 #: ../src/xfpm-power.c:358 ../src/xfpm-power.c:634 ../src/xfpm-power.c:676
 #: ../src/xfpm-power.c:839 ../src/xfpm-power.c:860 ../src/xfpm-backlight.c:166
 #: ../src/xfpm-backlight.c:174 ../src/xfpm-battery.c:190
-#: ../src/xfpm-kbd-backlight.c:114 ../src/xfce4-power-manager.desktop.in.h:1
+#: ../src/xfpm-kbd-backlight.c:118 ../src/xfce4-power-manager.desktop.in.h:1
 msgid "Power Manager"
 msgstr "Менеджер питания"
 
@@ -83,7 +84,7 @@ msgstr "При нажатии кнопки батареи:"
 
 #: ../data/interfaces/xfpm-settings.ui.h:12
 msgid "Exponential"
-msgstr "Экспоненциально"
+msgstr "Несоразмерно"
 
 #: ../data/interfaces/xfpm-settings.ui.h:13
 msgid "Brightness step count:"
@@ -472,11 +473,11 @@ msgstr "Настройки менеджера питания Xfce"
 msgid ""
 "settings;preferences;buttons;sleep;hibernate;battery;suspend;shutdown;brightness;laptop"
 " lid;lock screen;plugged in;saving;critical;"
-msgstr "настройки;кнопки;ждущий режим;спящий режим;батарея;завершение работы;яркость;крышка ноутбука;подключён;сохранение;критично;"
+msgstr "настройки;кнопки;ждущий режим;спящий режим;батарея;завершение работы;яркость;крышка ноутбука;подключён;сохранение;заряд;электропитание;"
 
-#: ../common/xfpm-common.c:116
+#: ../common/xfpm-common.c:120
 msgid "translator-credits"
-msgstr "Denis Koryavov <dkoryavov at yandex.ru>\nSergey Alyoshin <alyoshin.s at gmail.com>"
+msgstr "Denis Koryavov <dkoryavov at yandex.ru>\nSergey Alyoshin <alyoshin.s at gmail.com>\nАртём Котлубай <artemkotlubai at yandex.ru>\n "
 
 #: ../common/xfpm-power-common.c:45 ../common/xfpm-power-common.c:68
 msgid "Battery"
@@ -718,12 +719,12 @@ msgid ""
 "Estimated time left %s"
 msgstr "Устройство (%s) почти разряжено\nОставшееся время работы: %s."
 
-#: ../src/xfpm-power.c:1645 ../src/xfpm-power.c:1693 ../src/xfpm-power.c:1725
-#: ../src/xfpm-power.c:1755
+#: ../src/xfpm-power.c:1649 ../src/xfpm-power.c:1697 ../src/xfpm-power.c:1729
+#: ../src/xfpm-power.c:1759
 msgid "Permission denied"
 msgstr "Доступ запрещён"
 
-#: ../src/xfpm-power.c:1734 ../src/xfpm-power.c:1764
+#: ../src/xfpm-power.c:1738 ../src/xfpm-power.c:1768
 msgid "Suspend not supported"
 msgstr "Ждущий режим не поддерживается"
 
@@ -773,7 +774,7 @@ msgid "Your %s is empty"
 msgstr "Устройство (%s) полностью разряжено"
 
 #. generate a human-readable summary for the notification
-#: ../src/xfpm-kbd-backlight.c:112
+#: ../src/xfpm-kbd-backlight.c:116
 #, c-format
 msgid "Keyboard Brightness: %.0f percent"
 msgstr "Яркость клавиатуры: %.0f %%"
@@ -989,7 +990,7 @@ msgstr "Показывать метку:"
 
 #: ../panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c:213
 msgid "Show 'Presentation mode' indicator:"
-msgstr "Показывать индикатор \"Режима презентации\":"
+msgstr "Показывать значок «Режима презентации»:"
 
 #: ../panel-plugins/power-manager-plugin/xfce/power-manager-plugin.desktop.in.in.h:1
 msgid "Power Manager Plugin"


=====================================
po/tr.po
=====================================
@@ -11,15 +11,16 @@
 # Natavan Mirzayeva <mirzayevanatavan at gmail.com>, 2014-2015
 # Necdet Yücel <necdetyucel at gmail.com>, 2013-2017
 # Recep, 2013-2014
+# Sabri Ünal <libreajans at gmail.com>, 2022
 # Serdar Sağlam <teknomobil at msn.com>, 2019-2020
 # Volkan Gezer <volkangezer at gmail.com>, 2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-20 00:46+0200\n"
-"PO-Revision-Date: 2021-05-19 09:26+0000\n"
-"Last-Translator: Emin Tufan Çetin <etcetin at gmail.com>\n"
+"POT-Creation-Date: 2022-11-28 15:00+0100\n"
+"PO-Revision-Date: 2013-07-02 20:42+0000\n"
+"Last-Translator: Sabri Ünal <libreajans at gmail.com>, 2022\n"
 "Language-Team: Turkish (http://www.transifex.com/xfce/xfce4-power-manager/language/tr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -50,7 +51,7 @@ msgstr "Hiçbiri"
 #: ../src/xfpm-power.c:358 ../src/xfpm-power.c:634 ../src/xfpm-power.c:676
 #: ../src/xfpm-power.c:839 ../src/xfpm-power.c:860 ../src/xfpm-backlight.c:166
 #: ../src/xfpm-backlight.c:174 ../src/xfpm-battery.c:190
-#: ../src/xfpm-kbd-backlight.c:114 ../src/xfce4-power-manager.desktop.in.h:1
+#: ../src/xfpm-kbd-backlight.c:118 ../src/xfce4-power-manager.desktop.in.h:1
 msgid "Power Manager"
 msgstr "Güç Yöneticisi"
 
@@ -471,7 +472,7 @@ msgid ""
 " lid;lock screen;plugged in;saving;critical;"
 msgstr "ayarlar;tercihler;yeğler;yeğlemeler;düğmeler;uyku;hazırda bekletme;pil;batarya;askıya alma;kapatma;parlaklık;dizüstü kapağı;laptop kapağı;kapak;kilit ekranı;takılı;kaydetme;kayıt;kritik;ciddi;"
 
-#: ../common/xfpm-common.c:116
+#: ../common/xfpm-common.c:120
 msgid "translator-credits"
 msgstr "Emin Tufan Çetin <etcetin at gmail.com>"
 
@@ -497,7 +498,7 @@ msgstr "Klavye"
 
 #: ../common/xfpm-power-common.c:55
 msgid "Monitor"
-msgstr "Monitör"
+msgstr "Ekran"
 
 #: ../common/xfpm-power-common.c:57
 msgid "PDA"
@@ -709,12 +710,12 @@ msgid ""
 "Estimated time left %s"
 msgstr "%s şarj düzeyiniz düşük\n%s dakika kaldı"
 
-#: ../src/xfpm-power.c:1645 ../src/xfpm-power.c:1693 ../src/xfpm-power.c:1725
-#: ../src/xfpm-power.c:1755
+#: ../src/xfpm-power.c:1649 ../src/xfpm-power.c:1697 ../src/xfpm-power.c:1729
+#: ../src/xfpm-power.c:1759
 msgid "Permission denied"
 msgstr "İzin reddedildi"
 
-#: ../src/xfpm-power.c:1734 ../src/xfpm-power.c:1764
+#: ../src/xfpm-power.c:1738 ../src/xfpm-power.c:1768
 msgid "Suspend not supported"
 msgstr "Askıya alma desteklenmiyor"
 
@@ -764,7 +765,7 @@ msgid "Your %s is empty"
 msgstr "%s aygıtı boş"
 
 #. generate a human-readable summary for the notification
-#: ../src/xfpm-kbd-backlight.c:112
+#: ../src/xfpm-kbd-backlight.c:116
 #, c-format
 msgid "Keyboard Brightness: %.0f percent"
 msgstr "Klavye Parlaklığı: yüzde %.0f"
@@ -997,7 +998,7 @@ msgid ""
 "Xfce power manager manages the power sources on the computer and the devices"
 " that can be controlled to reduce their power consumption (such as LCD "
 "brightness level, monitor sleep, CPU frequency scaling)."
-msgstr "Xfce güç yöneticisi, bilgisayardaki güç kaynaklarını ve güç tüketimlerini azaltmak için denetlenebilen aygıtları (LCD parlaklık düzeyi, monitör uyku kipi, MİB frekans ölçekleme gibi) yönetir."
+msgstr "Xfce güç yöneticisi, bilgisayardaki güç kaynaklarını ve güç tüketimlerini azaltmak için denetlenebilen aygıtları (LCD parlaklık düzeyi, ekran uyku kipi, MİB frekans ölçekleme gibi) yönetir."
 
 #: ../data/appdata/xfce4-power-manager.appdata.xml.in.h:2
 msgid ""



View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-power-manager/-/compare/9ed1716c11ad2d4616c8d7ec9250c07fe4f6b74c...9f70f557b6f1b3dd4e0d62e5ff523e8ba67457ae

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-power-manager/-/compare/9ed1716c11ad2d4616c8d7ec9250c07fe4f6b74c...9f70f557b6f1b3dd4e0d62e5ff523e8ba67457ae
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20221216/33158497/attachment-0001.htm>


More information about the Pkg-xfce-commits mailing list