[SCM] PostGIS branch master updated. 3.4.0rc1-1029-gc1c45e50d
git at osgeo.org
git at osgeo.org
Thu Mar 14 10:57:43 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via c1c45e50d962ac8c644c9902a6cdb957a68c32aa (commit)
via f2c79aaaa99bd4a05246b88109155bd0315c0aa9 (commit)
from 217206904c36b31add4092816df3b7144daba2e8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c1c45e50d962ac8c644c9902a6cdb957a68c32aa
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Mar 14 18:57:08 2024 +0100
Update pot, due after TopoGeo_LoadGeometry addition
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index bf9622755..af518f50f 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2024-03-12 16:22+0000\n"
+"POT-Creation-Date: 2024-03-14 17:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -4201,7 +4201,9 @@ msgstr ""
#. Tag: para
#, no-c-format
-msgid ", <xref linkend=\"CreateTopology\"/>, <xref linkend=\"DropTopology\"/>"
+msgid ""
+", <xref linkend=\"AddTopoGeometryColumn\"/>, <xref "
+"linkend=\"CreateTopology\"/>, <xref linkend=\"DropTopology\"/>"
msgstr ""
#. Tag: refpurpose
@@ -4222,7 +4224,8 @@ msgstr ""
#. Tag: para
#, no-c-format
msgid ""
-", <xref linkend=\"TopoGeo_AddPolygon\"/>, <xref linkend=\"AddNode\"/>, <xref "
+", <xref linkend=\"TopoGeo_AddPolygon\"/>, <xref "
+"linkend=\"TopoGeo_LoadGeometry\"/>, <xref linkend=\"AddNode\"/>, <xref "
"linkend=\"CreateTopology\"/>"
msgstr ""
@@ -4252,7 +4255,8 @@ msgstr ""
#. Tag: para
#, no-c-format
msgid ""
-", <xref linkend=\"TopoGeo_AddPolygon\"/>, <xref linkend=\"AddEdge\"/>, <xref "
+", <xref linkend=\"TopoGeo_AddPolygon\"/>, <xref "
+"linkend=\"TopoGeo_LoadGeometry\"/>, <xref linkend=\"AddEdge\"/>, <xref "
"linkend=\"CreateTopology\"/>"
msgstr ""
@@ -4275,8 +4279,35 @@ msgstr ""
#. Tag: para
#, no-c-format
msgid ""
-", <xref linkend=\"TopoGeo_AddLineString\"/>, <xref linkend=\"AddFace\"/>, "
-"<xref linkend=\"CreateTopology\"/>"
+", <xref linkend=\"TopoGeo_AddLineString\"/>, <xref "
+"linkend=\"TopoGeo_LoadGeometry\"/>, <xref linkend=\"AddFace\"/>, <xref "
+"linkend=\"CreateTopology\"/>"
+msgstr ""
+
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Load a geometry into an existing topology, snapping and splitting as needed."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Loads a geometry into an existing topology. The given geometry will snap to "
+"existing nodes or edges within given tolerance. Existing edges and faces may "
+"be split as a consequence of the load."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Availability: 3.5.0"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+", <xref linkend=\"TopoGeo_AddLineString\"/>, <xref "
+"linkend=\"TopoGeo_AddPolygon\"/>, <xref linkend=\"CreateTopology\"/>"
msgstr ""
#. Tag: title
@@ -8037,6 +8068,11 @@ msgstr ""
msgid "Jackie Leng"
msgstr ""
+#. Tag: member
+#, no-c-format
+msgid "James Addison"
+msgstr ""
+
#. Tag: member
#, no-c-format
msgid "James Marca"
@@ -10889,11 +10925,6 @@ msgid ""
"height information."
msgstr ""
-#. Tag: para
-#, no-c-format
-msgid "Availability: 3.5.0"
-msgstr ""
-
#. Tag: refpurpose
#, no-c-format
msgid "Checks if a geometry has an M (measure) dimension."
commit f2c79aaaa99bd4a05246b88109155bd0315c0aa9
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Mar 14 18:55:02 2024 +0100
[woodie] Fix localized docs dependencies
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index b36726b53..e22d5ee44 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -209,7 +209,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/it_IT local-html
- depends_on: check-xml
+ depends_on: check-xml-it_IT
when:
path:
include:
@@ -219,7 +219,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/pt_BR local-html
- depends_on: check-xml
+ depends_on: check-xml-pt_BR
when:
path:
include:
@@ -229,7 +229,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/fr local-html
- depends_on: check-xml
+ depends_on: check-xml-fr
when:
path:
include:
@@ -239,7 +239,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/es local-html
- depends_on: check-xml
+ depends_on: check-xml-es
when:
path:
include:
@@ -249,7 +249,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/pl local-html
- depends_on: check-xml
+ depends_on: check-xml-pl
when:
path:
include:
@@ -259,7 +259,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ko_KR local-html
- depends_on: check-xml
+ depends_on: check-xml-ko_KR
when:
path:
include:
@@ -269,7 +269,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/de local-html
- depends_on: check-xml
+ depends_on: check-xml-de
when:
path:
include:
@@ -279,7 +279,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ja local-html
- depends_on: check-xml
+ depends_on: check-xml-ja
when:
path:
include:
@@ -289,7 +289,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ru local-html
- depends_on: check-xml
+ depends_on: check-xml-ru
when:
path:
include:
@@ -299,7 +299,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/zh_Hans local-html
- depends_on: check-xml
+ depends_on: check-xml-zh_Hans
when:
path:
include:
@@ -309,7 +309,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ro local-html
- depends_on: check-xml
+ depends_on: check-xml-ro
when:
path:
include:
@@ -319,7 +319,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/uk local-html
- depends_on: check-xml
+ depends_on: check-xml-uk
when:
path:
include:
@@ -330,7 +330,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/it_IT local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-it_IT
when:
path:
include:
@@ -340,7 +340,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/pt_BR local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-pt_BR
when:
path:
include:
@@ -350,7 +350,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/fr local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-fr
when:
path:
include:
@@ -360,7 +360,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/es local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-es
when:
path:
include:
@@ -370,7 +370,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/pl local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-pl
when:
path:
include:
@@ -380,7 +380,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ko_KR local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-ko_KR
when:
path:
include:
@@ -390,7 +390,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/de local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-de
when:
path:
include:
@@ -400,7 +400,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ja local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-ja
when:
path:
include:
@@ -410,7 +410,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ru local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-ru
when:
path:
include:
@@ -420,7 +420,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/zh_Hans local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-zh_Hans
when:
path:
include:
@@ -430,7 +430,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ro local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-ro
when:
path:
include:
@@ -440,7 +440,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/uk local-cheatsheets
- depends_on: check-xml
+ depends_on: check-xml-uk
when:
path:
include:
@@ -572,7 +572,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/it_IT local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-it_IT ]
when:
path:
include:
@@ -582,7 +582,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/pt_BR local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-pt_BR ]
when:
path:
include:
@@ -592,7 +592,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/fr local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-fr ]
when:
path:
include:
@@ -602,7 +602,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/es local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-es ]
when:
path:
include:
@@ -612,7 +612,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/pl local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-pl ]
when:
path:
include:
@@ -622,7 +622,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ko_KR local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-ko_KR ]
when:
path:
include:
@@ -632,7 +632,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/de local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-de ]
when:
path:
include:
@@ -642,7 +642,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ja local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-ja ]
when:
path:
include:
@@ -652,7 +652,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ru local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-ru ]
when:
path:
include:
@@ -662,7 +662,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/zh_Hans local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-zh_Hans ]
when:
path:
include:
@@ -672,7 +672,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/ro local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-ro ]
when:
path:
include:
@@ -682,7 +682,7 @@ steps:
pull: true
commands:
- make -C build-docs/doc/po/uk local-pdf
- depends_on: [ build-images, check-xml ]
+ depends_on: [ build-images, check-xml-uk ]
when:
path:
include:
diff --git a/.woodpecker/update-docs-localized.sh b/.woodpecker/update-docs-localized.sh
index fb6520706..07453cda7 100755
--- a/.woodpecker/update-docs-localized.sh
+++ b/.woodpecker/update-docs-localized.sh
@@ -20,10 +20,10 @@ do
depends_on=prepare
;;
html|cheatsheets)
- depends_on=check-xml
+ depends_on=check-xml-${lang}
;;
pdf)
- depends_on="[ build-images, check-xml ]"
+ depends_on="[ build-images, check-xml-${lang} ]"
;;
check-cheatsheets)
depends_on=cheatsheets-${lang}
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 72 ++++++++++++++++++------------------
.woodpecker/update-docs-localized.sh | 4 +-
doc/po/templates/postgis-manual.pot | 53 ++++++++++++++++++++------
3 files changed, 80 insertions(+), 49 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list