summaryrefslogtreecommitdiffstats
path: root/templates/man5/makepkg.conf.5.pot
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/man5/makepkg.conf.5.pot89
1 files changed, 48 insertions, 41 deletions
diff --git a/templates/man5/makepkg.conf.5.pot b/templates/man5/makepkg.conf.5.pot
index fc6156b4..f505cf1c 100644
--- a/templates/man5/makepkg.conf.5.pot
+++ b/templates/man5/makepkg.conf.5.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-02-15 18:03+0100\n"
+"POT-Creation-Date: 2024-05-01 15:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25,13 +25,13 @@ msgstr ""
#. type: TH
#: archlinux
#, no-wrap
-msgid "2024-02-06"
+msgid "2024-03-15"
msgstr ""
#. type: TH
#: archlinux fedora-40 fedora-rawhide
#, no-wrap
-msgid "Pacman 6\\&.0\\&.2"
+msgid "Pacman 6\\&.1\\&.0"
msgstr ""
#. type: TH
@@ -218,18 +218,6 @@ msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
-msgid "B<RUSTFLAGS=>\"rustflags\""
-msgstr ""
-
-#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide
-msgid ""
-"Flags used for the Rust compiler, similar in spirit to CFLAGS\\&. Read "
-"B<rustc>(1) for more details on the available flags\\&."
-msgstr ""
-
-#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide
msgid "B<LDFLAGS=>\"ldflags\""
msgstr ""
@@ -292,19 +280,6 @@ msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
-msgid "B<DEBUG_RUSTFLAGS=>\"debug_rustflags\""
-msgstr ""
-
-#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide
-msgid ""
-"Additional compiler flags appended to RUSTFLAGS for use in debugging\\&. "
-"Usually this would include: \\(lq-C debuginfo=2\\(rq\\&. Read B<rustc>(1) "
-"for more details on the available flags\\&."
-msgstr ""
-
-#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide
msgid "B<BUILDENV=(>!distcc !color !ccache check !signB<)>"
msgstr ""
@@ -423,9 +398,7 @@ msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
-msgid ""
-"B<OPTIONS=(>!strip docs libtool staticlibs emptydirs !zipman !purge !"
-"debugB<)>"
+msgid "B<OPTIONS=(>!strip docs libtool staticlibs emptydirs \\&...B<)>"
msgstr ""
#. type: Plain text
@@ -550,6 +523,19 @@ msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
+msgid "B<autodeps>"
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide
+msgid ""
+"Enable the automatic addition of libraries to the depends and provides "
+"arrays\\&. Search library directories are controlled by the LIB_DIRS "
+"variable defined below\\&."
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide
msgid "B<INTEGRITY_CHECK=(>check1 \\&...B<)>"
msgstr ""
@@ -628,6 +614,20 @@ msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
+msgid "B<LIB_DIRS=(>lib:usr/lib \\&...B<)>"
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide
+msgid ""
+"If autodeps is specified in the OPTIONS array, this variable will instruct "
+"makepkg where to look to find libraries to add to the provides array\\&. The "
+"format is \"prefix:path\", where provides will be added for libraries found "
+"in \"path\" with the specified prefix added\\&."
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide
msgid "B<PURGE_TARGETS=(>usr/{,share}/info/dir \\&.podlist *\\&.pod\\&...B<)>"
msgstr ""
@@ -744,9 +744,10 @@ msgstr ""
#: archlinux fedora-40 fedora-rawhide
msgid ""
"Sets the compression used when making compiled or source packages\\&. Valid "
-"suffixes are \\&.tar\\&.gz, \\&.tar\\&.bz2, \\&.tar\\&.xz, \\&.tar\\&.zst, "
-"\\&.tar\\&.lzo, \\&.tar\\&.lrz, \\&.tar\\&.lz4, \\&.tar\\&.lz and \\&.tar\\&."
-"Z, or simply \\&.tar to disable compression entirely\\&."
+"suffixes are \\&.pkg or \\&.src (for PKGEXT and SRCEXT resepectively) "
+"followed by one of \\&.tar\\&.gz, \\&.tar\\&.bz2, \\&.tar\\&.xz, \\&.tar\\&."
+"zst, \\&.tar\\&.lzo, \\&.tar\\&.lrz, \\&.tar\\&.lz4, \\&.tar\\&.lz and \\&."
+"tar\\&.Z, or simply \\&.tar to disable compression entirely\\&."
msgstr ""
#. type: Plain text
@@ -824,11 +825,6 @@ msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
-msgid "Eli Schwartz E<lt>eschwartz@archlinux\\&.orgE<gt>"
-msgstr ""
-
-#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide
msgid "Morgan Adamiec E<lt>morganamilo@archlinux\\&.orgE<gt>"
msgstr ""
@@ -874,13 +870,24 @@ msgstr ""
#. type: Plain text
#: archlinux fedora-40 fedora-rawhide
+msgid "Eli Schwartz E<lt>eschwartz@archlinux\\&.orgE<gt>"
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide
msgid ""
"For additional contributors, use git shortlog -s on the pacman\\&.git "
"repository\\&."
msgstr ""
#. type: TH
-#: fedora-40 fedora-rawhide
+#: fedora-40
+#, no-wrap
+msgid "2024-03-09"
+msgstr ""
+
+#. type: TH
+#: fedora-rawhide
#, no-wrap
-msgid "2024-01-25"
+msgid "2024-04-14"
msgstr ""