[Pkg-xfce-commits] [Git][xfce-team/desktop/garcon][debian/master] 3 commits: New upstream version 4.20.0
Yves-Alexis Perez (@corsac)
gitlab at salsa.debian.org
Mon Dec 16 21:05:18 GMT 2024
Yves-Alexis Perez pushed to branch debian/master at xfce / desktop / garcon
Commits:
2c54caad by Yves-Alexis Perez at 2024-12-16T22:02:32+01:00
New upstream version 4.20.0
- - - - -
5e9ac83f by Yves-Alexis Perez at 2024-12-16T22:02:33+01:00
Update upstream source from tag 'upstream/4.20.0'
Update to upstream version '4.20.0'
with Debian dir 5918f97c9b5db839737d3ff119b270e36f43480c
- - - - -
9d9e854a by Yves-Alexis Perez at 2024-12-16T22:05:05+01:00
update changelog
- - - - -
12 changed files:
- ChangeLog
- NEWS
- aclocal.m4
- configure
- configure.ac
- debian/changelog
- docs/reference/html/garcon-Version-Information.html
- docs/reference/html/index.html
- garcon/garcon-config.h
- po/garcon.pot
- po/pl.gmo
- po/pl.po
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,25 @@
+commit 16e9e527161aaf09d2756b5e318df58b53116aeb
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Sun Dec 15 09:07:33 2024 +0100
+
+ Updates for release
+
+commit 9e08f8c5efb6789e4db1ff0353a97298c3bb17c1
+Author: Anonymous <noreply at xfce.org>
+Date: Mon Dec 2 12:45:22 2024 +0100
+
+ I18n: Update translation pl (100%).
+
+ 38 translated messages.
+
+ Transifex (https://explore.transifex.com/xfce/).
+
+commit d655472bfb24b40e1b843c129c9bebde92ccff1a
+Author: Gaël Bonithon <gael at xfce.org>
+Date: Sun Dec 1 05:43:47 2024 +0100
+
+ Back to development
+
commit 55b3187611e8f4eed517b8da650463addac71a41
Author: Gaël Bonithon <gael at xfce.org>
Date: Sun Dec 1 05:33:22 2024 +0100
=====================================
NEWS
=====================================
@@ -1,3 +1,9 @@
+4.20.0 (2024-12-15)
+======
+
+- Translation Updates:
+ Polish
+
4.19.3 (2024-12-01)
======
- menu-item: Ensure UTF-8 strings
=====================================
aclocal.m4
=====================================
@@ -1409,8 +1409,8 @@ 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 PKG_PROG_PKG_CONFIG([MIN-VERSION], [ACTION-IF-NOT-FOUND])
+dnl ---------------------------------------------------------
dnl Since: 0.16
dnl
dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
@@ -1418,6 +1418,12 @@ 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.
+dnl
+dnl If pkg-config is not found or older than specified, it will result
+dnl in an empty PKG_CONFIG variable. To avoid widespread issues with
+dnl scripts not checking it, ACTION-IF-NOT-FOUND defaults to aborting.
+dnl You can specify [PKG_CONFIG=false] as an action instead, which would
+dnl result in pkg-config tests failing, but no bogus error messages.
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)))?$])
@@ -1438,6 +1444,9 @@ if test -n "$PKG_CONFIG"; then
AC_MSG_RESULT([no])
PKG_CONFIG=""
fi
+fi
+if test -z "$PKG_CONFIG"; then
+ m4_default([$2], [AC_MSG_ERROR([pkg-config not found])])
fi[]dnl
])dnl PKG_PROG_PKG_CONFIG
=====================================
configure
=====================================
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.72 for garcon 4.19.3.
+# Generated by GNU Autoconf 2.72 for garcon 4.20.0.
#
# Report bugs to <https://gitlab.xfce.org/xfce/garcon>.
#
@@ -618,8 +618,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='garcon'
PACKAGE_TARNAME='garcon'
-PACKAGE_VERSION='4.19.3'
-PACKAGE_STRING='garcon 4.19.3'
+PACKAGE_VERSION='4.20.0'
+PACKAGE_STRING='garcon 4.20.0'
PACKAGE_BUGREPORT='https://gitlab.xfce.org/xfce/garcon'
PACKAGE_URL=''
@@ -1466,7 +1466,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.19.3 to adapt to many kinds of systems.
+'configure' configures garcon 4.20.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1537,7 +1537,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of garcon 4.19.3:";;
+ short | recursive ) echo "Configuration of garcon 4.20.0:";;
esac
cat <<\_ACEOF
@@ -1680,7 +1680,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-garcon configure 4.19.3
+garcon configure 4.20.0
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1990,7 +1990,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.19.3, which was
+It was created by garcon $as_me 4.20.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
@@ -3470,7 +3470,7 @@ fi
# Define the identity of the package.
PACKAGE='garcon'
- VERSION='4.19.3'
+ VERSION='4.20.0'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -3693,8 +3693,8 @@ GARCON_VERINFO=0:0:0
GARCON_VERSION_MAJOR=4
-GARCON_VERSION_MINOR=19
-GARCON_VERSION_MICRO=3
+GARCON_VERSION_MINOR=20
+GARCON_VERSION_MICRO=0
GARCON_VERSION_API_MAJOR=1
GARCON_VERSION_API=$GARCON_VERSION_API_MAJOR
@@ -17863,6 +17863,9 @@ printf "%s\n" "no" >&6; }
PKG_CONFIG=""
fi
fi
+if test -z "$PKG_CONFIG"; then
+ as_fn_error $? "pkg-config not found" "$LINENO" 5
+fi
if test x"$PKG_CONFIG" = x""; then
echo
@@ -18090,6 +18093,9 @@ printf "%s\n" "no" >&6; }
PKG_CONFIG=""
fi
fi
+if test -z "$PKG_CONFIG"; then
+ as_fn_error $? "pkg-config not found" "$LINENO" 5
+fi
if test x"$PKG_CONFIG" = x""; then
echo
@@ -18305,6 +18311,9 @@ printf "%s\n" "no" >&6; }
PKG_CONFIG=""
fi
fi
+if test -z "$PKG_CONFIG"; then
+ as_fn_error $? "pkg-config not found" "$LINENO" 5
+fi
if test x"$PKG_CONFIG" = x""; then
echo
@@ -18520,6 +18529,9 @@ printf "%s\n" "no" >&6; }
PKG_CONFIG=""
fi
fi
+if test -z "$PKG_CONFIG"; then
+ as_fn_error $? "pkg-config not found" "$LINENO" 5
+fi
if test x"$PKG_CONFIG" = x""; then
echo
@@ -18735,6 +18747,9 @@ printf "%s\n" "no" >&6; }
PKG_CONFIG=""
fi
fi
+if test -z "$PKG_CONFIG"; then
+ as_fn_error $? "pkg-config not found" "$LINENO" 5
+fi
if test x"$PKG_CONFIG" = x""; then
echo
@@ -18950,6 +18965,9 @@ printf "%s\n" "no" >&6; }
PKG_CONFIG=""
fi
fi
+if test -z "$PKG_CONFIG"; then
+ as_fn_error $? "pkg-config not found" "$LINENO" 5
+fi
if test x"$PKG_CONFIG" = x""; then
echo
@@ -19165,6 +19183,9 @@ printf "%s\n" "no" >&6; }
PKG_CONFIG=""
fi
fi
+if test -z "$PKG_CONFIG"; then
+ as_fn_error $? "pkg-config not found" "$LINENO" 5
+fi
if test x"$PKG_CONFIG" = x""; then
echo
@@ -20499,7 +20520,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.19.3, which was
+This file was extended by garcon $as_me 4.20.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20567,7 +20588,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.19.3
+garcon config.status 4.20.0
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
=====================================
configure.ac
=====================================
@@ -23,7 +23,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([garcon_verinfo], [0:0:0])
m4_define([garcon_version_api_major], [1])
-XDT_VERSION_INIT([4.19.3])
+XDT_VERSION_INIT([4.20.0])
dnl minimum required versions
m4_define([glib_min_version], [2.72.0])
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+garcon (4.20.0-1) UNRELEASED; urgency=medium
+
+ * New upstream version 4.20.0
+ * New upstream version 4.20.0
+
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 16 Dec 2024 22:02:47 +0100
+
garcon (4.19.3-1) experimental; urgency=medium
* Team upload.
=====================================
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 19
+<pre class="programlisting">#define GARCON_MINOR_VERSION 20
</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.19.3.
+ For garcon 4.20.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 19
+#define GARCON_MINOR_VERSION 20
/**
* 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/garcon.pot
=====================================
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: garcon 4.19.3\n"
+"Project-Id-Version: garcon 4.20.0\n"
"Report-Msgid-Bugs-To: https://gitlab.xfce.org/xfce/garcon\n"
-"POT-Creation-Date: 2024-12-01 05:36+0100\n"
+"POT-Creation-Date: 2024-12-15 09:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
=====================================
po/pl.gmo
=====================================
Binary files a/po/pl.gmo and b/po/pl.gmo differ
=====================================
po/pl.po
=====================================
@@ -169,7 +169,7 @@ msgstr "Problem z uruchamianiem"
msgid ""
"Unable to launch \"exo-desktop-item-edit\", which is required to create and "
"edit menu items."
-msgstr "Nie udało się uruchomić „exo-desktop-item-edit”, który jest wymagany do tworzenia i edytowania pozycji w menu."
+msgstr "Nie udało się uruchomić „exo-desktop-item-edit”, który jest wymagany do tworzenia i edytowania pozycji w menu."
#: garcon-gtk/garcon-gtk-menu.c:442
msgid "_Close"
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/garcon/-/compare/b8392350e906bc3182e338da9b3dc2a9bb81e204...9d9e854a62ea134dcaf4cb6f3174f0fd6131c981
--
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/garcon/-/compare/b8392350e906bc3182e338da9b3dc2a9bb81e204...9d9e854a62ea134dcaf4cb6f3174f0fd6131c981
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/20241216/5020e1b6/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list