[Pkg-xfce-commits] [Git][xfce-team/desktop/xfconf][debian/master] 5 commits: New upstream version 4.19.5.
Unit 193 (@unit193)
gitlab at salsa.debian.org
Mon Dec 2 07:38:52 GMT 2024
Unit 193 pushed to branch debian/master at xfce / desktop / xfconf
Commits:
5f637926 by Unit 193 at 2024-12-02T02:25:35-05:00
New upstream version 4.19.5.
- - - - -
00e58f1c by Unit 193 at 2024-12-02T02:25:37-05:00
Update upstream source from tag 'upstream/4.19.5'
Update to upstream version '4.19.5'
with Debian dir 7441645794a3fc61a03adac79130b6046cfc1325
- - - - -
3f039e6f by Unit 193 at 2024-12-02T02:32:29-05:00
d/control: Refresh introspection packaging.
- - - - -
db678c2d by Unit 193 at 2024-12-02T02:33:05-05:00
d/control: Replace depends, pkg-config → pkgconf.
- - - - -
cb25f1c5 by Unit 193 at 2024-12-02T02:35:30-05:00
Update changelog for release.
- - - - -
14 changed files:
- ChangeLog
- NEWS
- configure
- configure.ac
- debian/changelog
- debian/control
- po/cs.gmo
- po/cs.po
- po/gl.gmo
- po/gl.po
- po/pl.gmo
- po/pl.po
- tests/tests-common.h
- xfconf/xfconf-binding.c
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,59 @@
+commit 8f9d673b363100a7642a3730b99c03800de40e0b
+Author: Alexander Schwinn <alexxcons at xfce.org>
+Date: Sun Dec 1 16:24:54 2024 +0100
+
+ Updates for release
+
+commit 225d3c8979c4d2b3692603d58871b680ae3b23a1
+Author: correctmost <11866-correctmost at users.noreply.gitlab.xfce.org>
+Date: Tue Nov 26 14:20:24 2024 -0500
+
+ Fix FakeGdkRGBA and FakeGdkColor leaks
+
+commit 9c4ea6c1c4c5f67ef825a614faa06bb9f90d6e28
+Author: correctmost <11866-correctmost at users.noreply.gitlab.xfce.org>
+Date: Tue Nov 26 15:16:20 2024 -0500
+
+ tests: Fix D-Bus error reporting when xfconfd is not auto-started
+
+ Completes: 54df98d3fd
+
+commit 508d6e6c3b38a98de58d977ca66d29d463841749
+Author: Anonymous <noreply at xfce.org>
+Date: Thu Nov 21 00:53:33 2024 +0100
+
+ I18n: Update translation pl (100%).
+
+ 67 translated messages.
+
+ Transifex (https://explore.transifex.com/xfce/).
+
+commit 48ee66a2b78ffb599f8108503ab4d8f544b40683
+Author: Anonymous <noreply at xfce.org>
+Date: Sat Nov 16 12:53:01 2024 +0100
+
+ I18n: Update translation gl (100%).
+
+ 67 translated messages.
+
+ Transifex (https://explore.transifex.com/xfce/).
+
+commit 621ce5ad7bb7553da11876d93137b8b9a4ed791c
+Author: Anonymous <noreply at xfce.org>
+Date: Mon Nov 4 00:59:02 2024 +0100
+
+ I18n: Update translation cs (100%).
+
+ 67 translated messages.
+
+ Transifex (https://explore.transifex.com/xfce/).
+
+commit 37a1bac17f74f11efa339b2e087c0fc2806cfd20
+Author: Alexander Schwinn <alexxcons at xfce.org>
+Date: Fri Nov 1 22:31:22 2024 +0100
+
+ Back to development
+
commit 7125e2fb4c8c7503ff5d7bb5f868731b2b1a0130
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Fri Nov 1 21:40:21 2024 +0100
=====================================
NEWS
=====================================
@@ -1,3 +1,10 @@
+4.19.5 (2024-12-01)
+======
+- Fix FakeGdkRGBA and FakeGdkColor leaks
+- tests: Fix D-Bus error reporting when xfconfd is not auto-started
+- Translation Updates:
+ Czech, Galician, Polish
+
4.19.4 (2024-11-01)
======
- xfconf-query: print array property values when -lv
=====================================
configure
=====================================
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for xfconf 4.19.4.
+# Generated by GNU Autoconf 2.71 for xfconf 4.19.5.
#
# Report bugs to <https://gitlab.xfce.org/xfce/xfconf>.
#
@@ -624,8 +624,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xfconf'
PACKAGE_TARNAME='xfconf'
-PACKAGE_VERSION='4.19.4'
-PACKAGE_STRING='xfconf 4.19.4'
+PACKAGE_VERSION='4.19.5'
+PACKAGE_STRING='xfconf 4.19.5'
PACKAGE_BUGREPORT='https://gitlab.xfce.org/xfce/xfconf'
PACKAGE_URL=''
@@ -1485,7 +1485,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 xfconf 4.19.4 to adapt to many kinds of systems.
+\`configure' configures xfconf 4.19.5 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 xfconf 4.19.4:";;
+ short | recursive ) echo "Configuration of xfconf 4.19.5:";;
esac
cat <<\_ACEOF
@@ -1716,7 +1716,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-xfconf configure 4.19.4
+xfconf configure 4.19.5
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2206,7 +2206,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 xfconf $as_me 4.19.4, which was
+It was created by xfconf $as_me 4.19.5, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -3480,7 +3480,7 @@ fi
# Define the identity of the package.
PACKAGE='xfconf'
- VERSION='4.19.4'
+ VERSION='4.19.5'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -13419,7 +13419,7 @@ then :
fi
-XFCONF_VERSION=4.19.4
+XFCONF_VERSION=4.19.5
LIBXFCONF_VERSION_API=0
LIBXFCONF_VERINFO=3:0:0
@@ -19519,7 +19519,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 xfconf $as_me 4.19.4, which was
+This file was extended by xfconf $as_me 4.19.5, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19587,7 +19587,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="\\
-xfconf config.status 4.19.4
+xfconf config.status 4.19.5
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
=====================================
configure.ac
=====================================
@@ -9,7 +9,7 @@ dnl
dnl version info
m4_define([libxfconf_verinfo], [3:0:0])
m4_define([libxfconf_version_api], [0])
-XDT_VERSION_INIT([4.19.4])
+XDT_VERSION_INIT([4.19.5])
dnl minimum required versions
m4_define([glib_min_version], [2.72.0])
=====================================
debian/changelog
=====================================
@@ -1,11 +1,19 @@
-xfconf (4.19.4-1) experimental; urgency=medium
+xfconf (4.19.5-1) experimental; urgency=medium
* Team upload.
+
+ [ Mateusz Łukasik ]
* New upstream version 4.19.4.
* Install xfconfd.service to xfconf.
* Update Standards-Version to 4.7.0.
- -- Mateusz Łukasik <mati75 at linuxmint.pl> Wed, 13 Nov 2024 22:45:09 +0100
+ [ Unit 193 ]
+ * New upstream version 4.19.5.
+ * d/control:
+ - Refresh introspection packaging.
+ - Replace depends, pkg-config → pkgconf.
+
+ -- Unit 193 <unit193 at debian.org> Mon, 02 Dec 2024 02:33:36 -0500
xfconf (4.19.2-1) experimental; urgency=medium
=====================================
debian/control
=====================================
@@ -5,6 +5,8 @@ Maintainer: Debian Xfce Maintainers <debian-xfce at lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>
Build-Depends: debhelper-compat (= 13),
gettext,
+ gir1.2-gobject-2.0-dev,
+ gir1.2-gio-2.0-dev,
gobject-introspection,
gtk-doc-tools,
libgirepository1.0-dev,
@@ -23,8 +25,10 @@ Multi-Arch: same
Depends: gir1.2-xfconf-0 (= ${binary:Version}),
libglib2.0-dev,
libxfconf-0-3 (= ${binary:Version}),
- pkg-config,
- ${misc:Depends}
+ pkgconf,
+ ${misc:Depends},
+ ${gir:Depends}
+Provides: ${gir:Provides}
Description: Development files for libxfconf
This package contains the development files libxfconf which are
the main part of the Xfce4 configuration system. If you want to
=====================================
po/cs.gmo
=====================================
Binary files a/po/cs.gmo and b/po/cs.gmo differ
=====================================
po/cs.po
=====================================
@@ -1,18 +1,18 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR Xfce
+# This file is distributed under the same license as the xfconf.master package.
#
# Translators:
# Alois Nešpor <info at aloisnespor.info>, 2014
-# Michal Várady <miko.vaji at gmail.com>, 2014,2017
+# Michal Várady <miko.vaji at gmail.com>, 2014,2017,2024
# Pavel Borecki <pavel.borecki at gmail.com>, 2018-2019
msgid ""
msgstr ""
"Project-Id-Version: Xfconf\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-06 12:53+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.xfce.org/\n"
+"POT-Creation-Date: 2023-05-30 00:55+0200\n"
"PO-Revision-Date: 2013-07-02 20:48+0000\n"
-"Last-Translator: Pavel Borecki <pavel.borecki at gmail.com>, 2018-2019\n"
+"Last-Translator: Michal Várady <miko.vaji at gmail.com>, 2014,2017,2024\n"
"Language-Team: Czech (http://app.transifex.com/xfce/xfconf/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,321 +20,308 @@ msgstr ""
"Language: cs\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
-#: ../xfconf/xfconf-cache.c:987
-#, c-format
+#: xfconf/xfconf-cache.c:987
msgid "Failed to make ResetProperty DBus call"
msgstr "Volání DBus ResetProperty se nezdařilo"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:276
+#: xfconfd/xfconf-backend-perchannel-xml.c:276
#, c-format
msgid "Unable to create configuration directory \"%s\""
msgstr "Nedaří se vytvořit složku s nastaveními „%s“"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:321
-#: ../xfconfd/xfconf-daemon.c:167
+#: xfconfd/xfconf-backend-perchannel-xml.c:321 xfconfd/xfconf-daemon.c:167
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr "Přístup při změně vlastnosti „%s“ na kanálu „%s“ byl zamítnut"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:386
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:468
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:633
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:653 ../xfconf-query/main.c:335
+#: xfconfd/xfconf-backend-perchannel-xml.c:386
+#: xfconfd/xfconf-backend-perchannel-xml.c:468
+#: xfconfd/xfconf-backend-perchannel-xml.c:633
+#: xfconfd/xfconf-backend-perchannel-xml.c:653 xfconf-query/main.c:335
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\""
msgstr "Vlastnost „%s“ na kanálu „%s“ neexistuje"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:600
+#: xfconfd/xfconf-backend-perchannel-xml.c:600
#, c-format
msgid "Unable to remove channel \"%s\": %s"
msgstr "Nelze vyjmout kanál „%s“: %s"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1297
+#: xfconfd/xfconf-backend-perchannel-xml.c:1297
#, c-format
msgid "Invalid type for <property>: \"%s\""
msgstr "Neplatný typ pro <property>: „%s“"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1313
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1389
+#: xfconfd/xfconf-backend-perchannel-xml.c:1313
+#: xfconfd/xfconf-backend-perchannel-xml.c:1389
#, c-format
msgid "Unable to parse value of type \"%s\" from \"%s\""
msgstr "Nelze zpracovat hodnoty typu „%s“ z „%s“"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1369
-#, c-format
+#: xfconfd/xfconf-backend-perchannel-xml.c:1369
msgid "The type attribute of <value> cannot be an array"
msgstr "Typ atributu <hodnota> nemůže být pole"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1378
+#: xfconfd/xfconf-backend-perchannel-xml.c:1378
#, c-format
msgid "Invalid type for <value>: \"%s\""
msgstr "Neplatný typ pro <value>: „%s“"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1654
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1904
+#: xfconfd/xfconf-backend-perchannel-xml.c:1654
+#: xfconfd/xfconf-backend-perchannel-xml.c:1904
#, c-format
msgid "Channel \"%s\" does not exist"
msgstr "Kanál „%s“ neexistuje"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1966
+#: xfconfd/xfconf-backend-perchannel-xml.c:1966
#, c-format
msgid "Unable to write channel \"%s\": %s"
msgstr "Nelze zapsat kanál „%s“: %s"
-#: ../xfconfd/xfconf-backend-factory.c:77
+#: xfconfd/xfconf-backend-factory.c:77
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Nedaří se nalézt podpůrnou vrstvu služby Xfconf typu „%s“"
-#: ../xfconfd/xfconf-backend.c:127
-#, c-format
+#: xfconfd/xfconf-backend.c:127
msgid "Property names must start with a '/' character"
msgstr "Je třeba, aby názvy vlastností začínaly na znak „/“ (dopředné lomítko)"
-#: ../xfconfd/xfconf-backend.c:136
-#, c-format
+#: xfconfd/xfconf-backend.c:136
msgid "The root element ('/') is not a valid property name"
msgstr "Kořenový element ('/') není platným názvem vlastnosti"
-#: ../xfconfd/xfconf-backend.c:151
-#, c-format
+#: xfconfd/xfconf-backend.c:151
msgid ""
"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
"'-', ':', '.', ',', '[', ']', '{', '}', '<' and '>', as well as '/' as a "
"separator"
msgstr "Názvy vlastností mohou obsahovat pouze znaky ASCII A-Z, a-z, 0-9, '_', '-', ':', '.', ',', '[', ']', '{', '}', '<' a '>', a znak '/' jako oddělovač"
-#: ../xfconfd/xfconf-backend.c:160
-#, c-format
+#: xfconfd/xfconf-backend.c:160
msgid "Property names cannot have two or more consecutive '/' characters"
msgstr "Názvy vlastností nemohou obsahovat dva nebo více po sobě jdoucích znaků '/"
-#: ../xfconfd/xfconf-backend.c:171
-#, c-format
+#: xfconfd/xfconf-backend.c:171
msgid "Property names cannot end with a '/' character"
msgstr "Názvy vlastností nemohou končit znakem „/“"
-#: ../xfconfd/xfconf-backend.c:188
-#, c-format
+#: xfconfd/xfconf-backend.c:188
msgid "Channel name cannot be an empty string"
msgstr "Název kanálu nemůže být prázdný řetězec"
-#: ../xfconfd/xfconf-backend.c:203
-#, c-format
+#: xfconfd/xfconf-backend.c:203
msgid ""
"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '{', '}',"
" '|', ']', '[', ':', ',', '.', '_', and '-'"
msgstr "Názvy kanálů mohou obsahovat pouze znaky kódování ASCII A-Z, a-z, 0-9, '{', '}', '|', ']', '[', ':', ',', '.', '_', a '-'"
-#: ../xfconfd/xfconf-backend.c:425
-#, c-format
+#: xfconfd/xfconf-backend.c:425
msgid ""
"The property name can only be empty or \"/\" if a recursive reset was "
"specified"
msgstr "Název vlastnosti může být prázdný, nebo „/“ pouze pokud byl specifikován rekurzivní reset"
-#: ../xfconfd/main.c:152
+#: xfconfd/main.c:152
msgid "Prints the xfconfd version."
msgstr "Zobrazí verzi xfconfd."
-#: ../xfconfd/main.c:154
+#: xfconfd/main.c:154
msgid ""
"Configuration backends to use. The first backend specified is opened "
"read/write; the others, read-only."
msgstr "Konfigurovat backendy pro použití. První zadaný backend je otevřen pro čtení a zápis, ostatní pouze pro čtení."
-#: ../xfconfd/main.c:157
+#: xfconfd/main.c:157
msgid "Fork into background after starting; only useful for testing purposes"
msgstr "Po spuštění přenést proces na pozadí; tato volba je užitečná pouze pro testování"
-#: ../xfconfd/main.c:176
+#: xfconfd/main.c:176
msgid "Xfce Configuration Daemon"
msgstr "Proces služby nastavení Xfce"
-#: ../xfconfd/main.c:181
+#: xfconfd/main.c:181
msgid "Xfce configuration daemon"
msgstr "Proces služby nastavení Xfce"
-#: ../xfconfd/main.c:183
+#: xfconfd/main.c:183
msgid "Report bugs to http://bugs.xfce.org/\n"
msgstr "Chyby hlaste na http://bugs.xfce.org/\n"
-#: ../xfconfd/main.c:186
+#: xfconfd/main.c:186
#, c-format
msgid "Error parsing options: %s\n"
msgstr "Chyba při zpracování voleb: %s\n"
-#: ../xfconfd/xfconf-daemon.c:222
+#: xfconfd/xfconf-daemon.c:222
#, c-format
msgid "GType transformation failed \"%s\""
msgstr "Transformace GType se nezdařila „%s“"
-#: ../xfconfd/xfconf-daemon.c:482
-#, c-format
+#: xfconfd/xfconf-daemon.c:482
msgid "No backends could be started"
msgstr "Nemohly být spuštěny žádné backendy "
-#: ../xfconf-query/main.c:84 ../xfconf-query/main.c:89
+#: xfconf-query/main.c:84 xfconf-query/main.c:89
msgid "set"
msgstr "nastavit"
-#: ../xfconf-query/main.c:94
+#: xfconf-query/main.c:94
msgid "reset"
msgstr "obnovit"
-#: ../xfconf-query/main.c:170
+#: xfconf-query/main.c:170
msgid "Version information"
msgstr "Informace o verzi"
-#: ../xfconf-query/main.c:174
+#: xfconf-query/main.c:174
msgid "The channel to query/modify"
msgstr "Kanál pro zaslání dotazu nebo modifikaci"
-#: ../xfconf-query/main.c:178
+#: xfconf-query/main.c:178
msgid "The property to query/modify"
msgstr "Vlastnost pro zaslání dotazu nebo modifikaci"
-#: ../xfconf-query/main.c:182
+#: xfconf-query/main.c:182
msgid "The new value to set for the property"
msgstr "Nová hodnota pro nastavení vlastnosti"
-#: ../xfconf-query/main.c:186
+#: xfconf-query/main.c:186
msgid "List properties (or channels if -c is not specified)"
msgstr "Seznam vlastností (nebo kanálů, pokud není zadán parametr -c)"
-#: ../xfconf-query/main.c:190
+#: xfconf-query/main.c:190
msgid "Print property and value in combination with -l or -m"
-msgstr ""
+msgstr "Vypíše vlastnost a hodnotu v kombinaci s -l nebo -m"
-#: ../xfconf-query/main.c:194
+#: xfconf-query/main.c:194
msgid "Create a new property if it does not already exist"
msgstr "Vytvoří novou vlastnost, pokud již neexistuje"
-#: ../xfconf-query/main.c:198
+#: xfconf-query/main.c:198
msgid "Specify the property value type"
msgstr "Specifikovat typ hodnoty vlastnosti"
-#: ../xfconf-query/main.c:202
+#: xfconf-query/main.c:202
msgid "Reset property"
msgstr "Resetovat vlastnost"
-#: ../xfconf-query/main.c:206
+#: xfconf-query/main.c:206
msgid "Recursive (use with -r)"
msgstr "Rekurzivně (použijte s parametrem -r)"
-#: ../xfconf-query/main.c:210
+#: xfconf-query/main.c:210
msgid "Force array even if only one element"
msgstr "Vynutit pole pouze v případě jednoho prvku"
-#: ../xfconf-query/main.c:214
+#: xfconf-query/main.c:214
msgid "Invert an existing boolean property"
msgstr "Invertovat existující hodnotu typu boolean"
-#: ../xfconf-query/main.c:218
+#: xfconf-query/main.c:218
msgid "Monitor a channel for property changes"
msgstr "Sledovat změny vlastností kanálu"
-#: ../xfconf-query/main.c:234
+#: xfconf-query/main.c:234
msgid "- Xfconf commandline utility"
msgstr "- Nástroj příkazového řádku Xfconf"
-#: ../xfconf-query/main.c:239
+#: xfconf-query/main.c:239
#, c-format
msgid "Option parsing failed: %s"
msgstr "Zpracování přepínačů se nezdařilo: %s"
-#: ../xfconf-query/main.c:249
+#: xfconf-query/main.c:249
msgid "The Xfce development team. All rights reserved."
msgstr "Tým vývojářů prostředí Xfce. Všechna práva vyhrazena."
-#: ../xfconf-query/main.c:250
+#: xfconf-query/main.c:250
#, c-format
msgid "Please report bugs to <%s>."
msgstr "Chyby prosíme hlaste na <%s>."
-#: ../xfconf-query/main.c:259
+#: xfconf-query/main.c:259
msgid "No property specified"
msgstr "Nespecifikována žádná vlastnost"
-#: ../xfconf-query/main.c:265
+#: xfconf-query/main.c:265
msgid "--create and --reset options can not be used together"
msgstr "přepínače --create a --reset není možné použít najednou"
-#: ../xfconf-query/main.c:271
+#: xfconf-query/main.c:271
msgid "--create and --reset options can not be used together with --list"
msgstr "přepínače --create a --reset není možné použít s přepínačem --list"
-#: ../xfconf-query/main.c:277
+#: xfconf-query/main.c:277
#, c-format
msgid "Failed to init libxfconf: %s"
msgstr "Inicializace konfigurátoru libxfconf se nezdařila: %s"
-#: ../xfconf-query/main.c:288
+#: xfconf-query/main.c:288
msgid "Channels:"
msgstr "Kanály:"
-#: ../xfconf-query/main.c:313
+#: xfconf-query/main.c:313
#, c-format
msgid "Start monitoring channel \"%s\":"
msgstr "Zahájit sledování kanálu „%s“:"
-#: ../xfconf-query/main.c:351 ../xfconf-query/main.c:462
-#: ../xfconf-query/main.c:535
+#: xfconf-query/main.c:351 xfconf-query/main.c:462 xfconf-query/main.c:535
msgid "Failed to set property"
msgstr "Nastavení vlastnosti se nezdařilo"
-#: ../xfconf-query/main.c:355
+#: xfconf-query/main.c:355
msgid "--toggle only works with boolean values"
msgstr "přepínač --toggle pracuje pouze s hodnotami typu boolean"
-#: ../xfconf-query/main.c:364 ../xfconf-query/main.c:383
+#: xfconf-query/main.c:364 xfconf-query/main.c:383
msgid "(unknown)"
msgstr "(neznámý)"
-#: ../xfconf-query/main.c:373
+#: xfconf-query/main.c:373
#, c-format
msgid "Value is an array with %d items:"
msgstr "Hodnota je pole (počet položek: %d):"
-#: ../xfconf-query/main.c:397
+#: xfconf-query/main.c:397
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new property should "
"be created, use the --create option"
msgstr "Vlastnost „%s“ na kanálu „%s“ neexistuje. Pokud chcete vytvořit novou vlastnost, použijte volbu --create"
-#: ../xfconf-query/main.c:406
+#: xfconf-query/main.c:406
msgid "When creating a new property, the value type must be specified"
msgstr "Při vytváření nové vlastnosti je nutné specifikovat typ hodnoty"
-#: ../xfconf-query/main.c:417
+#: xfconf-query/main.c:417
msgid "Failed to get the existing type for the value"
msgstr "Získání typu pro hodnotu se nezdařilo"
-#: ../xfconf-query/main.c:436
+#: xfconf-query/main.c:436
msgid "Unable to determine the type of the value"
msgstr "Nelze určit typ hodnoty"
-#: ../xfconf-query/main.c:443
+#: xfconf-query/main.c:443
msgid "A value type must be specified to change an array into a single value"
msgstr "Pro změnu pole na hodnotu je nutné určit typ hodnoty"
-#: ../xfconf-query/main.c:454 ../xfconf-query/main.c:519
+#: xfconf-query/main.c:454 xfconf-query/main.c:519
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\""
msgstr "Nedaří se převést „%s“ na typ „%s“"
-#: ../xfconf-query/main.c:488
+#: xfconf-query/main.c:488
#, c-format
msgid "There are %d new values, but only %d types could be determined"
msgstr "Existuje %d nových hodnot, ale je možné určit pouze %d typů"
-#: ../xfconf-query/main.c:510
+#: xfconf-query/main.c:510
#, c-format
msgid "Unable to determine type of value at index %d"
msgstr "Nelze určit typ hodnoty na indexu %d"
-#: ../xfconf-query/main.c:563
+#: xfconf-query/main.c:563
#, c-format
msgid "Channel \"%s\" contains no properties"
msgstr "Kanál „%s“ neobsahuje žádné vlastnosti"
=====================================
po/gl.gmo
=====================================
Binary files a/po/gl.gmo and b/po/gl.gmo differ
=====================================
po/gl.po
=====================================
@@ -1,19 +1,19 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR Xfce
+# This file is distributed under the same license as the xfconf.master package.
#
# Translators:
# Daniel Muñiz Fontoira <dani at damufo.eu>, 2019
-# Daniel Muñiz Fontoira <dani at damufo.eu>, 2021
+# Daniel Muñiz Fontoira <dani at damufo.eu>, 2021,2024
# Leandro Regueiro <leandro DOT regueiro AT gmail DOT com>, 2009
# Xosé, 2015,2018
msgid ""
msgstr ""
"Project-Id-Version: Xfconf\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-04-06 12:53+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.xfce.org/\n"
+"POT-Creation-Date: 2023-05-30 00:55+0200\n"
"PO-Revision-Date: 2013-07-02 20:48+0000\n"
-"Last-Translator: Daniel Muñiz Fontoira <dani at damufo.eu>, 2021\n"
+"Last-Translator: Daniel Muñiz Fontoira <dani at damufo.eu>, 2021,2024\n"
"Language-Team: Galician (http://app.transifex.com/xfce/xfconf/language/gl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,321 +21,308 @@ msgstr ""
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../xfconf/xfconf-cache.c:987
-#, c-format
+#: xfconf/xfconf-cache.c:987
msgid "Failed to make ResetProperty DBus call"
msgstr "Produciuse un fallo ao chamar a ResetProperty de DBus"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:276
+#: xfconfd/xfconf-backend-perchannel-xml.c:276
#, c-format
msgid "Unable to create configuration directory \"%s\""
msgstr "Non se puido crear o cartafol de configuración «%s»"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:321
-#: ../xfconfd/xfconf-daemon.c:167
+#: xfconfd/xfconf-backend-perchannel-xml.c:321 xfconfd/xfconf-daemon.c:167
#, c-format
msgid "Permission denied while modifying property \"%s\" on channel \"%s\""
msgstr "Denegouse o permiso para modificar a propiedade «%s» da canle «%s»"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:386
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:468
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:633
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:653 ../xfconf-query/main.c:335
+#: xfconfd/xfconf-backend-perchannel-xml.c:386
+#: xfconfd/xfconf-backend-perchannel-xml.c:468
+#: xfconfd/xfconf-backend-perchannel-xml.c:633
+#: xfconfd/xfconf-backend-perchannel-xml.c:653 xfconf-query/main.c:335
#, c-format
msgid "Property \"%s\" does not exist on channel \"%s\""
msgstr "A propiedade «%s» non existe na canle «%s»"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:600
+#: xfconfd/xfconf-backend-perchannel-xml.c:600
#, c-format
msgid "Unable to remove channel \"%s\": %s"
msgstr "Non é posíbel eliminar a canle «%s»: %s"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1297
+#: xfconfd/xfconf-backend-perchannel-xml.c:1297
#, c-format
msgid "Invalid type for <property>: \"%s\""
msgstr "<property> ten un tipo incorrecto: «%s»"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1313
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1389
+#: xfconfd/xfconf-backend-perchannel-xml.c:1313
+#: xfconfd/xfconf-backend-perchannel-xml.c:1389
#, c-format
msgid "Unable to parse value of type \"%s\" from \"%s\""
msgstr "Non se puido analizar o valor de tipo «%s» de «%s»"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1369
-#, c-format
+#: xfconfd/xfconf-backend-perchannel-xml.c:1369
msgid "The type attribute of <value> cannot be an array"
msgstr "O atributo de tipo de <value> non pode ser unha matriz"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1378
+#: xfconfd/xfconf-backend-perchannel-xml.c:1378
#, c-format
msgid "Invalid type for <value>: \"%s\""
msgstr "<value> ten un tipo incorrecto: «%s»"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1654
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1904
+#: xfconfd/xfconf-backend-perchannel-xml.c:1654
+#: xfconfd/xfconf-backend-perchannel-xml.c:1904
#, c-format
msgid "Channel \"%s\" does not exist"
msgstr "A canle «%s» non existe"
-#: ../xfconfd/xfconf-backend-perchannel-xml.c:1966
+#: xfconfd/xfconf-backend-perchannel-xml.c:1966
#, c-format
msgid "Unable to write channel \"%s\": %s"
msgstr "Non é posíbel escribir na canle «%s»: %s"
-#: ../xfconfd/xfconf-backend-factory.c:77
+#: xfconfd/xfconf-backend-factory.c:77
#, c-format
msgid "Unable to find Xfconf backend of type \"%s\""
msgstr "Non se puido atopar a infraestrutura de Xfconf de tipo «%s»"
-#: ../xfconfd/xfconf-backend.c:127
-#, c-format
+#: xfconfd/xfconf-backend.c:127
msgid "Property names must start with a '/' character"
msgstr "Os nomes das propiedades deben comezar cun caracter '/'"
-#: ../xfconfd/xfconf-backend.c:136
-#, c-format
+#: xfconfd/xfconf-backend.c:136
msgid "The root element ('/') is not a valid property name"
msgstr "O elemento raíz ('/') non é un nome de propiedade válido"
-#: ../xfconfd/xfconf-backend.c:151
-#, c-format
+#: xfconfd/xfconf-backend.c:151
msgid ""
"Property names can only include the ASCII characters A-Z, a-z, 0-9, '_', "
"'-', ':', '.', ',', '[', ']', '{', '}', '<' and '>', as well as '/' as a "
"separator"
msgstr "Os nomes de propiedades só poden incluír os caracteres ASCII A-Z, a-z, 0-9, '_', '-', ':', '.', ',', '[', ']', '{', '}', '<' e '>', así como '/' como separador"
-#: ../xfconfd/xfconf-backend.c:160
-#, c-format
+#: xfconfd/xfconf-backend.c:160
msgid "Property names cannot have two or more consecutive '/' characters"
msgstr "Os nomes das propiedades non poden ter dous ou máis caracteres '/' seguidos"
-#: ../xfconfd/xfconf-backend.c:171
-#, c-format
+#: xfconfd/xfconf-backend.c:171
msgid "Property names cannot end with a '/' character"
msgstr "Os nomes de propiedades non poden rematar co caracter '/'"
-#: ../xfconfd/xfconf-backend.c:188
-#, c-format
+#: xfconfd/xfconf-backend.c:188
msgid "Channel name cannot be an empty string"
msgstr "O nome da canle non pode estar baleiro"
-#: ../xfconfd/xfconf-backend.c:203
-#, c-format
+#: xfconfd/xfconf-backend.c:203
msgid ""
"Channel names can only include the ASCII characters A-Z, a-z, 0-9, '{', '}',"
" '|', ']', '[', ':', ',', '.', '_', and '-'"
msgstr "Os nomes das canles só poden incluír os caracteres ASCII A-Z, a-z, 0-9, '{', '}', '|', ']', '[', ':', ',', '.', '_', e '-'"
-#: ../xfconfd/xfconf-backend.c:425
-#, c-format
+#: xfconfd/xfconf-backend.c:425
msgid ""
"The property name can only be empty or \"/\" if a recursive reset was "
"specified"
-msgstr "O nome da propiedade só pode estar baleiro ou ser \"/\" se se especificou un restablecemento recursivo"
+msgstr "O nome da propiedade só pode estar baleiro ou ser «/» se se especificou un restabelecemento recursivo"
-#: ../xfconfd/main.c:152
+#: xfconfd/main.c:152
msgid "Prints the xfconfd version."
msgstr "Amosa a versión de xfconfd."
-#: ../xfconfd/main.c:154
+#: xfconfd/main.c:154
msgid ""
"Configuration backends to use. The first backend specified is opened "
"read/write; the others, read-only."
msgstr "Infraestruturas de configuración a usar. O primeiro motor especificado ábrese en modo lectura/escritura; os outros en só lectura."
-#: ../xfconfd/main.c:157
+#: xfconfd/main.c:157
msgid "Fork into background after starting; only useful for testing purposes"
msgstr "Facer fork ao segundo plano despois de iniciar: só é útil para facer probas"
-#: ../xfconfd/main.c:176
+#: xfconfd/main.c:176
msgid "Xfce Configuration Daemon"
msgstr "Daemon de configuración de Xfce"
-#: ../xfconfd/main.c:181
+#: xfconfd/main.c:181
msgid "Xfce configuration daemon"
msgstr "Daemon de configuración de Xfce"
-#: ../xfconfd/main.c:183
+#: xfconfd/main.c:183
msgid "Report bugs to http://bugs.xfce.org/\n"
msgstr "Comunique os fallos en http://bugs.xfce.org/\n"
-#: ../xfconfd/main.c:186
+#: xfconfd/main.c:186
#, c-format
msgid "Error parsing options: %s\n"
msgstr "Produciuse un fallo ao analizar as opcións: %s\n"
-#: ../xfconfd/xfconf-daemon.c:222
+#: xfconfd/xfconf-daemon.c:222
#, c-format
msgid "GType transformation failed \"%s\""
msgstr "Fallou a transformación de GType «%s»"
-#: ../xfconfd/xfconf-daemon.c:482
-#, c-format
+#: xfconfd/xfconf-daemon.c:482
msgid "No backends could be started"
msgstr "Non se puido iniciar ningunha infraestrutura"
-#: ../xfconf-query/main.c:84 ../xfconf-query/main.c:89
+#: xfconf-query/main.c:84 xfconf-query/main.c:89
msgid "set"
msgstr "definir"
-#: ../xfconf-query/main.c:94
+#: xfconf-query/main.c:94
msgid "reset"
msgstr "restaurar"
-#: ../xfconf-query/main.c:170
+#: xfconf-query/main.c:170
msgid "Version information"
msgstr "Información da versión"
-#: ../xfconf-query/main.c:174
+#: xfconf-query/main.c:174
msgid "The channel to query/modify"
msgstr "A canle a consultar/modificar"
-#: ../xfconf-query/main.c:178
+#: xfconf-query/main.c:178
msgid "The property to query/modify"
msgstr "A propiedade a consultar/modificar"
-#: ../xfconf-query/main.c:182
+#: xfconf-query/main.c:182
msgid "The new value to set for the property"
msgstr "O novo valor definido para a propiedade"
-#: ../xfconf-query/main.c:186
+#: xfconf-query/main.c:186
msgid "List properties (or channels if -c is not specified)"
msgstr "Listar as propiedades (ou as canles se non se especifica -c)"
-#: ../xfconf-query/main.c:190
+#: xfconf-query/main.c:190
msgid "Print property and value in combination with -l or -m"
msgstr "Imprimir a propiedade e o valor en combinación con -l ou -m"
-#: ../xfconf-query/main.c:194
+#: xfconf-query/main.c:194
msgid "Create a new property if it does not already exist"
msgstr "Crear unha nova propiedade se esta non existe"
-#: ../xfconf-query/main.c:198
+#: xfconf-query/main.c:198
msgid "Specify the property value type"
msgstr "Especifique o valor do tipo da propiedade"
-#: ../xfconf-query/main.c:202
+#: xfconf-query/main.c:202
msgid "Reset property"
msgstr "Restablecer a propiedade"
-#: ../xfconf-query/main.c:206
+#: xfconf-query/main.c:206
msgid "Recursive (use with -r)"
msgstr "Recursivo (usar con -r)"
-#: ../xfconf-query/main.c:210
+#: xfconf-query/main.c:210
msgid "Force array even if only one element"
msgstr "Forzar que sexa unha matriz incluso se só ten un elemento"
-#: ../xfconf-query/main.c:214
+#: xfconf-query/main.c:214
msgid "Invert an existing boolean property"
msgstr "Inverter unha propiedade booleana existente"
-#: ../xfconf-query/main.c:218
+#: xfconf-query/main.c:218
msgid "Monitor a channel for property changes"
msgstr "Monitorizar os cambios nas propiedades dunha canle"
-#: ../xfconf-query/main.c:234
+#: xfconf-query/main.c:234
msgid "- Xfconf commandline utility"
msgstr "- Utilidade de liña de ordes de Xfconf"
-#: ../xfconf-query/main.c:239
+#: xfconf-query/main.c:239
#, c-format
msgid "Option parsing failed: %s"
msgstr "Produciuse un fallo ao analizar a opción: %s"
-#: ../xfconf-query/main.c:249
+#: xfconf-query/main.c:249
msgid "The Xfce development team. All rights reserved."
msgstr "O equipo de desenvolvemento de Xfce. Todos os dereitos reservados."
-#: ../xfconf-query/main.c:250
+#: xfconf-query/main.c:250
#, c-format
msgid "Please report bugs to <%s>."
msgstr "Comunique os fallos a <%s>."
-#: ../xfconf-query/main.c:259
+#: xfconf-query/main.c:259
msgid "No property specified"
msgstr "Non se especificou ningunha propiedade"
-#: ../xfconf-query/main.c:265
+#: xfconf-query/main.c:265
msgid "--create and --reset options can not be used together"
msgstr "As opcións --create e --reset non se poden usar xuntas"
-#: ../xfconf-query/main.c:271
+#: xfconf-query/main.c:271
msgid "--create and --reset options can not be used together with --list"
msgstr "As opcións --create e --reset non se poden usar con --list"
-#: ../xfconf-query/main.c:277
+#: xfconf-query/main.c:277
#, c-format
msgid "Failed to init libxfconf: %s"
msgstr "Produciuse un fallo ao iniciar libxfconf: %s"
-#: ../xfconf-query/main.c:288
+#: xfconf-query/main.c:288
msgid "Channels:"
msgstr "Canles:"
-#: ../xfconf-query/main.c:313
+#: xfconf-query/main.c:313
#, c-format
msgid "Start monitoring channel \"%s\":"
msgstr "Iniciar a canle de monitorización «%s»:"
-#: ../xfconf-query/main.c:351 ../xfconf-query/main.c:462
-#: ../xfconf-query/main.c:535
+#: xfconf-query/main.c:351 xfconf-query/main.c:462 xfconf-query/main.c:535
msgid "Failed to set property"
msgstr "Produciuse un fallo ao definir a propiedade"
-#: ../xfconf-query/main.c:355
+#: xfconf-query/main.c:355
msgid "--toggle only works with boolean values"
msgstr "--toggle só funciona con valores booleanos"
-#: ../xfconf-query/main.c:364 ../xfconf-query/main.c:383
+#: xfconf-query/main.c:364 xfconf-query/main.c:383
msgid "(unknown)"
msgstr "(descoñecido)"
-#: ../xfconf-query/main.c:373
+#: xfconf-query/main.c:373
#, c-format
msgid "Value is an array with %d items:"
msgstr "O valor é unha matriz con %d elementos:"
-#: ../xfconf-query/main.c:397
+#: xfconf-query/main.c:397
#, c-format
msgid ""
"Property \"%s\" does not exist on channel \"%s\". If a new property should "
"be created, use the --create option"
msgstr "A propiedade «%s» non existe na canle «%s». Se se debe crearse unha nova propiedade use a opción --create"
-#: ../xfconf-query/main.c:406
+#: xfconf-query/main.c:406
msgid "When creating a new property, the value type must be specified"
msgstr "Cando se crea unha nova propiedade débese especificar o tipo do valor"
-#: ../xfconf-query/main.c:417
+#: xfconf-query/main.c:417
msgid "Failed to get the existing type for the value"
msgstr "Non se puido obter o tipo do valor"
-#: ../xfconf-query/main.c:436
+#: xfconf-query/main.c:436
msgid "Unable to determine the type of the value"
msgstr "Non se puido determinar o tipo do valor"
-#: ../xfconf-query/main.c:443
+#: xfconf-query/main.c:443
msgid "A value type must be specified to change an array into a single value"
msgstr "Débese especificar un tipo de valor para converter unha matriz nun valor único"
-#: ../xfconf-query/main.c:454 ../xfconf-query/main.c:519
+#: xfconf-query/main.c:454 xfconf-query/main.c:519
#, c-format
msgid "Unable to convert \"%s\" to type \"%s\""
msgstr "Non se puido converter «%s» ao tipo «%s»"
-#: ../xfconf-query/main.c:488
+#: xfconf-query/main.c:488
#, c-format
msgid "There are %d new values, but only %d types could be determined"
msgstr "Hai %d valores novos, pero só se poden determinar %d tipos"
-#: ../xfconf-query/main.c:510
+#: xfconf-query/main.c:510
#, c-format
msgid "Unable to determine type of value at index %d"
msgstr "Non se puido determinar o tipo do valor da posición %d"
-#: ../xfconf-query/main.c:563
+#: xfconf-query/main.c:563
#, c-format
msgid "Channel \"%s\" contains no properties"
msgstr "A canle «%s» non contén propiedades"
=====================================
po/pl.gmo
=====================================
Binary files a/po/pl.gmo and b/po/pl.gmo differ
=====================================
po/pl.po
=====================================
@@ -156,7 +156,7 @@ msgstr "Błąd przetwarzania opcji: %s\n"
#: xfconfd/xfconf-daemon.c:222
#, c-format
msgid "GType transformation failed \"%s\""
-msgstr "Transformacja GType nie powiodła się \"%s\""
+msgstr "Transformacja GType nie powiodła się „%s”"
#: xfconfd/xfconf-daemon.c:482
msgid "No backends could be started"
=====================================
tests/tests-common.h
=====================================
@@ -115,8 +115,8 @@ xfconf_tests_start(void)
g_critical("xfconfd is not running and can not be autostarted");
GError *dbus_error = NULL;
- if (g_dbus_message_to_gerror(msg, &dbus_error)) {
- g_critical("D-Bus error: %s", error->message);
+ if (g_dbus_message_to_gerror(ret, &dbus_error)) {
+ g_critical("D-Bus error: %s", dbus_error->message);
g_error_free(dbus_error);
}
=====================================
xfconf/xfconf-binding.c
=====================================
@@ -138,6 +138,7 @@ xfconf_g_property_object_notify_gdkcolor(XfconfGBinding *binding)
XFCONF_TYPE_UINT16, &alpha,
G_TYPE_INVALID);
g_signal_handler_unblock(G_OBJECT(binding->channel), binding->channel_handler);
+ g_slice_free(FakeGdkColor, color);
}
static void
@@ -159,6 +160,7 @@ xfconf_g_property_object_notify_gdkrgba(XfconfGBinding *binding)
G_TYPE_DOUBLE, &color->alpha,
G_TYPE_INVALID);
g_signal_handler_unblock(G_OBJECT(binding->channel), binding->channel_handler);
+ g_slice_free(FakeGdkRGBA, color);
}
static void
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfconf/-/compare/1982f36c1142b9eafe83486d3cf27e0416636814...cb25f1c558a76e6a7e3a6ad3500793f5af533942
--
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfconf/-/compare/1982f36c1142b9eafe83486d3cf27e0416636814...cb25f1c558a76e6a7e3a6ad3500793f5af533942
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/20241202/4533c558/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list