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

Unit 193 (@unit193) gitlab at salsa.debian.org
Thu Dec 15 10:32:28 GMT 2022



Unit 193 pushed to branch debian/master at xfce / desktop / garcon


Commits:
7cdbe95b by Unit 193 at 2022-12-15T05:25:57-05:00
New upstream version 4.18.0.
- - - - -
3d3fbb79 by Unit 193 at 2022-12-15T05:25:59-05:00
Update upstream source from tag 'upstream/4.18.0'

Update to upstream version '4.18.0'
with Debian dir 60d13cf1cdf3573d22424370a43d8863408024d7
- - - - -
987776fd by Unit 193 at 2022-12-15T05:27:49-05:00
d/rules: Opt-out of trimmed changelogs, install NEWS as changelog.

- - - - -
4e5020f0 by Unit 193 at 2022-12-15T05:28:51-05:00
Update changelog for release.

- - - - -


11 changed files:

- ChangeLog
- NEWS
- config.h.in
- configure
- configure.ac
- debian/changelog
- debian/rules
- docs/reference/html/garcon-Version-Information.html
- docs/reference/html/index.html
- garcon/garcon-config.h
- po/hu.po


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,31 @@
+commit 4a56b1c9d63dd67b5968c87dbc19207cd87decd5
+Author: Gaël Bonithon <gael at xfce.org>
+Date:   Mon Dec 5 20:02:31 2022 +0100
+
+    build: Bump requirements for Xfce 4.18
+
+commit fc4efba0a6829f7b8fdd0dc2ddf6d380f3dc9731
+Author: Anonymous <noreply at xfce.org>
+Date:   Mon Dec 5 12:45:20 2022 +0100
+
+    I18n: Update translation hu (100%).
+    
+    38 translated messages.
+    
+    Transifex (https://explore.transifex.com/xfce/).
+
+commit a5923522d86bcd987717174ca5f0b69c65194087
+Author: Gaël Bonithon <gael at xfce.org>
+Date:   Wed Nov 30 16:32:53 2022 +0100
+
+    Back to development
+
+commit dd8e9e1a29be17555275de9a3a985dd39bbda189
+Author: Gaël Bonithon <gael at xfce.org>
+Date:   Wed Nov 30 16:31:38 2022 +0100
+
+    Updates for release
+
 commit 0087b7e5983cee0aa36a82c6c26a16ccd0347aed
 Author: Gaël Bonithon <gael at xfce.org>
 Date:   Fri Nov 4 15:55:22 2022 +0100


=====================================
NEWS
=====================================
@@ -1,3 +1,9 @@
+4.18.0 (2022-12-15)
+======
+- build: Bump requirements for Xfce 4.18
+- Translation Updates:
+  Hungarian
+
 4.17.3 (2022-11-30)
 ======
 - docs: Fix annotations


=====================================
config.h.in
=====================================
@@ -9,10 +9,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,7 +1,7 @@
 #! /bin/sh
-# From configure.ac 0087b7e.
+# From configure.ac 4a56b1c.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for garcon 4.17.3.
+# Generated by GNU Autoconf 2.71 for garcon 4.18.0.
 #
 # Report bugs to <https://gitlab.xfce.org/xfce/garcon>.
 #
@@ -626,8 +626,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='garcon'
 PACKAGE_TARNAME='garcon'
-PACKAGE_VERSION='4.17.3'
-PACKAGE_STRING='garcon 4.17.3'
+PACKAGE_VERSION='4.18.0'
+PACKAGE_STRING='garcon 4.18.0'
 PACKAGE_BUGREPORT='https://gitlab.xfce.org/xfce/garcon'
 PACKAGE_URL=''
 
@@ -1487,7 +1487,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 garcon 4.17.3 to adapt to many kinds of systems.
+\`configure' configures garcon 4.18.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1559,7 +1559,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of garcon 4.17.3:";;
+     short | recursive ) echo "Configuration of garcon 4.18.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1698,7 +1698,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-garcon configure 4.17.3
+garcon configure 4.18.0
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1963,7 +1963,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 garcon $as_me 4.17.3, which was
+It was created by garcon $as_me 4.18.0, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3353,7 +3353,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='garcon'
- VERSION='4.17.3'
+ VERSION='4.18.0'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -3645,8 +3645,8 @@ GARCON_VERINFO=0:0:0
 
 
 GARCON_VERSION_MAJOR=4
-GARCON_VERSION_MINOR=17
-GARCON_VERSION_MICRO=3
+GARCON_VERSION_MINOR=18
+GARCON_VERSION_MICRO=0
 GARCON_VERSION_API_MAJOR=1
 GARCON_VERSION_API=$GARCON_VERSION_API_MAJOR
 
@@ -15122,9 +15122,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; }
@@ -15141,7 +15141,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
 
 
 
@@ -15155,15 +15155,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
 
 
 
@@ -15177,7 +15177,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."
@@ -15189,7 +15189,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."
@@ -15347,9 +15347,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; }
@@ -15366,7 +15366,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
 
 
 
@@ -15390,7 +15390,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."
@@ -15402,7 +15402,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."
@@ -15773,9 +15773,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; }
@@ -15792,7 +15792,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
 
 
 
@@ -15816,7 +15816,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."
@@ -15828,7 +15828,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."
@@ -15986,9 +15986,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; }
@@ -16005,7 +16005,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
 
 
 
@@ -16029,7 +16029,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."
@@ -16041,7 +16041,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."
@@ -16199,9 +16199,9 @@ fi
 
 
 
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 >= 3.20.0" >&5
-printf %s "checking for gtk+-3.0 >= 3.20.0... " >&6; }
-  if $PKG_CONFIG "--atleast-version=3.20.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
     GTK3_VERSION=`$PKG_CONFIG --modversion "gtk+-3.0"`
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTK3_VERSION" >&5
 printf "%s\n" "$GTK3_VERSION" >&6; }
@@ -16218,7 +16218,7 @@ printf %s "checking GTK3_LIBS... " >&6; }
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GTK3_LIBS" >&5
 printf "%s\n" "$GTK3_LIBS" >&6; }
 
-    GTK3_REQUIRED_VERSION=3.20.0
+    GTK3_REQUIRED_VERSION=3.24.0
 
 
 
@@ -16242,7 +16242,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.20.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."
@@ -16254,7 +16254,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.20.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."
@@ -17700,7 +17700,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 garcon $as_me 4.17.3, which was
+This file was extended by garcon $as_me 4.18.0, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17768,7 +17768,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="\\
-garcon config.status 4.17.3
+garcon config.status 4.18.0
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 


=====================================
configure.ac
=====================================
@@ -29,9 +29,9 @@ dnl ***************************
 m4_define([garcon_verinfo], [0:0:0])
 m4_define([garcon_version_api_major], [1])
 m4_define([garcon_version_major], [4])
-m4_define([garcon_version_minor], [17])
-m4_define([garcon_version_micro], [3])
-m4_define([garcon_version_build], [0087b7e])
+m4_define([garcon_version_minor], [18])
+m4_define([garcon_version_micro], [0])
+m4_define([garcon_version_build], [4a56b1c])
 m4_define([garcon_version_tag], [])
 m4_define([garcon_version], [garcon_version_major().garcon_version_minor().garcon_version_micro()ifelse(garcon_version_tag(), [git], [garcon_version_tag()-garcon_version_build()], [garcon_version_tag()])])
 
@@ -54,7 +54,7 @@ Copyright (c) 2012-2022 The Xfce development team
 AC_INIT([garcon], [garcon_version], [https://gitlab.xfce.org/xfce/garcon])
 AC_PREREQ([2.69])
 AC_CONFIG_MACRO_DIRS([m4])
-AC_REVISION([0087b7e])
+AC_REVISION([4a56b1c])
 AC_CANONICAL_TARGET()
 
 dnl ***************************
@@ -121,12 +121,12 @@ XDT_I18N([])
 dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.50.0])
-XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.50.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.66.0])
+XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.66.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.15.6])
-XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.50.0])
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.50.0])
-XDT_CHECK_PACKAGE([GTK3], [gtk+-3.0], [3.20.0])
+XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.66.0])
+XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.66.0])
+XDT_CHECK_PACKAGE([GTK3], [gtk+-3.0], [3.24.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UI2], [libxfce4ui-2], [4.15.7])
 
 dnl *************************


=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+garcon (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 05:28:03 -0500
+
 garcon (4.17.3-1) experimental; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -11,3 +11,6 @@ override_dh_auto_configure:
 
 execute_after_dh_auto_install:
 	find debian/tmp -name '*.la' -delete
+
+override_dh_installchangelogs:
+	DEB_BUILD_OPTIONS=notrimdch dh_installchangelogs NEWS


=====================================
docs/reference/html/garcon-Version-Information.html
=====================================
@@ -300,7 +300,7 @@ linked against at application run time.</p>
 <hr>
 <div class="refsect2">
 <a name="GARCON-MINOR-VERSION:CAPS"></a><h3>GARCON_MINOR_VERSION</h3>
-<pre class="programlisting">#define GARCON_MINOR_VERSION 17
+<pre class="programlisting">#define GARCON_MINOR_VERSION 18
 </pre>
 <p>The minor version number of the garcon library.
 Like garcon_minor_version, but from the headers used at
@@ -310,7 +310,7 @@ linked against at application run time.</p>
 <hr>
 <div class="refsect2">
 <a name="GARCON-MICRO-VERSION:CAPS"></a><h3>GARCON_MICRO_VERSION</h3>
-<pre class="programlisting">#define GARCON_MICRO_VERSION 3
+<pre class="programlisting">#define GARCON_MICRO_VERSION 0
 </pre>
 <p>The micro version number of the garcon library.
 Like garcon_micro_version, but from the headers used at


=====================================
docs/reference/html/index.html
=====================================
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">garcon Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      For garcon 4.17.3.
+      For garcon 4.18.0.
       The latest version of this documentation can be found on-line at
       <a class="ulink" href="https://developer.xfce.org/garcon/index.html" target="_top">https://developer.xfce.org/garcon/</a>.
     </p></div>


=====================================
garcon/garcon-config.h
=====================================
@@ -47,7 +47,7 @@ G_BEGIN_DECLS
  * application compile time, rather than from the library
  * linked against at application run time.
  **/
-#define GARCON_MINOR_VERSION 17
+#define GARCON_MINOR_VERSION 18
 
 /**
  * GARCON_MICRO_VERSION:
@@ -57,7 +57,7 @@ G_BEGIN_DECLS
  * application compile time, rather than from the library
  * linked against at application run time.
  **/
-#define GARCON_MICRO_VERSION 3
+#define GARCON_MICRO_VERSION 0
 
 /**
  * GARCON_CHECK_VERSION:


=====================================
po/hu.po
=====================================
@@ -5,13 +5,14 @@
 # Translators:
 # Benedek Imre <nucleo at indamail.hu>, 2013
 # Gábor P., 2017
+# SZERVÁC  Libre art Attila  Libre art, 2022
 msgid ""
 msgstr ""
 "Project-Id-Version: Garcon\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-02-01 00:45+0100\n"
-"PO-Revision-Date: 2022-01-31 23:45+0000\n"
-"Last-Translator: Xfce Bot <transifex at xfce.org>\n"
+"POT-Creation-Date: 2022-11-28 14:58+0100\n"
+"PO-Revision-Date: 2013-07-02 20:32+0000\n"
+"Last-Translator: SZERVÁC  Libre art Attila  Libre art, 2022\n"
 "Language-Team: Hungarian (http://www.transifex.com/xfce/garcon/language/hu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -109,11 +110,11 @@ msgstr "Személyes beállítások"
 
 #: ../data/xfce/xfce-science.directory.in.h:1
 msgid "Science"
-msgstr ""
+msgstr "Tudomány"
 
 #: ../data/xfce/xfce-science.directory.in.h:2
 msgid "Scientific software"
-msgstr ""
+msgstr "Tudományos szoftver"
 
 #: ../data/xfce/xfce-screensavers.directory.in.h:1
 msgid "Screensavers"
@@ -139,7 +140,7 @@ msgstr "Rendszer"
 msgid "System tools and utilities"
 msgstr "Rendszereszközök és segédprogramok"
 
-#: ../garcon/garcon-menu.c:707
+#: ../garcon/garcon-menu.c:712
 #, c-format
 msgid "File \"%s\" not found"
 msgstr "A fájl („%s”) nem található"
@@ -154,25 +155,25 @@ msgstr "Nem tölthetők be a menüfájl adatai innen: %s: %s"
 msgid "Could not load menu file data from %s"
 msgstr "Nem tölthetők be a menüfájl adatai innen: %s"
 
-#: ../garcon-gtk/garcon-gtk-menu.c:380
+#: ../garcon-gtk/garcon-gtk-menu.c:407
 #, c-format
 msgid "Failed to execute command \"%s\"."
 msgstr "A parancs („%s”) végrehajtása meghiúsult."
 
-#: ../garcon-gtk/garcon-gtk-menu.c:406
+#: ../garcon-gtk/garcon-gtk-menu.c:433
 msgid "Launch Error"
 msgstr "Indítási hiba"
 
-#: ../garcon-gtk/garcon-gtk-menu.c:408
+#: ../garcon-gtk/garcon-gtk-menu.c:435
 msgid ""
 "Unable to launch \"exo-desktop-item-edit\", which is required to create and "
 "edit menu items."
 msgstr "Nem indítható el az \"exo-desktop-item-edit\", melyre szükség van a menüelemek létrehozásához és szerkesztéséhez."
 
-#: ../garcon-gtk/garcon-gtk-menu.c:410
+#: ../garcon-gtk/garcon-gtk-menu.c:437
 msgid "_Close"
 msgstr "_Bezárás"
 
-#: ../garcon-gtk/garcon-gtk-menu.c:928
+#: ../garcon-gtk/garcon-gtk-menu.c:586
 msgid "Failed to load the applications menu"
 msgstr "Az alkalmazások menü betöltése meghiúsult"



View it on GitLab: https://salsa.debian.org/xfce-team/desktop/garcon/-/compare/2dad4661e8adddb9e066570f2481e5c3ef73e3aa...4e5020f07622c6a6518b0a375d6cc70ef7dda4b5

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/garcon/-/compare/2dad4661e8adddb9e066570f2481e5c3ef73e3aa...4e5020f07622c6a6518b0a375d6cc70ef7dda4b5
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/20221215/20494b0d/attachment-0001.htm>


More information about the Pkg-xfce-commits mailing list